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 interface
Response
This is used to represent the HTTP response.Classes in org.simpleframework.http that implement ResponseHeader Modifier and Type Class Description class
ResponseWrapper
TheResponseWrapper
object is used so that the originalResponse
object can be wrapped in a filtering proxy object. -
Uses of ResponseHeader in org.simpleframework.http.core
Methods in org.simpleframework.http.core that return ResponseHeader Modifier and Type Method Description ResponseHeader
Conversation. getResponse()
This provides theResponse
object.Constructors in org.simpleframework.http.core with parameters of type ResponseHeader Constructor Description Conversation(RequestHeader request, ResponseHeader response)
Constructor for theConversation
object.
-