Package 

Class WsPathMatcher

  • All Implemented Interfaces:

    
    public final class WsPathMatcher
    
                        

    Performs match operations on WebSocket paths.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      WsPathMatcher()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit add(WsHandlerEntry entry)
      final <Error class: unknown class> allEntries()
      final <Error class: unknown class> findBeforeHandlerEntries(String path) Returns all the before handlers that match the given path.
      final <Error class: unknown class> findEndpointHandlerEntry(String path) Returns the first endpoint handler that match the given path, or null.
      final <Error class: unknown class> findAfterHandlerEntries(String path) Returns all the after handlers that match the given path.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait