Class UriTemplate
java.lang.Object
org.apache.tomcat.websocket.server.UriTemplate
Extracts path parameters from URIs used to create web socket connections using the URI template defined for the
 associated Endpoint.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
UriTemplate- Throws:
- DeploymentException
 
 
- 
- 
Method Details- 
match
- 
hasParameterspublic boolean hasParameters()
- 
getSegmentCountpublic int getSegmentCount()
- 
getNormalizedPath
 
-