Interface ScxTCPServer
- All Known Implementing Classes:
ClassicTCPServer,NioTCPServer
public interface ScxTCPServer
ScxTCPServer
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
Modifier and TypeMethodDescriptiononConnect(Consumer<ScxTCPSocket> connectHandler) voidstart()voidstop()
-
Method Details
-
onConnect
-
start
void start() -
stop
void stop() -
localAddress
InetSocketAddress localAddress()
-