Modifier and Type | Method and Description |
---|---|
void |
DataNotificationListener.onDataReceived(Channel channel,
byte[] data) |
void |
DataNotificationListener.onDataSent(Channel channel,
byte[] data) |
boolean |
SessionManager.openChannel(Channel channel)
Opens a channel on the managed connection.
|
boolean |
SessionProviderFrame.openChannel(Channel channel)
Implementation of the SessionManager method, this simply calls the SshClient
method openChannel.
|
boolean |
SessionProviderInternalFrame.openChannel(Channel channel)
Implementation of the SessionManager method, this simply calls the SshClient
method openChannel.
|
Modifier and Type | Method and Description |
---|---|
Channel |
ForwardingServer.createChannel(java.lang.String channelType,
byte[] requestData) |
Modifier and Type | Class and Description |
---|---|
class |
SessionChannelServer |
Modifier and Type | Method and Description |
---|---|
Channel |
SessionChannelFactory.createChannel(java.lang.String channelType,
byte[] requestData) |
Modifier and Type | Method and Description |
---|---|
boolean |
SshClient.isActiveChannel(Channel channel)
Determine whether the channel supplied is an active channel
|
boolean |
SshClient.openChannel(Channel channel)
Open's a channel.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentSocketChannel |
Modifier and Type | Class and Description |
---|---|
class |
BindingChannel |
class |
IOChannel |
class |
SocketChannel |
Modifier and Type | Method and Description |
---|---|
Channel |
ChannelFactory.createChannel(java.lang.String channelType,
byte[] requestData) |
Modifier and Type | Method and Description |
---|---|
protected void |
ConnectionProtocol.closeChannel(Channel channel) |
protected void |
ConnectionProtocol.freeChannel(Channel channel) |
void |
ChannelEventAdapter.onChannelClose(Channel channel) |
void |
ChannelEventListener.onChannelClose(Channel channel) |
void |
ChannelEventAdapter.onChannelEOF(Channel channel) |
void |
ChannelEventListener.onChannelEOF(Channel channel) |
void |
ChannelEventAdapter.onChannelOpen(Channel channel) |
void |
ChannelEventListener.onChannelOpen(Channel channel) |
void |
ChannelEventAdapter.onDataReceived(Channel channel,
byte[] data) |
void |
ChannelEventListener.onDataReceived(Channel channel,
byte[] data) |
void |
ChannelEventAdapter.onDataSent(Channel channel,
byte[] data) |
void |
ChannelEventListener.onDataSent(Channel channel,
byte[] data) |
boolean |
ConnectionProtocol.openChannel(Channel channel) |
boolean |
ConnectionProtocol.openChannel(Channel channel,
ChannelEventListener eventListener) |
void |
ConnectionProtocol.sendChannelData(Channel channel,
byte[] data) |
void |
ConnectionProtocol.sendChannelEOF(Channel channel) |
void |
ConnectionProtocol.sendChannelExtData(Channel channel,
int extendedType,
byte[] data) |
protected void |
ConnectionProtocol.sendChannelFailure(Channel channel) |
protected void |
ConnectionProtocol.sendChannelOpenConfirmation(Channel channel) |
boolean |
ConnectionProtocol.sendChannelRequest(Channel channel,
java.lang.String requestType,
boolean wantReply,
byte[] requestData) |
void |
ConnectionProtocol.sendChannelRequestFailure(Channel channel) |
void |
ConnectionProtocol.sendChannelRequestSuccess(Channel channel) |
void |
ConnectionProtocol.sendChannelWindowAdjust(Channel channel,
long bytesToAdd) |
Constructor and Description |
---|
ChannelOutputStream(Channel channel)
Creates a new ChannelOutputStream object.
|
ChannelOutputStream(Channel channel,
java.lang.Integer type)
Creates a new ChannelOutputStream object.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingBindingChannel |
class |
ForwardingIOChannel |
class |
ForwardingSocketChannel |
Modifier and Type | Method and Description |
---|---|
Channel |
ForwardingClient.createChannel(java.lang.String channelType,
byte[] requestData) |
Modifier and Type | Method and Description |
---|---|
void |
ForwardingConfiguration.ForwardingConfigurationMonitor.onChannelClose(Channel channel) |
void |
ForwardingConfiguration.ForwardingConfigurationMonitor.onChannelEOF(Channel channel) |
void |
ForwardingConfiguration.ForwardingConfigurationMonitor.onChannelOpen(Channel channel) |
void |
ForwardingConfiguration.ForwardingConfigurationMonitor.onDataReceived(Channel channel,
byte[] data) |
void |
ForwardingConfiguration.ForwardingConfigurationMonitor.onDataSent(Channel channel,
byte[] data) |
Modifier and Type | Class and Description |
---|---|
class |
SessionChannelClient |
Modifier and Type | Class and Description |
---|---|
class |
SftpSubsystemClient |
Modifier and Type | Class and Description |
---|---|
class |
SubsystemChannel |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.