Package | Description |
---|---|
org.apache.sshd.common.forward |
Modifier and Type | Field and Description |
---|---|
static Set<TcpipClientChannel.Type> |
TcpipClientChannel.Type.VALUES |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
TcpipClientChannel(TcpipClientChannel.Type type,
IoSession serverSession,
SshdSocketAddress remote) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.