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
Subclasses with type arguments of type TcpipClientChannel.Type in org.apache.sshd.common.forwardModifier and TypeClassDescriptionstatic enumType of channel being created.Fields in org.apache.sshd.common.forward with type parameters of type TcpipClientChannel.TypeModifier and TypeFieldDescriptionstatic final Set<TcpipClientChannel.Type> TcpipClientChannel.Type.VALUESMethods in org.apache.sshd.common.forward that return TcpipClientChannel.TypeModifier and TypeMethodDescriptionTcpipClientChannel.getTcpipChannelType()static TcpipClientChannel.TypeReturns 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)