java.lang.Object
org.rockhopper.smarthome.wes.jwes.simulator.config.NettyProperties

@Configuration @ConfigurationProperties(prefix="netty") public class NettyProperties extends Object
  • Constructor Details

    • NettyProperties

      public NettyProperties()
  • Method Details

    • getTcpPort

      public int getTcpPort()
    • getBossCount

      public int getBossCount()
    • getWorkerCount

      public int getWorkerCount()
    • getBacklog

      public int getBacklog()
    • isKeepAlive

      public boolean isKeepAlive()
    • setTcpPort

      public void setTcpPort(int tcpPort)
    • setBossCount

      public void setBossCount(int bossCount)
    • setWorkerCount

      public void setWorkerCount(int workerCount)
    • setKeepAlive

      public void setKeepAlive(boolean keepAlive)
    • setBacklog

      public void setBacklog(int backlog)