public class ChannelAgentForwardingFactory extends Object implements ChannelFactory, ExecutorServiceCarrier
| Modifier and Type | Field and Description |
|---|---|
static ChannelAgentForwardingFactory |
IETF |
static ChannelAgentForwardingFactory |
OPENSSH |
BY_NAME_COMPARATOR, NAME_EXTRACTOR| Constructor and Description |
|---|
ChannelAgentForwardingFactory(String name) |
| Modifier and Type | Method and Description |
|---|---|
Channel |
create() |
ExecutorService |
getExecutorService() |
String |
getName() |
boolean |
isShutdownOnExit() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, setUpBuiltinFactories, setUpTransformedFactoriesfindByName, getNameList, getNames, removeByNamepublic static final ChannelAgentForwardingFactory OPENSSH
public static final ChannelAgentForwardingFactory IETF
public ChannelAgentForwardingFactory(String name)
public String getName()
getName in interface NamedResourcepublic ExecutorService getExecutorService()
getExecutorService in interface ExecutorServiceCarrierExecutorService to usepublic boolean isShutdownOnExit()
isShutdownOnExit in interface ExecutorServiceCarriertrue then the ExecutorService.shutdownNow()
will be called (unless it is an internally allocated service which is always
closed)Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.