Uses of Class
com.sshtools.j2ssh.connection.InvalidChannelException
Packages that use InvalidChannelException
Package
Description
-
Uses of InvalidChannelException in com.sshtools.daemon.forwarding
Methods in com.sshtools.daemon.forwarding that throw InvalidChannelExceptionModifier and TypeMethodDescriptionForwardingServer.createChannel
(String channelType, byte[] requestData) -
Uses of InvalidChannelException in com.sshtools.daemon.session
Methods in com.sshtools.daemon.session that throw InvalidChannelExceptionModifier and TypeMethodDescriptionSessionChannelFactory.createChannel
(String channelType, byte[] requestData) protected void
SessionChannelServer.onChannelOpen()
-
Uses of InvalidChannelException in com.sshtools.j2ssh.agent
Methods in com.sshtools.j2ssh.agent that throw InvalidChannelException -
Uses of InvalidChannelException in com.sshtools.j2ssh.connection
Methods in com.sshtools.j2ssh.connection that throw InvalidChannelExceptionModifier and TypeMethodDescriptionChannelFactory.createChannel
(String channelType, byte[] requestData) -
Uses of InvalidChannelException in com.sshtools.j2ssh.forwarding
Methods in com.sshtools.j2ssh.forwarding that throw InvalidChannelExceptionModifier and TypeMethodDescriptionForwardingClient.createChannel
(String channelType, byte[] requestData)