org.apache.sshd.server.channel
Class ChannelDirectTcpip.Factory
java.lang.Object
org.apache.sshd.server.channel.ChannelDirectTcpip.Factory
- All Implemented Interfaces:
- Factory<Channel>, NamedFactory<Channel>
- Enclosing class:
- ChannelDirectTcpip
public static class ChannelDirectTcpip.Factory
- extends Object
- implements NamedFactory<Channel>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelDirectTcpip.Factory
public ChannelDirectTcpip.Factory()
getName
public 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-2012 Apache Software Foundation. All Rights Reserved.