Uses of Interface
org.apache.sshd.common.Channel

Packages that use Channel
org.apache.sshd.agent   
org.apache.sshd.client.channel   
org.apache.sshd.common   
org.apache.sshd.common.channel   
org.apache.sshd.common.session   
org.apache.sshd.server.channel   
org.apache.sshd.server.session   
org.apache.sshd.server.x11   
 

Uses of Channel in org.apache.sshd.agent
 

Classes in org.apache.sshd.agent that implement Channel
static class AgentForwardSupport.AgentForwardedChannel
           
 class ChannelAgentForwarding
          The client side channel that will receive requests forwards by the SSH server.
 

Methods in org.apache.sshd.agent that return Channel
 Channel ChannelAgentForwarding.Factory.create()
           
 

Uses of Channel in org.apache.sshd.client.channel
 

Classes in org.apache.sshd.client.channel that implement Channel
 class AbstractClientChannel
          TODO Add javadoc
 class ChannelExec
          TODO Add javadoc
 class ChannelSession
          TODO Add javadoc
 class ChannelShell
          TODO Add javadoc
 class ChannelSubsystem
          Client channel to run a subsystem
 

Uses of Channel in org.apache.sshd.common
 

Fields in org.apache.sshd.common with type parameters of type Channel
protected  List<NamedFactory<Channel>> AbstractFactoryManager.channelFactories
           
 

Methods in org.apache.sshd.common that return types with arguments of type Channel
 List<NamedFactory<Channel>> AbstractFactoryManager.getChannelFactories()
           
 List<NamedFactory<Channel>> FactoryManager.getChannelFactories()
          Retrieve the list of named factories for Channel objects.
 

Methods in org.apache.sshd.common with parameters of type Channel
 int Session.registerChannel(Channel channel)
          Register a newly created channel with a new unique identifier
 void Session.unregisterChannel(Channel channel)
          Remove this channel from the list of managed channels
 

Method parameters in org.apache.sshd.common with type arguments of type Channel
 void AbstractFactoryManager.setChannelFactories(List<NamedFactory<Channel>> channelFactories)
           
 

Uses of Channel in org.apache.sshd.common.channel
 

Classes in org.apache.sshd.common.channel that implement Channel
 class AbstractChannel
          TODO Add javadoc
 

Uses of Channel in org.apache.sshd.common.session
 

Fields in org.apache.sshd.common.session with type parameters of type Channel
protected  Map<Integer,Channel> AbstractSession.channels
          Map of channels keyed by the identifier
 

Methods in org.apache.sshd.common.session that return Channel
protected  Channel AbstractSession.getChannel(Buffer buffer)
          Retrieve the channel designated by the given packet
 

Methods in org.apache.sshd.common.session with parameters of type Channel
 int AbstractSession.registerChannel(Channel channel)
           
 void AbstractSession.unregisterChannel(Channel channel)
          Remove this channel from the list of managed channels
 

Uses of Channel in org.apache.sshd.server.channel
 

Classes in org.apache.sshd.server.channel that implement Channel
 class AbstractServerChannel
          TODO Add javadoc
 class ChannelDirectTcpip
          TODO Add javadoc
 

Methods in org.apache.sshd.server.channel that return Channel
 Channel ChannelDirectTcpip.Factory.create()
           
 Channel ChannelSession.Factory.create()
           
 

Uses of Channel in org.apache.sshd.server.session
 

Classes in org.apache.sshd.server.session that implement Channel
static class TcpipForwardSupport.ChannelForwardedTcpip
           
 

Uses of Channel in org.apache.sshd.server.x11
 

Classes in org.apache.sshd.server.x11 that implement Channel
static class X11ForwardSupport.ChannelForwardedX11
           
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.