Package | Description |
---|---|
org.apache.sshd.client.channel | |
org.apache.sshd.common.channel |
Modifier and Type | Field and Description |
---|---|
protected StreamingChannel.Streaming |
AbstractClientChannel.streaming |
Modifier and Type | Method and Description |
---|---|
StreamingChannel.Streaming |
AbstractClientChannel.getStreaming() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClientChannel.setStreaming(StreamingChannel.Streaming streaming) |
Modifier and Type | Method and Description |
---|---|
StreamingChannel.Streaming |
StreamingChannel.getStreaming() |
static StreamingChannel.Streaming |
StreamingChannel.Streaming.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamingChannel.Streaming[] |
StreamingChannel.Streaming.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamingChannel.setStreaming(StreamingChannel.Streaming streaming) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.