Package | Description |
---|---|
org.apache.sshd.server.forward |
Modifier and Type | Field and Description |
---|---|
static Set<TcpForwardingFilter.Type> |
TcpForwardingFilter.Type.VALUES |
Modifier and Type | Method and Description |
---|---|
static TcpForwardingFilter.Type |
TcpForwardingFilter.Type.fromEnumName(String name) |
static TcpForwardingFilter.Type |
TcpForwardingFilter.Type.fromName(String name) |
static TcpForwardingFilter.Type |
TcpForwardingFilter.Type.fromString(String name) |
TcpForwardingFilter.Type |
TcpipServerChannel.getTcpipChannelType() |
TcpForwardingFilter.Type |
TcpipServerChannel.TcpipFactory.getType() |
static TcpForwardingFilter.Type |
TcpForwardingFilter.Type.valueOf(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 |
StaticDecisionForwardingFilter.canConnect(TcpForwardingFilter.Type type,
SshdSocketAddress address,
Session session) |
boolean |
TcpForwardingFilter.canConnect(TcpForwardingFilter.Type type,
SshdSocketAddress address,
Session session)
Determine if the session may create an outbound connection.
|
Constructor and Description |
---|
TcpipFactory(TcpForwardingFilter.Type type) |
TcpipServerChannel(TcpForwardingFilter.Type type,
CloseableExecutorService executor) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.