public interface

ForwardedChannelOpener

net.schmizz.sshj.connection.channel.forwarded.ForwardedChannelOpener
Known Indirect Subclasses

Class Overview

Takes care of handling SSH_MSG_CHANNEL_OPEN requests for forwarded channels of a specific type.

Summary

Public Methods
abstract String getChannelType()
Returns the name of the channel type this opener can next.
abstract void handleOpen(SSHPacket buf)
Delegates a SSH_MSG_CHANNEL_OPEN request for the channel type claimed by this opener.

Public Methods

public abstract String getChannelType ()

Returns the name of the channel type this opener can next.

public abstract void handleOpen (SSHPacket buf)

Delegates a SSH_MSG_CHANNEL_OPEN request for the channel type claimed by this opener.

Parameters
buf SSHPacket containg the request except for the message identifier and channel type field