Uses of Interface
org.simpleframework.http.Request
-
Packages that use Request Package Description org.simpleframework.http org.simpleframework.http.core org.simpleframework.http.socket org.simpleframework.http.socket.service -
-
Uses of Request in org.simpleframework.http
Classes in org.simpleframework.http that implement Request Modifier and Type Class Description classRequestWrapperTheRequestWrapperobject is used so that the originalRequestobject can be wrapped in a filtering proxy object.Fields in org.simpleframework.http declared as Request Modifier and Type Field Description protected RequestRequestWrapper. requestThis is the request instance that is being wrapped.Constructors in org.simpleframework.http with parameters of type Request Constructor Description RequestWrapper(Request request)Constructor forRequestWrapperobject. -
Uses of Request in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement Request Modifier and Type Class Description (package private) classRequestEntityThis object is used to represent a HTTP request.Fields in org.simpleframework.http.core declared as Request Modifier and Type Field Description private RequestQueryBuilder. requestThis is the request that is used to acquire the data.private RequestRequestDispatcher. requestThis is the request object which contains the request entity.Methods in org.simpleframework.http.core with parameters of type Request Modifier and Type Method Description voidContainer. handle(Request req, Response resp)Used to pass theRequestandResponseto the container for processing.Constructors in org.simpleframework.http.core with parameters of type Request Constructor Description QueryBuilder(Request request, Entity entity)Constructor for theQueryBuilderobject.ResponseEntity(BodyObserver observer, Request request, Entity entity)Constructor for theResponseEntityobject. -
Uses of Request in org.simpleframework.http.socket
Methods in org.simpleframework.http.socket that return Request Modifier and Type Method Description RequestSession. getRequest()Provides theRequestused to initiate the session. -
Uses of Request in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as Request Modifier and Type Field Description private RequestAcceptToken. requestThis is the original request used to initiate the session.private RequestRequestValidator. requestThis is the request forming the client part of the handshake.private RequestServiceSession. requestThis is the initiating request associated with the session.Methods in org.simpleframework.http.socket.service that return Request Modifier and Type Method Description RequestServiceSession. getRequest()Provides theRequestused to initiate the session.Methods in org.simpleframework.http.socket.service with parameters of type Request Modifier and Type Method Description SessionSessionBuilder. create(Request request, Response response)This is used to create a WebSocket session.voidServiceDispatcher. dispatch(Request request, Response response)This method is used to create a dispatch aSessionto a specific service selected by a router.voidSessionDispatcher. dispatch(Request request, Response response)This method is used to create a dispatch aSessionto a specific service selected by a router.voidRouterContainer. handle(Request req, Response resp)This method is used to create a dispatch aSessionto a specific service selected by a router.ServiceDirectRouter. 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.ServicePathRouter. 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.ServiceProtocolRouter. 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.ServiceRouter. 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.voidSessionDispatcher. terminate(Request request, Response response)This method is used to terminate the connection and commit the response.Constructors in org.simpleframework.http.socket.service with parameters of type Request Constructor Description AcceptToken(Request request)Constructor for theAcceptTokenobject.AcceptToken(Request request, java.lang.String algorithm)Constructor for theAcceptTokenobject.AcceptToken(Request request, java.lang.String algorithm, java.lang.String charset)Constructor for theAcceptTokenobject.FrameCollector(FrameEncoder encoder, Session session, Request request, Reactor reactor)Constructor for theFrameCollectorobject.FrameConnection(Request request, Response response, Reactor reactor)Constructor for theFrameConnectionobject.FrameEncoder(Request request)Constructor for theFrameEncoderobject.FrameEncoder(Request request, java.lang.String charset)Constructor for theFrameEncoderobject.FrameProcessor(FrameEncoder encoder, Session session, Request request)Constructor for theFrameProcessorobject.OutputBarrier(Request request, long duration)Constructor for theOutputBarrierobject.RequestValidator(Request request)Constructor for theRequestValidatorobject.RequestValidator(Request request, java.lang.String version)Constructor for theRequestValidatorobject.ResponseBuilder(Request request, Response response)Constructor for theResponseBuilderobject.ServiceSession(FrameChannel channel, Request request, Response response)Constructor for theServiceSessionobject.StatusChecker(FrameConnection connection, Request request, Scheduler scheduler, long frequency)Constructor for theStatusCheckerobject.
-