Class TcpListener

    • Constructor Detail

      • TcpListener

        public TcpListener()
      • TcpListener

        public TcpListener​(java.util.Properties bootstrapProperties)
    • Method Detail

      • start

        public void start()
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • stop

        public void stop()
      • getPort

        public int getPort()
      • setPort

        public void setPort​(int port)
      • setSocketFactory

        public void setSocketFactory​(SocketFactory socketFactory)