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 class: ReceiverBase
        Starts the receiver by creating the executor service and registering with JMX.
        Specified by:
        start in interface ChannelReceiver
        Overrides:
        start in class ReceiverBase
        Throws:
        java.io.IOException - if an I/O error occurs during startup
      • stop

        public void stop()
        Deprecated.
        Description copied from class: ReceiverBase
        Stops the receiver by shutting down the executor and unregistering from JMX.
        Specified by:
        stop in interface ChannelReceiver
        Overrides:
        stop in class ReceiverBase
      • 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