Uses of Interface
org.jgrapes.net.TcpChannel
Packages that use TcpChannel
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
Provides the events handled by the server components.
Networking related I/O classes.
-
Uses of TcpChannel in org.jgrapes.http
Methods in org.jgrapes.http with parameters of type TcpChannelModifier and TypeMethodDescriptionvoid
HttpConnector.onClosed
(Closed event, TcpChannel netConnChannel) Called when the network connection is closed.void
HttpConnector.onConnected
(Connected event, TcpChannel netConnChannel) Called when the network connection is established.void
HttpConnector.onInput
(Input<ByteBuffer> event, TcpChannel netConnChannel) Processes any input from the network layer. -
Uses of TcpChannel in org.jgrapes.http.events
Methods in org.jgrapes.http.events that return types with arguments of type TcpChannelModifier and TypeMethodDescriptionRequest.Out.connectedCallback()
Returns the connected callback.Method parameters in org.jgrapes.http.events with type arguments of type TcpChannelModifier and TypeMethodDescriptionRequest.Out.setConnectedCallback
(BiConsumer<Request.Out, TcpChannel> connectedCallback) Sets a “connected callback”. -
Uses of TcpChannel in org.jgrapes.net
Classes in org.jgrapes.net that implement TcpChannelModifier and TypeClassDescriptionprotected class
The internal representation of a connection.