Uses of Interface
org.simpleframework.http.Address
-
Packages that use Address Package Description org.simpleframework.http org.simpleframework.http.core org.simpleframework.http.message org.simpleframework.http.parse -
-
Uses of Address in org.simpleframework.http
Methods in org.simpleframework.http that return Address Modifier and Type Method Description Address
RequestLine. getAddress()
This is used to acquire the address from the request line.Address
RequestWrapper. getAddress()
This is used to acquire the address from the request line. -
Uses of Address in org.simpleframework.http.core
Methods in org.simpleframework.http.core that return Address Modifier and Type Method Description Address
RequestMessage. 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 Modifier and Type Method Description Address
Header. getAddress()
This is used to acquire the address from the request line.Address
RequestConsumer. 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 Modifier and Type Class Description class
AddressParser
This parser is used to parse uniform resource identifiers.
-