Uses of Class
org.apache.sshd.common.forward.TcpipClientChannel.Type
-
Packages that use TcpipClientChannel.Type Package Description org.apache.sshd.common.forward -
-
Uses of TcpipClientChannel.Type in org.apache.sshd.common.forward
Fields in org.apache.sshd.common.forward with type parameters of type TcpipClientChannel.Type Modifier and Type Field Description static Set<TcpipClientChannel.Type>
TcpipClientChannel.Type. VALUES
Methods in org.apache.sshd.common.forward that return TcpipClientChannel.Type Modifier and Type Method Description TcpipClientChannel.Type
TcpipClientChannel. getTcpipChannelType()
static TcpipClientChannel.Type
TcpipClientChannel.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static TcpipClientChannel.Type[]
TcpipClientChannel.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sshd.common.forward with parameters of type TcpipClientChannel.Type Constructor Description TcpipClientChannel(TcpipClientChannel.Type type, IoSession serverSession, SshdSocketAddress remote)
-