Uses of Class
edu.jas.util.SocketChannel
-
Packages that use SocketChannel Package Description edu.jas.gb Groebner bases package.edu.jas.util Concurrent programming utility classes. -
-
Uses of SocketChannel in edu.jas.gb
Fields in edu.jas.gb declared as SocketChannel Modifier and Type Field Description private SocketChannelReducerClientEC. pairChannelprivate SocketChannelReducerClientSeqPair. pairChannelprivate SocketChannelReducerServerEC. pairChannelprivate SocketChannelReducerServerSeqPair. pairChannelConstructors in edu.jas.gb with parameters of type SocketChannel Constructor Description ReducerClientEC(SocketChannel pc, DistHashTable<java.lang.Integer,GenPolynomial<C>> dl)ReducerClientSeqPair(SocketChannel pc, DistHashTable<java.lang.Integer,GenPolynomial<C>> dl) -
Uses of SocketChannel in edu.jas.util
Fields in edu.jas.util declared as SocketChannel Modifier and Type Field Description private SocketChannelBroadcaster. channelprivate SocketChannelDHTBroadcaster. channelprivate SocketChannelDHTListener. channelprotected SocketChannelDistHashTable. channelprotected SocketChannelDistributedList. channelprotected SocketChannelExecutor. channelprivate SocketChannelListener. channelprotected SocketChannel[]ExecutableChannels. channelsprotected SocketChannelTaggedSocketChannel. scUnderlying socket channel.Fields in edu.jas.util with type parameters of type SocketChannel Modifier and Type Field Description private java.util.concurrent.BlockingQueue<SocketChannel>ChannelFactory. bufBoundedBuffer for sockets.Methods in edu.jas.util that return SocketChannel Modifier and Type Method Description SocketChannelChannelFactory. getChannel()Get a new socket channel from a server socket.SocketChannelChannelFactory. getChannel(java.lang.String h)Get a new socket channel to a given host.SocketChannelChannelFactory. getChannel(java.lang.String h, int p)Get a new socket channel to a given host.SocketChannelExecutableChannels. getChannel(int i)getChannel.(package private) SocketChannel[]ExecutableChannels. getChannels()getChannels.SocketChannelTaggedSocketChannel. getSocket()Get the SocketChannelConstructors in edu.jas.util with parameters of type SocketChannel Constructor Description Broadcaster(SocketChannel s, java.util.List p, Counter le, java.util.SortedMap<Counter,java.lang.Object> sm)Broadcaster.DHTBroadcaster(SocketChannel s, java.util.List<DHTBroadcaster<K>> bc, java.util.SortedMap<K,DHTTransport> sm)DHTBroadcaster.DHTListener(SocketChannel s, java.util.SortedMap<K,V> list)DistHashTable(SocketChannel sc)DistHashTable.DistributedList(SocketChannel sc)Constructor for DistributedList.Executor(SocketChannel s)Listener(SocketChannel s, java.util.SortedMap<Counter,java.lang.Object> list)TaggedSocketChannel(SocketChannel s)Constructs a tagged socket channel on the given socket channel s.
-