Uses of Interface
org.simpleframework.http.Address
Packages that use Address
Package
Description
-
Uses of Address in org.simpleframework.http
Methods in org.simpleframework.http that return AddressModifier and TypeMethodDescriptionRequestLine.getAddress()
This is used to acquire the address from the request line.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 AddressModifier and TypeMethodDescriptionRequestMessage.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 AddressModifier and TypeMethodDescriptionHeader.getAddress()
This is used to acquire the address from the request line.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 AddressModifier and TypeClassDescriptionclass
This parser is used to parse uniform resource identifiers.