Class RouterConn
java.lang.Object
com.kosdev.kos.commons.web.websocket.router.RouterConn
Represents a router connection which is the combination of address
and websocket connection to the router.
- Since:
- 1
- Version:
- 1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAddr()getConn()inthashCode()voidsetAddr(WebsocketAddr addr) voidsetConn(WebsocketConnection conn) void