Uses of Class
edu.jas.util.SocketChannel
Packages that use SocketChannel
Package
Description
Groebner bases package.
Concurrent programming utility classes.
-
Uses of SocketChannel in edu.jas.gb
Fields in edu.jas.gb declared as SocketChannelModifier and TypeFieldDescriptionprivate final SocketChannel
ReducerClientEC.pairChannel
private final SocketChannel
ReducerClientSeqPair.pairChannel
private SocketChannel
ReducerServerEC.pairChannel
private SocketChannel
ReducerServerSeqPair.pairChannel
Constructors in edu.jas.gb with parameters of type SocketChannelModifierConstructorDescription(package private)
(package private)
-
Uses of SocketChannel in edu.jas.util
Fields in edu.jas.util declared as SocketChannelModifier and TypeFieldDescriptionprivate final SocketChannel
Broadcaster.channel
private final SocketChannel
DHTBroadcaster.channel
private final SocketChannel
DHTListener.channel
protected SocketChannel
DistHashTable.channel
protected SocketChannel
DistributedList.channel
protected final SocketChannel
Executor.channel
private SocketChannel
Listener.channel
protected SocketChannel[]
ExecutableChannels.channels
protected final SocketChannel
TaggedSocketChannel.sc
Underlying socket channel.Fields in edu.jas.util with type parameters of type SocketChannelModifier and TypeFieldDescriptionprivate final BlockingQueue
<SocketChannel> ChannelFactory.buf
BoundedBuffer for sockets.Methods in edu.jas.util that return SocketChannelModifier and TypeMethodDescriptionChannelFactory.getChannel()
Get a new socket channel from a server socket.ChannelFactory.getChannel
(String h) Get a new socket channel to a given host.ChannelFactory.getChannel
(String h, int p) Get a new socket channel to a given host.ExecutableChannels.getChannel
(int i) getChannel.(package private) SocketChannel[]
ExecutableChannels.getChannels()
getChannels.TaggedSocketChannel.getSocket()
Get the SocketChannelConstructors in edu.jas.util with parameters of type SocketChannelModifierConstructorDescriptionBroadcaster
(SocketChannel s, List p, Counter le, SortedMap<Counter, Object> sm) Broadcaster.DHTBroadcaster
(SocketChannel s, List<DHTBroadcaster<K>> bc, SortedMap<K, DHTTransport> sm) DHTBroadcaster.(package private)
DHTListener
(SocketChannel s, SortedMap<K, V> list) DistHashTable.Constructor for DistributedList.(package private)
(package private)
Listener
(SocketChannel s, SortedMap<Counter, Object> list) Constructs a tagged socket channel on the given socket channel s.