| Package | Description |
|---|---|
| org.apache.sshd.client.channel | |
| org.apache.sshd.common.channel | |
| org.apache.sshd.server.forward |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
StreamingChannel.Streaming |
TcpipServerChannel.getStreaming() |
| Modifier and Type | Method and Description |
|---|---|
void |
TcpipServerChannel.setStreaming(StreamingChannel.Streaming streaming) |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.