Uses of Interface
org.simpleframework.http.Address

Packages that use Address
org.simpleframework.http   
org.simpleframework.http.message   
org.simpleframework.http.parse   
 

Uses of Address in org.simpleframework.http
 

Methods in org.simpleframework.http that return Address
 Address RequestWrapper.getAddress()
          This is used to acquire the address from the request line.
 Address RequestLine.getAddress()
          This is used to acquire the address from the request line.
 

Uses of Address in org.simpleframework.http.message
 

Methods in org.simpleframework.http.message that return Address
 Address RequestConsumer.getAddress()
          This is used to acquire the address from the request line.
 Address Header.getAddress()
          This is used to acquire the address from the request line.
 

Uses of Address in org.simpleframework.http.parse
 

Classes in org.simpleframework.http.parse that implement Address
 class AddressParser
          This parser is used to parse uniform resource identifiers.
 



Copyright © 2014. All Rights Reserved.