Uses of Interface
org.simpleframework.http.Response
Packages that use Response
Package
Description
-
Uses of Response in org.simpleframework.http
Classes in org.simpleframework.http that implement ResponseModifier and TypeClassDescriptionclassTheResponseWrapperobject is used so that the originalResponseobject can be wrapped in a filtering proxy object.Fields in org.simpleframework.http declared as ResponseModifier and TypeFieldDescriptionprotected ResponseResponseWrapper.responseThis is the response instance that is being wrapped.Constructors in org.simpleframework.http with parameters of type ResponseModifierConstructorDescriptionResponseWrapper(Response response) Constructor forResponseWrapperobject. -
Uses of Response in org.simpleframework.http.core
Methods in org.simpleframework.http.core with parameters of type Response -
Uses of Response in org.simpleframework.http.socket
Methods in org.simpleframework.http.socket that return ResponseModifier and TypeMethodDescriptionSession.getResponse()Provides theResponseused to establish the session with the remote client. -
Uses of Response in org.simpleframework.http.socket.service
Methods in org.simpleframework.http.socket.service with parameters of type ResponseModifier 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.