Class BlinkConn
java.lang.Object
com.tccc.kos.commons.core.service.blink.BlinkConn
A single blink connection. This manages the reading and writing process
- Since:
- 1.0
- Version:
- 2022-08-31
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Close the connection.Return the remote address of the connection.void
setCloseCallback
(BlinkCloseCallback closeCallback)
-
Constructor Details
-
BlinkConn
public BlinkConn()
-
-
Method Details
-
close
public void close()Close the connection. -
getRemoteAddr
Return the remote address of the connection. -
getCloseCallback
-
setCloseCallback
-