java.lang.Object
org.rockhopper.smarthome.wes.jwes.simulator.netty.TCPServer

@Component public class TCPServer extends Object
TCP Server
Author:
Jibeom Jung
  • Constructor Details

    • TCPServer

      @Autowired public TCPServer(@Qualifier("tcpServerBootstrap") io.netty.bootstrap.ServerBootstrap serverBootstrap, @Qualifier("tcpSocketAddress") InetSocketAddress tcpPort)
  • Method Details

    • start

      public void start() throws Exception
      Throws:
      Exception
    • stop

      @PreDestroy public void stop()