Class TCPServer
java.lang.Object
org.rockhopper.smarthome.wes.jwes.simulator.netty.TCPServer
TCP Server
- Author:
- Jibeom Jung
-
Constructor Summary
ConstructorsConstructorDescriptionTCPServer(io.netty.bootstrap.ServerBootstrap serverBootstrap, InetSocketAddress tcpPort) -
Method Summary
-
Constructor Details
-
TCPServer
@Autowired public TCPServer(@Qualifier("tcpServerBootstrap") io.netty.bootstrap.ServerBootstrap serverBootstrap, @Qualifier("tcpSocketAddress") InetSocketAddress tcpPort)
-
-
Method Details
-
start
- Throws:
Exception
-
stop
@PreDestroy public void stop()
-