Uses of Class
org.jgrapes.http.events.Request.Out
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
Provides the events handled by the server components.
-
Uses of Request.Out in org.jgrapes.http
Modifier and TypeMethodDescriptionvoid
HttpConnector.onRequest
(Request.Out event) Starts the processing of a request from the application layer. -
Uses of Request.Out in org.jgrapes.http.events
Modifier and TypeClassDescriptionstatic class
Represents a HTTP CONNECT request.static class
Represents a HTTP DELETE request.static class
Represents a HTTP GET request.static class
Represents a HTTP HEAD request.static class
Represents a HTTP OPTIONS request.static class
Represents a HTTP POST request.static class
Represents a HTTP PUT request.static class
Represents a HTTP TRACE request.Modifier and TypeMethodDescriptionHttpConnected.request()
Returns the request.Request.Out.setConnectedCallback
(BiConsumer<Request.Out, SocketIOChannel> connectedCallback) Sets a “connected callback”.Modifier and TypeMethodDescriptionRequest.Out.connectedCallback()
Returns the connected callback.Modifier and TypeMethodDescriptionRequest.Out.setConnectedCallback
(BiConsumer<Request.Out, SocketIOChannel> connectedCallback) Sets a “connected callback”.ModifierConstructorDescriptionHttpConnected
(Request.Out request, SocketAddress localAddress, SocketAddress remoteAddress) Instantiates a new event.