public class LocalForwardingFactoryImpl extends SocketListeningForwardingFactoryImpl<SshClientContext>
SocketListeningForwardingFactoryImpl.ActiveTunnelManager<K extends SshContext>| Constructor and Description |
|---|
LocalForwardingFactoryImpl(java.lang.String hostToConnect,
int portToConnect) |
| Modifier and Type | Method and Description |
|---|---|
protected ForwardingChannel<SshClientContext> |
createChannel(java.lang.String channelType,
SshConnection con,
java.lang.String addressToBind,
int portToBind,
java.nio.channels.SocketChannel sc,
SshClientContext context) |
java.lang.String |
getChannelType() |
int |
getStartedEventCode() |
int |
getStoppedEventCode() |
belongsTo, bindInterface, bindInterface, finishAccept, getActiveTunnelManager, stopAccepting, stopListeningfinishAcceptpublic LocalForwardingFactoryImpl(java.lang.String hostToConnect,
int portToConnect)
public java.lang.String getChannelType()
public int getStartedEventCode()
public int getStoppedEventCode()
protected ForwardingChannel<SshClientContext> createChannel(java.lang.String channelType, SshConnection con, java.lang.String addressToBind, int portToBind, java.nio.channels.SocketChannel sc, SshClientContext context)
createChannel in class SocketListeningForwardingFactoryImpl<SshClientContext>Copyright © 2022. All rights reserved.