| java.lang.Object |
| ↳ |
net.schmizz.sshj.connection.channel.forwarded.AbstractForwardedChannelOpener |
Known Direct Subclasses
|
Summary
| Public Methods |
|
String
|
getChannelType()
Returns the name of the channel type this opener can next.
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
net.schmizz.sshj.connection.channel.forwarded.ForwardedChannelOpener
|
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.
|
|
Fields
protected
final
String
chanType
protected
final
Logger
log
Protected Constructors
protected
AbstractForwardedChannelOpener
(String chanType, Connection conn)
Public Methods
public
String
getChannelType
()
Returns the name of the channel type this opener can next.
Protected Methods
Calls the listener with the new channel in a separate thread.