Uses of Interface
org.jgrapes.net.SocketIOChannel
Packages that use 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
Methods in org.jgrapes.http with parameters of type SocketIOChannelModifier and TypeMethodDescriptionvoid
HttpConnector.onClosed
(Closed<?> event, SocketIOChannel netConnChannel) Called when the network connection is closed.void
HttpConnector.onConnected
(Connected<?> 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
Methods in org.jgrapes.http.events that return types with arguments of type SocketIOChannelModifier and TypeMethodDescriptionRequest.Out.connectedCallback()
Returns the connected callback.Method parameters in org.jgrapes.http.events with type arguments of type SocketIOChannelModifier and TypeMethodDescriptionRequest.Out.setConnectedCallback
(BiConsumer<Request.Out, SocketIOChannel> connectedCallback) Sets a “connected callback”. -
Uses of SocketIOChannel in org.jgrapes.net
Classes in org.jgrapes.net that implement SocketIOChannel