Interface ForwardedChannelOpener

All Known Implementing Classes:
AbstractForwardedChannelOpener, RemotePortForwarder, X11Forwarder

public interface ForwardedChannelOpener
Takes care of handling SSH_MSG_CHANNEL_OPEN requests for forwarded channels of a specific type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the channel type this opener can next.
    void
    Delegates a SSH_MSG_CHANNEL_OPEN request for the channel type claimed by this opener.