Uses of Interface
org.simpleframework.http.Request
Packages that use Request
Package
Description
-
Uses of Request in org.simpleframework.http
Classes in org.simpleframework.http that implement RequestModifier and TypeClassDescriptionclass
TheRequestWrapper
object is used so that the originalRequest
object can be wrapped in a filtering proxy object.Fields in org.simpleframework.http declared as RequestModifier and TypeFieldDescriptionprotected Request
RequestWrapper.request
This is the request instance that is being wrapped.Constructors in org.simpleframework.http with parameters of type RequestModifierConstructorDescriptionRequestWrapper
(Request request) Constructor forRequestWrapper
object. -
Uses of Request in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement RequestModifier and TypeClassDescription(package private) class
This object is used to represent a HTTP request.Fields in org.simpleframework.http.core declared as RequestModifier and TypeFieldDescriptionprivate final Request
QueryBuilder.request
This is the request that is used to acquire the data.private final Request
RequestDispatcher.request
This is the request object which contains the request entity.Methods in org.simpleframework.http.core with parameters of type RequestModifier and TypeMethodDescriptionvoid
Used to pass theRequest
andResponse
to the container for processing.Constructors in org.simpleframework.http.core with parameters of type RequestModifierConstructorDescriptionQueryBuilder
(Request request, Entity entity) Constructor for theQueryBuilder
object.ResponseEntity
(BodyObserver observer, Request request, Entity entity) Constructor for theResponseEntity
object. -
Uses of Request in org.simpleframework.http.socket
Methods in org.simpleframework.http.socket that return RequestModifier and TypeMethodDescriptionSession.getRequest()
Provides theRequest
used to initiate the session. -
Uses of Request in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as RequestModifier and TypeFieldDescriptionprivate final Request
AcceptToken.request
This is the original request used to initiate the session.private final Request
RequestValidator.request
This is the request forming the client part of the handshake.private final Request
ServiceSession.request
This is the initiating request associated with the session.Methods in org.simpleframework.http.socket.service that return RequestModifier and TypeMethodDescriptionServiceSession.getRequest()
Provides theRequest
used to initiate the session.Methods in org.simpleframework.http.socket.service with parameters of type RequestModifier and TypeMethodDescriptionThis is used to create a WebSocket session.void
This method is used to create a dispatch aSession
to a specific service selected by a router.void
This method is used to create a dispatch aSession
to a specific service selected by a router.void
This method is used to create a dispatch aSession
to a specific service selected by a router.This is used to route an incoming request to a service if the request represents a WebSocket handshake as defined by RFC 6455.This is used to route an incoming request to a service if the request represents a WebSocket handshake as defined by RFC 6455.This is used to route an incoming request to a service if the request represents a WebSocket handshake as defined by RFC 6455.This is used to route an incoming request to a service if the request represents a WebSocket handshake as defined by RFC 6455.void
This method is used to terminate the connection and commit the response.Constructors in org.simpleframework.http.socket.service with parameters of type RequestModifierConstructorDescriptionAcceptToken
(Request request) Constructor for theAcceptToken
object.AcceptToken
(Request request, String algorithm) Constructor for theAcceptToken
object.AcceptToken
(Request request, String algorithm, String charset) Constructor for theAcceptToken
object.FrameCollector
(FrameEncoder encoder, Session session, Request request, Reactor reactor) Constructor for theFrameCollector
object.FrameConnection
(Request request, Response response, Reactor reactor) Constructor for theFrameConnection
object.FrameEncoder
(Request request) Constructor for theFrameEncoder
object.FrameEncoder
(Request request, String charset) Constructor for theFrameEncoder
object.FrameProcessor
(FrameEncoder encoder, Session session, Request request) Constructor for theFrameProcessor
object.OutputBarrier
(Request request, long duration) Constructor for theOutputBarrier
object.RequestValidator
(Request request) Constructor for theRequestValidator
object.RequestValidator
(Request request, String version) Constructor for theRequestValidator
object.ResponseBuilder
(Request request, Response response) Constructor for theResponseBuilder
object.ServiceSession
(FrameChannel channel, Request request, Response response) Constructor for theServiceSession
object.StatusChecker
(FrameConnection connection, Request request, Scheduler scheduler, long frequency) Constructor for theStatusChecker
object.