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 SocketChannel
ReducerClientEC. pairChannel
private SocketChannel
ReducerClientSeqPair. pairChannel
private SocketChannel
ReducerServerEC. pairChannel
private SocketChannel
ReducerServerSeqPair. pairChannel
Constructors 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 SocketChannel
Broadcaster. channel
private SocketChannel
DHTBroadcaster. channel
private SocketChannel
DHTListener. channel
protected SocketChannel
DistHashTable. channel
protected SocketChannel
DistributedList. channel
protected SocketChannel
Executor. channel
private SocketChannel
Listener. channel
protected SocketChannel[]
ExecutableChannels. channels
protected SocketChannel
TaggedSocketChannel. sc
Underlying 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. buf
BoundedBuffer for sockets.Methods in edu.jas.util that return SocketChannel Modifier and Type Method Description SocketChannel
ChannelFactory. getChannel()
Get a new socket channel from a server socket.SocketChannel
ChannelFactory. getChannel(java.lang.String h)
Get a new socket channel to a given host.SocketChannel
ChannelFactory. getChannel(java.lang.String h, int p)
Get a new socket channel to a given host.SocketChannel
ExecutableChannels. getChannel(int i)
getChannel.(package private) SocketChannel[]
ExecutableChannels. getChannels()
getChannels.SocketChannel
TaggedSocketChannel. 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.
-