Class JreWireClientHandler
java.lang.Object
love.distributedrebirth.nx01.no2all.wire.jre.JreWireClientHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononBinary
(WebSocket ws, ByteBuffer data, boolean last) void
void
onText
(WebSocket ws, CharSequence data, boolean last) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.net.http.WebSocket.Listener
onPing, onPong
-
Constructor Details
-
JreWireClientHandler
-
-
Method Details
-
onOpen
- Specified by:
onOpen
in interfaceWebSocket.Listener
-
onClose
- Specified by:
onClose
in interfaceWebSocket.Listener
-
onError
- Specified by:
onError
in interfaceWebSocket.Listener
-
onText
- Specified by:
onText
in interfaceWebSocket.Listener
-
onBinary
- Specified by:
onBinary
in interfaceWebSocket.Listener
-