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 TypeClassDescriptionclass
TheResponseWrapper
object is used so that the originalResponse
object can be wrapped in a filtering proxy object.Fields in org.simpleframework.http declared as ResponseModifier and TypeFieldDescriptionprotected Response
ResponseWrapper.response
This is the response instance that is being wrapped.Constructors in org.simpleframework.http with parameters of type ResponseModifierConstructorDescriptionResponseWrapper
(Response response) Constructor forResponseWrapper
object. -
Uses of Response in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement ResponseModifier and TypeClassDescription(package private) class
This is used to represent the HTTP response.Fields in org.simpleframework.http.core declared as ResponseModifier and TypeFieldDescriptionprivate final Response
RequestDispatcher.response
This is the response object used to response to the request.private Response
ResponseEncoder.response
This is the response message that is to be committed.Methods in org.simpleframework.http.core with parameters of type ResponseModifier and TypeMethodDescriptionvoid
Used to pass theRequest
andResponse
to the container for processing.Constructors in org.simpleframework.http.core with parameters of type ResponseModifierConstructorDescriptionResponseBuffer
(BodyObserver observer, Response response, Conversation support, Entity entity) Constructor for theResponseBuffer
object.ResponseBuffer
(BodyObserver observer, Response response, Conversation support, Channel channel) Constructor for theResponseBuffer
object.ResponseEncoder
(BodyObserver observer, Response response, Conversation support, Channel channel) Constructor for theResponseEncoder
object, this is used to create an object used to transfer a response body. -
Uses of Response in org.simpleframework.http.socket
Methods in org.simpleframework.http.socket that return ResponseModifier and TypeMethodDescriptionSession.getResponse()
Provides theResponse
used to establish the session with the remote client. -
Uses of Response in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as ResponseModifier and TypeFieldDescriptionprivate final Response
ResponseBuilder.response
This is the response to the WebSocket handshake.private final Response
ServiceSession.response
This is the initiating response associated with the session.Methods in org.simpleframework.http.socket.service that return ResponseModifier and TypeMethodDescriptionServiceSession.getResponse()
Provides theResponse
used to establish the session with the remote client.Methods in org.simpleframework.http.socket.service with parameters of type ResponseModifier 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 ResponseModifierConstructorDescriptionFrameConnection
(Request request, Response response, Reactor reactor) Constructor for theFrameConnection
object.ResponseBuilder
(Request request, Response response) Constructor for theResponseBuilder
object.ServiceSession
(FrameChannel channel, Request request, Response response) Constructor for theServiceSession
object.