Class ChannelDirectTcpip

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.util.closeable.IoBaseCloseable
org.apache.sshd.common.util.closeable.AbstractCloseable
org.apache.sshd.common.util.closeable.AbstractInnerCloseable
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, ClientChannel, ClientSessionHolder, org.apache.sshd.common.AttributeRepository, org.apache.sshd.common.AttributeStore, Channel, ChannelIdentifier, ChannelListenerManager, StreamingChannel, ChannelStreamWriterResolver, ChannelStreamWriterResolverManager, org.apache.sshd.common.Closeable, org.apache.sshd.common.PropertyResolver, org.apache.sshd.common.session.SessionContextHolder, SessionHolder<Session>, org.apache.sshd.common.util.threads.ExecutorServiceCarrier

public class ChannelDirectTcpip extends AsyncCapableClientChannel
TODO Add javadoc
Author:
Apache MINA SSHD Project
  • Constructor Details

    • ChannelDirectTcpip

      public ChannelDirectTcpip(org.apache.sshd.common.util.net.SshdSocketAddress local, org.apache.sshd.common.util.net.SshdSocketAddress remote)
  • Method Details

    • open

      public OpenFuture open() throws IOException
      Specified by:
      open in interface ClientChannel
      Overrides:
      open in class AbstractClientChannel
      Throws:
      IOException
    • getLocalSocketAddress

      public org.apache.sshd.common.util.net.SshdSocketAddress getLocalSocketAddress()
    • getRemoteSocketAddress

      public org.apache.sshd.common.util.net.SshdSocketAddress getRemoteSocketAddress()