Uses of Enum
org.apache.sshd.common.forward.TcpipClientChannel.Type
Packages that use TcpipClientChannel.Type
-
Uses of TcpipClientChannel.Type in org.apache.sshd.common.forward
Fields in org.apache.sshd.common.forward declared as TcpipClientChannel.TypeModifier and TypeFieldDescriptionprivate final TcpipClientChannel.Type
TcpipClientChannel.typeEnum
Fields in org.apache.sshd.common.forward with type parameters of type TcpipClientChannel.TypeModifier and TypeFieldDescriptionstatic final Set
<TcpipClientChannel.Type> TcpipClientChannel.Type.VALUES
Methods in org.apache.sshd.common.forward that return TcpipClientChannel.TypeModifier and TypeMethodDescriptionTcpipClientChannel.getTcpipChannelType()
static TcpipClientChannel.Type
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.TypeModifierConstructorDescriptionTcpipClientChannel
(TcpipClientChannel.Type type, IoSession serverSession, SshdSocketAddress remote)