Uses of Class
org.apache.sshd.server.forward.TcpForwardingFilter.Type
-
Packages that use TcpForwardingFilter.Type Package Description org.apache.sshd.server.forward -
-
Uses of TcpForwardingFilter.Type in org.apache.sshd.server.forward
Fields in org.apache.sshd.server.forward declared as TcpForwardingFilter.Type Modifier and Type Field Description private TcpForwardingFilter.Type
TcpipServerChannel.TcpipFactory. type
private TcpForwardingFilter.Type
TcpipServerChannel. type
Fields in org.apache.sshd.server.forward with type parameters of type TcpForwardingFilter.Type Modifier and Type Field Description static java.util.Set<TcpForwardingFilter.Type>
TcpForwardingFilter.Type. VALUES
Methods in org.apache.sshd.server.forward that return TcpForwardingFilter.Type Modifier and Type Method 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.Methods in org.apache.sshd.server.forward with parameters of type TcpForwardingFilter.Type Modifier and Type Method 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.Constructors in org.apache.sshd.server.forward with parameters of type TcpForwardingFilter.Type Constructor Description TcpipFactory(TcpForwardingFilter.Type type)
TcpipServerChannel(TcpForwardingFilter.Type type, CloseableExecutorService executor)
-