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
Subclasses with type arguments of type TcpForwardingFilter.Type in org.apache.sshd.server.forwardModifier and TypeClassDescriptionstatic enumThe type of requested connection forwarding.Fields in org.apache.sshd.server.forward declared as TcpForwardingFilter.TypeModifier and TypeFieldDescriptionprivate final TcpForwardingFilter.TypeTcpipServerChannel.TcpipFactory.typeprivate final TcpForwardingFilter.TypeTcpipServerChannel.typeFields in org.apache.sshd.server.forward with type parameters of type TcpForwardingFilter.TypeModifier and TypeFieldDescriptionstatic final Set<TcpForwardingFilter.Type> TcpForwardingFilter.Type.VALUESMethods in org.apache.sshd.server.forward that return TcpForwardingFilter.TypeModifier and TypeMethodDescriptionstatic TcpForwardingFilter.TypeTcpForwardingFilter.Type.fromEnumName(String name) static TcpForwardingFilter.Typestatic TcpForwardingFilter.TypeTcpForwardingFilter.Type.fromString(String name) TcpipServerChannel.getTcpipChannelType()final TcpForwardingFilter.TypeTcpipServerChannel.TcpipFactory.getType()static TcpForwardingFilter.TypeReturns 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 TypeMethodDescriptionbooleanStaticDecisionForwardingFilter.canConnect(TcpForwardingFilter.Type type, SshdSocketAddress address, Session session) booleanTcpForwardingFilter.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.TypeModifierConstructorDescriptionprotectedTcpipServerChannel(TcpForwardingFilter.Type type, CloseableExecutorService executor)