Uses of Enum Class
org.apache.sshd.common.channel.StreamingChannel.Streaming
Packages that use StreamingChannel.Streaming
Package
Description
-
Uses of StreamingChannel.Streaming in org.apache.sshd.client.channel
Fields in org.apache.sshd.client.channel declared as StreamingChannel.StreamingModifier and TypeFieldDescriptionprotected StreamingChannel.Streaming
AbstractClientChannel.streaming
Methods in org.apache.sshd.client.channel that return StreamingChannel.StreamingMethods in org.apache.sshd.client.channel with parameters of type StreamingChannel.StreamingModifier and TypeMethodDescriptionvoid
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.StreamingModifier and TypeMethodDescriptionStreamingChannel.getStreaming()
static StreamingChannel.Streaming
Returns the enum constant of this class with the specified name.static StreamingChannel.Streaming[]
StreamingChannel.Streaming.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sshd.common.channel with parameters of type StreamingChannel.StreamingModifier and TypeMethodDescriptionvoid
StreamingChannel.setStreaming
(StreamingChannel.Streaming streaming) -
Uses of StreamingChannel.Streaming in org.apache.sshd.server.forward
Fields in org.apache.sshd.server.forward declared as StreamingChannel.StreamingMethods in org.apache.sshd.server.forward that return StreamingChannel.StreamingMethods in org.apache.sshd.server.forward with parameters of type StreamingChannel.StreamingModifier and TypeMethodDescriptionvoid
TcpipServerChannel.setStreaming
(StreamingChannel.Streaming streaming)