public class RemoteForwardingFactoryImpl extends com.sshtools.synergy.ssh.SocketListeningForwardingFactoryImpl<SshServerContext>
Modifier and Type | Field and Description |
---|---|
static RemoteForwardingFactoryImpl |
INSTANCE |
Constructor and Description |
---|
RemoteForwardingFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
protected com.sshtools.synergy.ssh.ForwardingChannel<SshServerContext> |
createChannel(java.lang.String channelType,
com.sshtools.common.ssh.SshConnection con,
java.lang.String addressToBind,
int portToBind,
java.nio.channels.SocketChannel sc,
SshServerContext context) |
java.lang.String |
getChannelType() |
int |
getStartedEventCode() |
int |
getStoppedEventCode() |
public static final RemoteForwardingFactoryImpl INSTANCE
public java.lang.String getChannelType()
public int getStartedEventCode()
public int getStoppedEventCode()
protected com.sshtools.synergy.ssh.ForwardingChannel<SshServerContext> createChannel(java.lang.String channelType, com.sshtools.common.ssh.SshConnection con, java.lang.String addressToBind, int portToBind, java.nio.channels.SocketChannel sc, SshServerContext context)
createChannel
in class com.sshtools.synergy.ssh.SocketListeningForwardingFactoryImpl<SshServerContext>
Copyright © 2024. All rights reserved.