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 -
-
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.StreamingAbstractClientChannel. streamingMethods in org.apache.sshd.client.channel that return StreamingChannel.Streaming Modifier and Type Method Description StreamingChannel.StreamingAbstractClientChannel. getStreaming()Methods in org.apache.sshd.client.channel with parameters of type StreamingChannel.Streaming Modifier and Type Method Description voidAbstractClientChannel. 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.StreamingStreamingChannel. getStreaming()static StreamingChannel.StreamingStreamingChannel.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 voidStreamingChannel. setStreaming(StreamingChannel.Streaming streaming)
-