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.channelsMethods in org.jgrapes.net with parameters of type SocketConnectionManager.SocketChannelImplModifier and TypeMethodDescriptionvoidSocketConnectionManager.onOutput(Output<ByteBuffer> event, SocketConnectionManager.SocketChannelImpl channel) Writes the data passed in the event.protected booleanSocketConnectionManager.removeChannel(SocketConnectionManager.SocketChannelImpl channel) Removes the channel from the set of registered channels.protected booleanSocketServer.removeChannel(SocketConnectionManager.SocketChannelImpl channel) Constructors in org.jgrapes.net with parameters of type SocketConnectionManager.SocketChannelImplModifierConstructorDescriptionInstantiates a new channel info.