Uses of Class
org.jgrapes.net.SocketConnectionManager.SocketChannelImpl
-
Uses of SocketConnectionManager.SocketChannelImpl in org.jgrapes.net
Modifier and TypeFieldDescriptionprotected final Set
<SocketConnectionManager.SocketChannelImpl> SocketConnectionManager.channels
Modifier 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) ModifierConstructorDescriptionInstantiates a new channel info.