Uses of Class
com.sshtools.j2ssh.connection.Channel
-
-
Uses of Channel in com.sshtools.common.ui
Methods in com.sshtools.common.ui with parameters of type Channel Modifier and Type Method Description voidDataNotificationListener. onDataReceived(Channel channel, byte[] data)voidDataNotificationListener. onDataSent(Channel channel, byte[] data)booleanSessionManager. openChannel(Channel channel)Opens a channel on the managed connection.booleanSessionProviderFrame. openChannel(Channel channel)Implementation of the SessionManager method, this simply calls the SshClient method openChannel.booleanSessionProviderInternalFrame. openChannel(Channel channel)Implementation of the SessionManager method, this simply calls the SshClient method openChannel. -
Uses of Channel in com.sshtools.daemon.forwarding
Methods in com.sshtools.daemon.forwarding that return Channel Modifier and Type Method Description ChannelForwardingServer. createChannel(java.lang.String channelType, byte[] requestData) -
Uses of Channel in com.sshtools.daemon.session
Subclasses of Channel in com.sshtools.daemon.session Modifier and Type Class Description classSessionChannelServerMethods in com.sshtools.daemon.session that return Channel Modifier and Type Method Description ChannelSessionChannelFactory. createChannel(java.lang.String channelType, byte[] requestData) -
Uses of Channel in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh with parameters of type Channel Modifier and Type Method Description booleanSshClient. isActiveChannel(Channel channel)Determine whether the channel supplied is an active channelbooleanSshClient. openChannel(Channel channel)Open's a channel. -
Uses of Channel in com.sshtools.j2ssh.agent
Subclasses of Channel in com.sshtools.j2ssh.agent Modifier and Type Class Description classAgentSocketChannel -
Uses of Channel in com.sshtools.j2ssh.connection
Subclasses of Channel in com.sshtools.j2ssh.connection Modifier and Type Class Description classBindingChannelclassIOChannelclassSocketChannelMethods in com.sshtools.j2ssh.connection that return Channel Modifier and Type Method Description ChannelChannelFactory. createChannel(java.lang.String channelType, byte[] requestData)Methods in com.sshtools.j2ssh.connection with parameters of type Channel Modifier and Type Method Description protected voidConnectionProtocol. closeChannel(Channel channel)protected voidConnectionProtocol. freeChannel(Channel channel)voidChannelEventAdapter. onChannelClose(Channel channel)voidChannelEventListener. onChannelClose(Channel channel)voidChannelEventAdapter. onChannelEOF(Channel channel)voidChannelEventListener. onChannelEOF(Channel channel)voidChannelEventAdapter. onChannelOpen(Channel channel)voidChannelEventListener. onChannelOpen(Channel channel)voidChannelEventAdapter. onDataReceived(Channel channel, byte[] data)voidChannelEventListener. onDataReceived(Channel channel, byte[] data)voidChannelEventAdapter. onDataSent(Channel channel, byte[] data)voidChannelEventListener. onDataSent(Channel channel, byte[] data)booleanConnectionProtocol. openChannel(Channel channel)booleanConnectionProtocol. openChannel(Channel channel, ChannelEventListener eventListener)voidConnectionProtocol. sendChannelData(Channel channel, byte[] data)voidConnectionProtocol. sendChannelEOF(Channel channel)voidConnectionProtocol. sendChannelExtData(Channel channel, int extendedType, byte[] data)protected voidConnectionProtocol. sendChannelFailure(Channel channel)protected voidConnectionProtocol. sendChannelOpenConfirmation(Channel channel)booleanConnectionProtocol. sendChannelRequest(Channel channel, java.lang.String requestType, boolean wantReply, byte[] requestData)voidConnectionProtocol. sendChannelRequestFailure(Channel channel)voidConnectionProtocol. sendChannelRequestSuccess(Channel channel)voidConnectionProtocol. sendChannelWindowAdjust(Channel channel, long bytesToAdd)Constructors in com.sshtools.j2ssh.connection with parameters of type Channel Constructor Description ChannelOutputStream(Channel channel)Creates a new ChannelOutputStream object.ChannelOutputStream(Channel channel, java.lang.Integer type)Creates a new ChannelOutputStream object. -
Uses of Channel in com.sshtools.j2ssh.forwarding
Subclasses of Channel in com.sshtools.j2ssh.forwarding Modifier and Type Class Description classForwardingBindingChannelclassForwardingIOChannelclassForwardingSocketChannelMethods in com.sshtools.j2ssh.forwarding that return Channel Modifier and Type Method Description ChannelForwardingClient. createChannel(java.lang.String channelType, byte[] requestData)Methods in com.sshtools.j2ssh.forwarding with parameters of type Channel Modifier and Type Method Description voidForwardingConfiguration.ForwardingConfigurationMonitor. onChannelClose(Channel channel)voidForwardingConfiguration.ForwardingConfigurationMonitor. onChannelEOF(Channel channel)voidForwardingConfiguration.ForwardingConfigurationMonitor. onChannelOpen(Channel channel)voidForwardingConfiguration.ForwardingConfigurationMonitor. onDataReceived(Channel channel, byte[] data)voidForwardingConfiguration.ForwardingConfigurationMonitor. onDataSent(Channel channel, byte[] data) -
Uses of Channel in com.sshtools.j2ssh.session
Subclasses of Channel in com.sshtools.j2ssh.session Modifier and Type Class Description classSessionChannelClient -
Uses of Channel in com.sshtools.j2ssh.sftp
Subclasses of Channel in com.sshtools.j2ssh.sftp Modifier and Type Class Description classSftpSubsystemClient -
Uses of Channel in com.sshtools.j2ssh.subsystem
Subclasses of Channel in com.sshtools.j2ssh.subsystem Modifier and Type Class Description classSubsystemChannel
-