Uses of Interface
org.simpleframework.http.Path
-
Packages that use Path Package Description org.simpleframework.http org.simpleframework.http.core org.simpleframework.http.message org.simpleframework.http.parse -
-
Uses of Path in org.simpleframework.http
Methods in org.simpleframework.http that return Path Modifier and Type Method Description PathAddress. getPath()This is used to retrieve the path of this URI.PathRequestLine. getPath()This is used to acquire the path as extracted from the HTTP request URI.PathRequestWrapper. getPath()This is used to acquire the path as extracted from the HTTP request URI. -
Uses of Path in org.simpleframework.http.core
Methods in org.simpleframework.http.core that return Path Modifier and Type Method Description PathRequestMessage. getPath()This is used to acquire the path as extracted from the HTTP request URI. -
Uses of Path in org.simpleframework.http.message
Methods in org.simpleframework.http.message that return Path Modifier and Type Method Description PathHeader. getPath()This is used to acquire the path as extracted from the the HTTP request URI.PathRequestConsumer. getPath()This is used to acquire the path as extracted from the the HTTP request URI. -
Uses of Path in org.simpleframework.http.parse
Classes in org.simpleframework.http.parse that implement Path Modifier and Type Class Description classPathParserThis is used to parse a path given as part of a URI.Fields in org.simpleframework.http.parse declared as Path Modifier and Type Field Description private PathAddressParser. normalThis is the path used to represent the address path.Methods in org.simpleframework.http.parse that return Path Modifier and Type Method Description PathAddressParser. getPath()This is used to retrieve the path of this URI.Methods in org.simpleframework.http.parse with parameters of type Path Modifier and Type Method Description voidAddressParser. setPath(Path path)This will set the path to whatever value it is given.
-