Class AbstractForwardedChannel

java.lang.Object
net.schmizz.sshj.connection.channel.AbstractChannel
net.schmizz.sshj.connection.channel.forwarded.AbstractForwardedChannel
All Implemented Interfaces:
Closeable, AutoCloseable, ErrorNotifiable, SSHPacketHandler, Channel, Channel.Forwarded
Direct Known Subclasses:
RemotePortForwarder.ForwardedTCPIPChannel, X11Forwarder.X11Channel

public abstract class AbstractForwardedChannel extends AbstractChannel implements Channel.Forwarded
Base class for forwarded channels whose open is initiated by the server.