Class JreWireClientHandler
java.lang.Object
love.distributedrebirth.nx01.no2all.wire.jre.JreWireClientHandler
- All Implemented Interfaces:
WebSocket.Listener
JRE wire client handler.
- Version:
- ©Δ∞ 仙上主天
- Author:
- للَّٰهِilLצسُو
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononBinary(WebSocket ws, ByteBuffer data, boolean last) voidvoidonText(WebSocket ws, CharSequence data, boolean last) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface WebSocket.Listener
onPing, onPong
-
Constructor Details
-
JreWireClientHandler
-
-
Method Details
-
onOpen
- Specified by:
onOpenin interfaceWebSocket.Listener
-
onClose
- Specified by:
onClosein interfaceWebSocket.Listener
-
onError
- Specified by:
onErrorin interfaceWebSocket.Listener
-
onText
- Specified by:
onTextin interfaceWebSocket.Listener
-
onBinary
- Specified by:
onBinaryin interfaceWebSocket.Listener
-