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 AddressRequestLine. getAddress()This is used to acquire the address from the request line.AddressRequestWrapper. 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 AddressRequestMessage. 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 AddressHeader. getAddress()This is used to acquire the address from the request line.AddressRequestConsumer. 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 classAddressParserThis parser is used to parse uniform resource identifiers.
-