| Package | Description | 
|---|---|
| org.springframework.http.server | 
 Contains an abstraction over server-side HTTP. 
 | 
| org.springframework.web.util.pattern | 
 Dedicated support for matching HTTP request paths. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static PathContainer.Options | 
PathContainer.Options.HTTP_PATH
Options for HTTP URL paths: 
 | 
static PathContainer.Options | 
PathContainer.Options.MESSAGE_ROUTE
Options for a message route: 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PathContainer.Options | 
PathContainer.Options.create(char separator,
      boolean decodeAndParseSegments)
Create an  
PathContainer.Options instance with the given settings. | 
| Modifier and Type | Method and Description | 
|---|---|
static PathContainer | 
PathContainer.parsePath(String path,
         PathContainer.Options options)
Parse the path value into a sequence of  
Separator and
 PathSegment elements. | 
| Modifier and Type | Method and Description | 
|---|---|
PathContainer.Options | 
PathPatternParser.getPathOptions()
Return the  
configured pattern parsing options. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PathPatternParser.setPathOptions(PathContainer.Options pathOptions)
Set options for parsing patterns. 
 |