Uses of Interface
org.simpleframework.http.StatusLine

Packages that use StatusLine
org.simpleframework.http   
 

Uses of StatusLine in org.simpleframework.http
 

Subinterfaces of StatusLine in org.simpleframework.http
 interface Response
          This is used to represent the HTTP response.
 interface ResponseHeader
          The ResponseHeader object is used to manipulate the header information for a given response.
 

Classes in org.simpleframework.http that implement StatusLine
 class ResponseWrapper
          The ResponseWrapper object is used so that the original Response object can be wrapped in a filtering proxy object.
 



Copyright © 2014. All Rights Reserved.