Interface BasicConnection
-
- All Known Subinterfaces:
AuthenticatedConnection
- All Known Implementing Classes:
LoggingBasicConnection,ShipClientHandler,ShipServerHandler,WebSocketHandler
public interface BasicConnectionThe most basic form of connection: it can only send messages and close itself.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidsendMsg(byte[] msg)
-