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 Summary
-
Method Summary
-
Constructor Details
-
UriTemplate
- Throws:
DeploymentException
-
-
Method Details
-
match
-
hasParameters
public boolean hasParameters() -
getSegmentCount
public int getSegmentCount() -
getNormalizedPath
-