Uses of Class
org.apache.sshd.common.channel.StreamingChannel.Streaming
-
Packages that use StreamingChannel.Streaming Package Description org.apache.sshd.client.channel org.apache.sshd.common.channel org.apache.sshd.server.forward -
-
Uses of StreamingChannel.Streaming in org.apache.sshd.client.channel
Fields in org.apache.sshd.client.channel declared as StreamingChannel.Streaming Modifier and Type Field Description protected StreamingChannel.Streaming
AbstractClientChannel. streaming
Methods in org.apache.sshd.client.channel that return StreamingChannel.Streaming Modifier and Type Method Description StreamingChannel.Streaming
AbstractClientChannel. getStreaming()
Methods in org.apache.sshd.client.channel with parameters of type StreamingChannel.Streaming Modifier and Type Method Description void
AbstractClientChannel. setStreaming(StreamingChannel.Streaming streaming)
-
Uses of StreamingChannel.Streaming in org.apache.sshd.common.channel
Methods in org.apache.sshd.common.channel that return StreamingChannel.Streaming Modifier and Type Method 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.Methods in org.apache.sshd.common.channel with parameters of type StreamingChannel.Streaming Modifier and Type Method Description void
StreamingChannel. setStreaming(StreamingChannel.Streaming streaming)
-
Uses of StreamingChannel.Streaming in org.apache.sshd.server.forward
Methods in org.apache.sshd.server.forward that return StreamingChannel.Streaming Modifier and Type Method Description StreamingChannel.Streaming
TcpipServerChannel. getStreaming()
Methods in org.apache.sshd.server.forward with parameters of type StreamingChannel.Streaming Modifier and Type Method Description void
TcpipServerChannel. setStreaming(StreamingChannel.Streaming streaming)
-