Uses of Interface
org.jgrapes.net.SocketIOChannel
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 SocketIOChannel in org.jgrapes.http
Modifier and TypeMethodDescriptionvoid
HttpConnector.onClosed
(Closed<?> event, SocketIOChannel netConnChannel) Called when the network connection is closed.void
HttpConnector.onConnected
(ClientConnected event, SocketIOChannel netConnChannel) Called when the network connection is established.void
HttpConnector.onInput
(Input<ByteBuffer> event, SocketIOChannel netConnChannel) Processes any input from the network layer. -
Uses of SocketIOChannel in org.jgrapes.http.events
Modifier and TypeMethodDescriptionRequest.Out.connectedCallback()
Returns the connected callback.Modifier and TypeMethodDescriptionRequest.Out.setConnectedCallback
(BiConsumer<Request.Out, SocketIOChannel> connectedCallback) Sets a “connected callback”. -
Uses of SocketIOChannel in org.jgrapes.net