Uses of Interface
net.schmizz.sshj.connection.channel.forwarded.ConnectListener
Packages that use ConnectListener
-
Uses of ConnectListener in net.schmizz.sshj
Methods in net.schmizz.sshj with parameters of type ConnectListenerModifier and TypeMethodDescriptionSSHClient.registerX11Forwarder
(ConnectListener listener) Register alistener
for handling forwarded X11 channels. -
Uses of ConnectListener in net.schmizz.sshj.connection.channel.forwarded
Classes in net.schmizz.sshj.connection.channel.forwarded that implement ConnectListenerModifier and TypeClassDescriptionclass
AConnectListener
that forwards what is received over the channel to a socket and vice-versa.Fields in net.schmizz.sshj.connection.channel.forwarded declared as ConnectListenerFields in net.schmizz.sshj.connection.channel.forwarded with type parameters of type ConnectListenerModifier and TypeFieldDescriptionprotected final Map
<RemotePortForwarder.Forward, ConnectListener> RemotePortForwarder.listeners
Methods in net.schmizz.sshj.connection.channel.forwarded with parameters of type ConnectListenerModifier and TypeMethodDescriptionRemotePortForwarder.bind
(RemotePortForwarder.Forward forward, ConnectListener listener) Request forwarding from the remote host on the specifiedRemotePortForwarder.Forward
.protected void
AbstractForwardedChannelOpener.callListener
(ConnectListener listener, Channel.Forwarded chan) Calls the listener with the new channel in a separate thread.Constructors in net.schmizz.sshj.connection.channel.forwarded with parameters of type ConnectListener