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 with type parameters of type TcpForwardingFilter.Type Modifier and Type Field Description static Set<TcpForwardingFilter.Type>TcpForwardingFilter.Type. VALUESMethods in org.apache.sshd.server.forward that return TcpForwardingFilter.Type Modifier and Type Method Description static TcpForwardingFilter.TypeTcpForwardingFilter.Type. fromEnumName(String name)static TcpForwardingFilter.TypeTcpForwardingFilter.Type. fromName(String name)static TcpForwardingFilter.TypeTcpForwardingFilter.Type. fromString(String name)TcpForwardingFilter.TypeTcpipServerChannel. getTcpipChannelType()TcpForwardingFilter.TypeTcpipServerChannel.TcpipFactory. getType()static TcpForwardingFilter.TypeTcpForwardingFilter.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.Methods in org.apache.sshd.server.forward with parameters of type TcpForwardingFilter.Type Modifier and Type Method Description booleanStaticDecisionForwardingFilter. 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.Type Constructor Description TcpipFactory(TcpForwardingFilter.Type type)TcpipServerChannel(TcpForwardingFilter.Type type, CloseableExecutorService executor)
-