Uses of Class
edu.jas.util.SocketChannel
Packages that use SocketChannel
-
Uses of SocketChannel in edu.jas.util
Fields in edu.jas.util declared as SocketChannelModifier and TypeFieldDescriptionprotected SocketChannelDistHashTable.channelprotected SocketChannelDistributedList.channelprotected SocketChannel[]ExecutableChannels.channelsprotected final SocketChannelTaggedSocketChannel.scUnderlying socket channel.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.TaggedSocketChannel.getSocket()Get the SocketChannelConstructors in edu.jas.util with parameters of type SocketChannelModifierConstructorDescriptionDistHashTable.Constructor for DistributedList.Constructs a tagged socket channel on the given socket channel s.