Class JreWireClient
java.lang.Object
love.distributedrebirth.nx01.no2all.wire.jre.JreWireClient
- All Implemented Interfaces:
WireClient
JRE wire client.
- Version:
- ©Δ∞ 仙上主天
- Author:
- للَّٰهِilLצسُو
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJreWireClient(URI uri, WebSocket.Builder wsBuilder, WireClientHandler handler) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidconnect()voidsendBinary(ByteBuffer message) voidsendMessage(String message)
-
Constructor Details
-
JreWireClient
-
-
Method Details
-
connect
public void connect()- Specified by:
connectin interfaceWireClient
-
close
- Specified by:
closein interfaceWireClient
-
sendMessage
- Specified by:
sendMessagein interfaceWireClient
-
sendBinary
- Specified by:
sendBinaryin interfaceWireClient
-