Class ChannelManager

java.lang.Object
com.trilead.ssh2.channel.ChannelManager
All Implemented Interfaces:
MessageHandler

public class ChannelManager extends Object implements MessageHandler
ChannelManager. Please read the comments in Channel.java.

Besides the crypto part, this is the core of the library.

Version:
$Id: ChannelManager.java,v 1.2 2008/03/03 07:01:36 cplattne Exp $
  • Field Details

    • log

      private static final Logger log
    • x11_magic_cookies

      private HashMap x11_magic_cookies
    • tm

    • channels

      private Vector channels
    • nextLocalChannel

      private int nextLocalChannel
    • shutdown

      private boolean shutdown
    • globalSuccessCounter

      private int globalSuccessCounter
    • globalFailedCounter

      private int globalFailedCounter
    • remoteForwardings

      private HashMap remoteForwardings
    • listenerThreads

      private Vector listenerThreads
    • listenerThreadsAllowed

      private boolean listenerThreadsAllowed
  • Constructor Details

  • Method Details