org.apache.sshd.agent
Class ChannelAgentForwarding.Factory

java.lang.Object
  extended by org.apache.sshd.agent.ChannelAgentForwarding.Factory
All Implemented Interfaces:
Factory<Channel>, NamedFactory<Channel>
Enclosing class:
ChannelAgentForwarding

public static class ChannelAgentForwarding.Factory
extends java.lang.Object
implements NamedFactory<Channel>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.sshd.common.NamedFactory
NamedFactory.Utils
 
Constructor Summary
ChannelAgentForwarding.Factory()
           
 
Method Summary
 Channel create()
          Create a new instance
 java.lang.String getName()
          Name of this factory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelAgentForwarding.Factory

public ChannelAgentForwarding.Factory()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: NamedFactory
Name of this factory

Specified by:
getName in interface NamedFactory<Channel>
Returns:

create

public Channel create()
Description copied from interface: Factory
Create a new instance

Specified by:
create in interface Factory<Channel>
Returns:


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.