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 alistenerfor 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 TypeClassDescriptionclassAConnectListenerthat 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.listenersMethods 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 voidAbstractForwardedChannelOpener.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