Uses of Interface
net.schmizz.sshj.connection.channel.Channel.Forwarded
-
Packages that use Channel.Forwarded Package Description net.schmizz.sshj.connection.channel.forwarded -
-
Uses of Channel.Forwarded in net.schmizz.sshj.connection.channel.forwarded
Classes in net.schmizz.sshj.connection.channel.forwarded that implement Channel.Forwarded Modifier and Type Class Description classAbstractForwardedChannelBase class for forwarded channels whose open is initiated by the server.static classRemotePortForwarder.ForwardedTCPIPChannelAforwarded-tcpipchannel.static classX11Forwarder.X11ChannelAnx11forwarded channel.Methods in net.schmizz.sshj.connection.channel.forwarded with parameters of type Channel.Forwarded Modifier and Type Method Description protected voidAbstractForwardedChannelOpener. callListener(ConnectListener listener, Channel.Forwarded chan)Calls the listener with the new channel in a separate thread.voidConnectListener. gotConnect(Channel.Forwarded chan)Notify this listener of a new forwarded channel.voidSocketForwardingConnectListener. gotConnect(Channel.Forwarded chan)On connect, confirm the channel and start forwarding.
-