Package | Description |
---|---|
org.apache.sshd.server.forward |
Modifier and Type | Field and Description |
---|---|
private TcpForwardingFilter.Type |
TcpipServerChannel.type |
private TcpForwardingFilter.Type |
TcpipServerChannel.TcpipFactory.type |
Modifier and Type | Field and Description |
---|---|
static java.util.Set<TcpForwardingFilter.Type> |
TcpForwardingFilter.Type.VALUES |
Modifier and Type | Method and Description |
---|---|
static TcpForwardingFilter.Type |
TcpForwardingFilter.Type.fromEnumName(java.lang.String name) |
static TcpForwardingFilter.Type |
TcpForwardingFilter.Type.fromName(java.lang.String name) |
static TcpForwardingFilter.Type |
TcpForwardingFilter.Type.fromString(java.lang.String name) |
TcpForwardingFilter.Type |
TcpipServerChannel.getTcpipChannelType() |
TcpForwardingFilter.Type |
TcpipServerChannel.TcpipFactory.getType() |
static TcpForwardingFilter.Type |
TcpForwardingFilter.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TcpForwardingFilter.Type[] |
TcpForwardingFilter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TcpForwardingFilter.canConnect(TcpForwardingFilter.Type type,
SshdSocketAddress address,
Session session)
Determine if the session may create an outbound connection.
|
boolean |
StaticDecisionForwardingFilter.canConnect(TcpForwardingFilter.Type type,
SshdSocketAddress address,
Session session) |
Constructor and Description |
---|
TcpipFactory(TcpForwardingFilter.Type type) |
TcpipServerChannel(TcpForwardingFilter.Type type) |