Uses of Interface
org.simpleframework.http.ResponseHeader

Packages that use ResponseHeader
org.simpleframework.http   
org.simpleframework.http.core   
 

Uses of ResponseHeader in org.simpleframework.http
 

Subinterfaces of ResponseHeader in org.simpleframework.http
 interface Response
          This is used to represent the HTTP response.
 

Classes in org.simpleframework.http that implement ResponseHeader
 class ResponseWrapper
          The ResponseWrapper object is used so that the original Response 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
 ResponseHeader Conversation.getResponse()
          This provides the Response object.
 

Constructors in org.simpleframework.http.core with parameters of type ResponseHeader
Conversation(RequestHeader request, ResponseHeader response)
          Constructor for the Conversation object.
 



Copyright © 2014. All Rights Reserved.