Package org.basex.http.ws
Class WsPath
- java.lang.Object
-
- org.basex.http.web.WebPath
-
- org.basex.http.ws.WsPath
-
- All Implemented Interfaces:
Comparable<WsPath>
public final class WsPath extends WebPath implements Comparable<WsPath>
This class represents the Path of a WebSocket endpoint.- Author:
- BaseX Team 2005-23, BSD License, Johannes Finckh
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(WsPath o)
-
-
-
Method Detail
-
compareTo
public int compareTo(WsPath o)
- Specified by:
compareToin interfaceComparable<WsPath>
-
-