com.atlassian.bamboo.plugins.ssh
Class ProxyChannelSession.Factory

java.lang.Object
  extended by com.atlassian.bamboo.plugins.ssh.ProxyChannelSession.Factory
All Implemented Interfaces:
org.apache.sshd.common.Factory<org.apache.sshd.common.Channel>, org.apache.sshd.common.NamedFactory<org.apache.sshd.common.Channel>
Enclosing class:
ProxyChannelSession

public static class ProxyChannelSession.Factory
extends java.lang.Object
implements org.apache.sshd.common.NamedFactory<org.apache.sshd.common.Channel>


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

Constructor Detail

ProxyChannelSession.Factory

public ProxyChannelSession.Factory()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface org.apache.sshd.common.NamedFactory<org.apache.sshd.common.Channel>

create

public org.apache.sshd.common.Channel create()
Specified by:
create in interface org.apache.sshd.common.Factory<org.apache.sshd.common.Channel>


Copyright © 2012 Atlassian. All Rights Reserved.