Package | Description |
---|---|
org.simpleframework.http | |
org.simpleframework.http.message | |
org.simpleframework.http.parse |
Modifier and Type | Method and Description |
---|---|
Path |
Address.getPath()
This is used to retrieve the path of this URI.
|
Path |
RequestWrapper.getPath()
This is used to acquire the path as extracted from the HTTP
request URI.
|
Path |
RequestLine.getPath()
This is used to acquire the path as extracted from the HTTP
request URI.
|
Modifier and Type | Method and Description |
---|---|
Path |
RequestConsumer.getPath()
This is used to acquire the path as extracted from the
the HTTP request URI.
|
Path |
Header.getPath()
This is used to acquire the path as extracted from the
the HTTP request URI.
|
Modifier and Type | Class and Description |
---|---|
class |
PathParser
This is used to parse a path given as part of a URI.
|
Modifier and Type | Method and Description |
---|---|
Path |
AddressParser.getPath()
This is used to retrieve the path of this URI.
|
Modifier and Type | Method and Description |
---|---|
void |
AddressParser.setPath(Path path)
This will set the path to whatever value it is given.
|
Copyright © 2024. All rights reserved.