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 TypeClassDescriptionclassTheRequestWrapperobject is used so that the originalRequestobject can be wrapped in a filtering proxy object.Fields in org.simpleframework.http declared as RequestModifier and TypeFieldDescriptionprotected RequestRequestWrapper.requestThis is the request instance that is being wrapped.Constructors in org.simpleframework.http with parameters of type RequestModifierConstructorDescriptionRequestWrapper(Request request) Constructor forRequestWrapperobject. -
Uses of Request in org.simpleframework.http.core
Methods in org.simpleframework.http.core with parameters of type Request -
Uses of Request in org.simpleframework.http.socket
Methods in org.simpleframework.http.socket that return RequestModifier and TypeMethodDescriptionSession.getRequest()Provides theRequestused to initiate the session. -
Uses of Request in org.simpleframework.http.socket.service
Methods in org.simpleframework.http.socket.service with parameters of type RequestModifier and TypeMethodDescriptionvoidThis method is used to create a dispatch aSessionto 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.