Uses of Class
org.jgrapes.net.SocketConnectionManager.SocketChannelImpl
Packages that use SocketConnectionManager.SocketChannelImpl
-
Uses of SocketConnectionManager.SocketChannelImpl in org.jgrapes.net
Fields in org.jgrapes.net with type parameters of type SocketConnectionManager.SocketChannelImplModifier and TypeFieldDescriptionprotected final Set
<SocketConnectionManager.SocketChannelImpl> SocketConnectionManager.channels
Methods in org.jgrapes.net with parameters of type SocketConnectionManager.SocketChannelImplModifier and TypeMethodDescriptionvoid
SocketConnectionManager.onOutput
(Output<ByteBuffer> event, SocketConnectionManager.SocketChannelImpl channel) Writes the data passed in the event.protected boolean
SocketConnectionManager.removeChannel
(SocketConnectionManager.SocketChannelImpl channel) Removes the channel from the set of registered channels.protected boolean
SocketServer.removeChannel
(SocketConnectionManager.SocketChannelImpl channel) Constructors in org.jgrapes.net with parameters of type SocketConnectionManager.SocketChannelImplModifierConstructorDescriptionInstantiates a new channel info.