Class UriTemplate


  • public class UriTemplate
    extends java.lang.Object
    Extracts path parameters from URIs used to create web socket connections using the URI template defined for the associated Endpoint.
    • Method Detail

      • match

        public java.util.Map<java.lang.String,​java.lang.String> match​(UriTemplate candidate)
      • hasParameters

        public boolean hasParameters()
      • getSegmentCount

        public int getSegmentCount()
      • getNormalizedPath

        public java.lang.String getNormalizedPath()