Package | Description |
---|---|
org.springframework.http.server |
Contains an abstraction over server-side HTTP.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
PathContainer.PathSegment
Path segment element.
|
static interface |
PathContainer.Separator
Path separator element.
|
Modifier and Type | Method and Description |
---|---|
List<PathContainer.Element> |
PathContainer.elements()
The contained path elements, either
PathContainer.Separator or PathContainer.PathSegment . |