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 SocketChannelReducerClientEC.pairChannelprivate final SocketChannelReducerClientSeqPair.pairChannelprivate SocketChannelReducerServerEC.pairChannelprivate SocketChannelReducerServerSeqPair.pairChannelConstructors in edu.jas.gb with parameters of type SocketChannelModifierConstructorDescription(package private)ReducerClientEC(SocketChannel pc, DistHashTable<Integer, GenPolynomial<C>> dl) (package private) -
Uses of SocketChannel in edu.jas.util
Fields in edu.jas.util declared as SocketChannelModifier and TypeFieldDescriptionprivate final SocketChannelBroadcaster.channelprivate final SocketChannelDHTBroadcaster.channelprivate final SocketChannelDHTListener.channelprotected SocketChannelDistHashTable.channelprotected SocketChannelDistributedList.channelprotected final SocketChannelExecutor.channelprivate SocketChannelListener.channelprotected SocketChannel[]ExecutableChannels.channelsprotected final SocketChannelTaggedSocketChannel.scUnderlying socket channel.Fields in edu.jas.util with type parameters of type SocketChannelModifier and TypeFieldDescriptionprivate final BlockingQueue<SocketChannel> ChannelFactory.bufBoundedBuffer 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.