Uses of Interface
org.simpleframework.http.ResponseHeader
-
Packages that use ResponseHeader Package Description org.simpleframework.http org.simpleframework.http.core -
-
Uses of ResponseHeader in org.simpleframework.http
Subinterfaces of ResponseHeader in org.simpleframework.http Modifier and Type Interface Description interfaceResponseThis is used to represent the HTTP response.Classes in org.simpleframework.http that implement ResponseHeader Modifier and Type Class Description classResponseWrapperTheResponseWrapperobject is used so that the originalResponseobject can be wrapped in a filtering proxy object. -
Uses of ResponseHeader in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement ResponseHeader Modifier and Type Class Description (package private) classResponseEntityThis is used to represent the HTTP response.(package private) classResponseMessageTheResponseMessageobject represents the header used for a response.Fields in org.simpleframework.http.core declared as ResponseHeader Modifier and Type Field Description private ResponseHeaderConversation. responseThis is the response object that requires HTTP headers set.Methods in org.simpleframework.http.core that return ResponseHeader Modifier and Type Method Description ResponseHeaderConversation. getResponse()This provides theResponseobject.Constructors in org.simpleframework.http.core with parameters of type ResponseHeader Constructor Description Conversation(RequestHeader request, ResponseHeader response)Constructor for theConversationobject.
-