Package | Description |
---|---|
org.simpleframework.http | |
org.simpleframework.http.core | |
org.simpleframework.http.socket | |
org.simpleframework.http.socket.service |
Modifier and Type | Class and Description |
---|---|
class |
RequestWrapper
The
RequestWrapper object is used so that the original
Request object can be wrapped in a filtering proxy
object. |
Modifier and Type | Field and Description |
---|---|
protected Request |
RequestWrapper.request
This is the request instance that is being wrapped.
|
Constructor and Description |
---|
RequestWrapper(Request request)
Constructor for
RequestWrapper object. |
Modifier and Type | Method and Description |
---|---|
void |
Container.handle(Request req,
Response resp)
Used to pass the
Request and Response
to the container for processing. |
Modifier and Type | Method and Description |
---|---|
Request |
Session.getRequest()
Provides the
Request used to initiate the session. |
Modifier and Type | Method and Description |
---|---|
void |
RouterContainer.handle(Request req,
Response resp)
This method is used to create a dispatch a
Session to
a specific service selected by a router. |
Service |
DirectRouter.route(Request request,
Response response)
This is used to route an incoming request to a service if
the request represents a WebSocket handshake as defined by
RFC 6455.
|
Service |
PathRouter.route(Request request,
Response response)
This is used to route an incoming request to a service if
the request represents a WebSocket handshake as defined by
RFC 6455.
|
Service |
ProtocolRouter.route(Request request,
Response response)
This is used to route an incoming request to a service if
the request represents a WebSocket handshake as defined by
RFC 6455.
|
Service |
Router.route(Request request,
Response response)
This is used to route an incoming request to a service if
the request represents a WebSocket handshake as defined by
RFC 6455.
|
Copyright © 2021. All rights reserved.