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.Streaming
AbstractClientChannel. streaming
Methods in org.apache.sshd.client.channel that return ClientChannel.Streaming Modifier and Type Method Description ClientChannel.Streaming
AbstractClientChannel. getStreaming()
ClientChannel.Streaming
ClientChannel. getStreaming()
static ClientChannel.Streaming
ClientChannel.Streaming. valueOf(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 void
AbstractClientChannel. setStreaming(ClientChannel.Streaming streaming)
void
ClientChannel. setStreaming(ClientChannel.Streaming streaming)
-