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