Interface AuthenticatedConnection
-
- All Superinterfaces:
BasicConnection
- All Known Implementing Classes:
ShipClientHandler,ShipServerHandler,WebSocketHandler
public interface AuthenticatedConnection extends BasicConnection
In addition to aBasicConnection, we also know who the communication partner is.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPeerSki()java.lang.StringgetRemoteAddress()-
Methods inherited from interface org.openmuc.jeebus.ship.shipconnection.BasicConnection
close, sendMsg
-
-