Class DatarouterWebSocketPaths.WebsocketTool

java.lang.Object
io.datarouter.pathnode.PathNode
io.datarouter.websocket.config.DatarouterWebSocketPaths.WebsocketTool
Enclosing class:
DatarouterWebSocketPaths

public static class DatarouterWebSocketPaths.WebsocketTool
extends io.datarouter.pathnode.PathNode
  • Field Summary

    Fields 
    Modifier and Type Field Description
    io.datarouter.pathnode.PathNode list  
    io.datarouter.pathnode.PathNode subscriptions  

    Fields inherited from class io.datarouter.pathnode.PathNode

    parent, value
  • Constructor Summary

    Constructors 
    Constructor Description
    WebsocketTool()  
  • Method Summary

    Methods inherited from class io.datarouter.pathnode.PathNode

    branch, equals, getValue, hashCode, isLeaf, join, join, leaf, nodesAfter, parse, paths, toSlashedString, toSlashedString, toSlashedStringAfter, toSlashedStringWithTrailingSlash, toString, toStringArray

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • list

      public final io.datarouter.pathnode.PathNode list
    • subscriptions

      public final io.datarouter.pathnode.PathNode subscriptions
  • Constructor Details