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.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 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 TypeMethodDescriptionvoidStreamingChannel.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 TypeMethodDescriptionvoidTcpipServerChannel.setStreaming(StreamingChannel.Streaming streaming)