Uses of Enum
org.apache.sshd.common.channel.StreamingChannel.Streaming
Packages that use StreamingChannel.Streaming
-
Uses of StreamingChannel.Streaming in org.apache.sshd.client.channel
Fields in org.apache.sshd.client.channel declared as StreamingChannel.StreamingModifier and TypeFieldDescriptionprotected StreamingChannel.StreamingAbstractClientChannel.streamingMethods in org.apache.sshd.client.channel that return StreamingChannel.StreamingMethods in org.apache.sshd.client.channel with parameters of type StreamingChannel.StreamingModifier and TypeMethodDescriptionvoidAbstractClientChannel.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.StreamingReturns 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.StreamingModifier and TypeMethodDescriptionvoidStreamingChannel.setStreaming(StreamingChannel.Streaming streaming)