Class ChannelAgentForwarding

  • All Implemented Interfaces:
    java.lang.Runnable

    class ChannelAgentForwarding
    extends Channel
    • Constructor Detail

      • ChannelAgentForwarding

        ChannelAgentForwarding()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
        Overrides:
        run in class Channel
      • write

        void write​(byte[] foo,
                   int s,
                   int l)
            throws java.io.IOException
        Overrides:
        write in class Channel
        Throws:
        java.io.IOException
      • send

        private void send​(byte[] message)