Uses of Enum
org.apache.sshd.server.forward.TcpForwardingFilter.Type
Packages that use TcpForwardingFilter.Type
-
Uses of TcpForwardingFilter.Type in org.apache.sshd.server.forward
Fields in org.apache.sshd.server.forward declared as TcpForwardingFilter.TypeModifier and TypeFieldDescriptionprivate final TcpForwardingFilter.Type
TcpipServerChannel.TcpipFactory.type
private final TcpForwardingFilter.Type
TcpipServerChannel.type
Fields in org.apache.sshd.server.forward with type parameters of type TcpForwardingFilter.TypeModifier and TypeFieldDescriptionstatic final Set
<TcpForwardingFilter.Type> TcpForwardingFilter.Type.VALUES
Methods in org.apache.sshd.server.forward that return TcpForwardingFilter.TypeModifier and TypeMethodDescriptionstatic TcpForwardingFilter.Type
TcpForwardingFilter.Type.fromEnumName
(String name) static TcpForwardingFilter.Type
static TcpForwardingFilter.Type
TcpForwardingFilter.Type.fromString
(String name) TcpipServerChannel.getTcpipChannelType()
final TcpForwardingFilter.Type
TcpipServerChannel.TcpipFactory.getType()
static TcpForwardingFilter.Type
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.Methods in org.apache.sshd.server.forward with parameters of type TcpForwardingFilter.TypeModifier and TypeMethodDescriptionboolean
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.Constructors in org.apache.sshd.server.forward with parameters of type TcpForwardingFilter.TypeModifierConstructorDescriptionprotected
TcpipServerChannel
(TcpForwardingFilter.Type type, CloseableExecutorService executor)