Class BioReceiver

    • Field Detail

      • serverSocket

        protected java.net.ServerSocket serverSocket
        Deprecated.
    • Constructor Detail

      • BioReceiver

        public BioReceiver()
        Deprecated.
    • Method Detail

      • start

        public void start()
                   throws java.io.IOException
        Deprecated.
        Description copied from interface: ChannelReceiver
        Start listening for incoming messages on the host/port
        Specified by:
        start in interface ChannelReceiver
        Overrides:
        start in class ReceiverBase
        Throws:
        java.io.IOException - Listen failed
      • bind

        protected void bind()
                     throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • run

        public void run()
        Deprecated.
        Specified by:
        run in interface java.lang.Runnable
      • listen

        public void listen()
                    throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception