Uses of Class
org.jgrapes.io.events.Input
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
I/O related components built on top of the core package.
Provides the events used by the I/O related components.
Utility classes, mainly for adapted buffers to specific needs.
Networking related I/O classes.
-
Uses of Input in org.jgrapes.http
Modifier and TypeMethodDescription<W extends Buffer>
voidCallsWwwFormUrldecoder.feed(ManagedBuffer)
with the provided event’s buffer.void
HttpConnector.onInput
(Input<ByteBuffer> event, SocketIOChannel netConnChannel) Processes any input from the network layer.void
HttpServer.onInput
(Input<ByteBuffer> event, IOSubchannel netChannel) Handles data from the client (from upstream). -
Uses of Input in org.jgrapes.io
Modifier and TypeMethodDescriptionvoid
FileStorage.onInput
(Input<ByteBuffer> event, Channel channel) Handle input by writing it to the file, if a channel exists. -
Uses of Input in org.jgrapes.io.events
Modifier and TypeMethodDescriptionInput.fromSink
(ManagedBuffer<B> buffer, boolean endOfRecord) Create a new event with the given buffer.Input.fromSource
(ManagedBuffer<B> buffer, boolean endOfRecord) Create a new event with the given buffer. -
Uses of Input in org.jgrapes.io.util
Modifier and TypeMethodDescriptiondefault <W extends Buffer>
voidCallsInputConsumer.feed(ManagedBuffer)
with the provided event’s buffer. -
Uses of Input in org.jgrapes.net
Modifier and TypeMethodDescriptionvoid
SslCodec.onInput
(Input<ByteBuffer> event, IOSubchannel encryptedChannel) Handles encrypted data from upstream (the network).