Uses of Interface
org.simpleframework.http.Response
-
Packages that use Response Package Description org.simpleframework.http org.simpleframework.http.core org.simpleframework.http.socket org.simpleframework.http.socket.service -
-
Uses of Response in org.simpleframework.http
Classes in org.simpleframework.http that implement Response Modifier and Type Class Description classResponseWrapperTheResponseWrapperobject is used so that the originalResponseobject can be wrapped in a filtering proxy object.Fields in org.simpleframework.http declared as Response Modifier and Type Field Description protected ResponseResponseWrapper. responseThis is the response instance that is being wrapped.Constructors in org.simpleframework.http with parameters of type Response Constructor Description ResponseWrapper(Response response)Constructor forResponseWrapperobject. -
Uses of Response in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement Response Modifier and Type Class Description (package private) classResponseEntityThis is used to represent the HTTP response.Fields in org.simpleframework.http.core declared as Response Modifier and Type Field Description private ResponseRequestDispatcher. responseThis is the response object used to response to the request.private ResponseResponseEncoder. responseThis is the response message that is to be committed.Methods in org.simpleframework.http.core with parameters of type Response 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 Response Constructor Description ResponseBuffer(BodyObserver observer, Response response, Conversation support, Entity entity)Constructor for theResponseBufferobject.ResponseBuffer(BodyObserver observer, Response response, Conversation support, Channel channel)Constructor for theResponseBufferobject.ResponseEncoder(BodyObserver observer, Response response, Conversation support, Channel channel)Constructor for theResponseEncoderobject, 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 Response Modifier and Type Method Description ResponseSession. getResponse()Provides theResponseused 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 Response Modifier and Type Field Description private ResponseResponseBuilder. responseThis is the response to the WebSocket handshake.private ResponseServiceSession. responseThis is the initiating response associated with the session.Methods in org.simpleframework.http.socket.service that return Response Modifier and Type Method Description ResponseServiceSession. getResponse()Provides theResponseused to establish the session with the remote client.Methods in org.simpleframework.http.socket.service with parameters of type Response 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 Response Constructor Description FrameConnection(Request request, Response response, Reactor reactor)Constructor for theFrameConnectionobject.ResponseBuilder(Request request, Response response)Constructor for theResponseBuilderobject.ServiceSession(FrameChannel channel, Request request, Response response)Constructor for theServiceSessionobject.
-