Class SessionChannelNG

All Implemented Interfaces:
Channel, SessionChannel

public class SessionChannelNG extends AbstractSessionChannel implements SessionChannel
Implements the client side of the SSH Connection protocol session channel
  • Constructor Details

    • SessionChannelNG

      public SessionChannelNG(SshConnection con)
    • SessionChannelNG

      public SessionChannelNG(SshConnection con, boolean autoConsume)
    • SessionChannelNG

      public SessionChannelNG(int maximumPacketSize, com.sshtools.common.util.UnsignedInteger32 initialWindowSize, com.sshtools.common.util.UnsignedInteger32 maximumWindowSpace, com.sshtools.common.util.UnsignedInteger32 minimumWindowSpace, ChannelRequestFuture closeFuture, boolean autoConsume)
    • SessionChannelNG

      public SessionChannelNG(int maximumPacketSize, com.sshtools.common.util.UnsignedInteger32 initialWindowSize, com.sshtools.common.util.UnsignedInteger32 maximumWindowSpace, com.sshtools.common.util.UnsignedInteger32 minimumWindowSpace, boolean autoConsume)
    • SessionChannelNG

      public SessionChannelNG(int maximumPacketSize, com.sshtools.common.util.UnsignedInteger32 initialWindowSize, com.sshtools.common.util.UnsignedInteger32 maximumWindowSpace, com.sshtools.common.util.UnsignedInteger32 minimumWindowSpace)
  • Method Details