Uses of Interface
org.simpleframework.http.RequestLine

Packages that use RequestLine
org.simpleframework.http   
 

Uses of RequestLine in org.simpleframework.http
 

Subinterfaces of RequestLine in org.simpleframework.http
 interface Request
          The Request is used to provide an interface to the HTTP entity body and message header.
 interface RequestHeader
          This is a Header object that is used to represent a basic form for the HTTP request message.
 

Classes in org.simpleframework.http that implement RequestLine
 class RequestWrapper
          The RequestWrapper object is used so that the original Request object can be wrapped in a filtering proxy object.
 



Copyright © 2014. All Rights Reserved.