Uses of Class
org.apache.sshd.client.channel.ClientChannel.Streaming
-
Packages that use ClientChannel.Streaming Package Description org.apache.sshd.client.channel -
-
Uses of ClientChannel.Streaming in org.apache.sshd.client.channel
Fields in org.apache.sshd.client.channel declared as ClientChannel.Streaming Modifier and Type Field Description protected ClientChannel.StreamingAbstractClientChannel. streamingMethods in org.apache.sshd.client.channel that return ClientChannel.Streaming Modifier and Type Method Description ClientChannel.StreamingAbstractClientChannel. getStreaming()ClientChannel.StreamingClientChannel. getStreaming()static ClientChannel.StreamingClientChannel.Streaming. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ClientChannel.Streaming[]ClientChannel.Streaming. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sshd.client.channel with parameters of type ClientChannel.Streaming Modifier and Type Method Description voidAbstractClientChannel. setStreaming(ClientChannel.Streaming streaming)voidClientChannel. setStreaming(ClientChannel.Streaming streaming)
-