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.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(java.lang.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) -
Uses of StreamingChannel.Streaming in org.apache.sshd.server.forward
Fields in org.apache.sshd.server.forward declared as StreamingChannel.Streaming Modifier and Type Field Description private StreamingChannel.StreamingTcpipServerChannel. streamingMethods in org.apache.sshd.server.forward that return StreamingChannel.Streaming Modifier and Type Method Description StreamingChannel.StreamingTcpipServerChannel. getStreaming()Methods in org.apache.sshd.server.forward with parameters of type StreamingChannel.Streaming Modifier and Type Method Description voidTcpipServerChannel. setStreaming(StreamingChannel.Streaming streaming)
-