Package | Description |
---|---|
org.apache.sshd.common.helpers | |
org.apache.sshd.common.io | |
org.apache.sshd.common.io.nio2 |
Modifier and Type | Field and Description |
---|---|
protected IoServiceFactoryFactory |
AbstractFactoryManager.ioServiceFactoryFactory |
Modifier and Type | Method and Description |
---|---|
IoServiceFactoryFactory |
AbstractFactoryManager.getIoServiceFactoryFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFactoryManager.setIoServiceFactoryFactory(IoServiceFactoryFactory ioServiceFactory) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIoServiceFactoryFactory |
class |
DefaultIoServiceFactoryFactory |
Modifier and Type | Field and Description |
---|---|
private IoServiceFactoryFactory |
DefaultIoServiceFactoryFactory.factory |
Modifier and Type | Field and Description |
---|---|
private java.lang.Class<? extends IoServiceFactoryFactory> |
BuiltinIoServiceFactoryFactories.factoryClass |
Modifier and Type | Method and Description |
---|---|
static <T extends IoServiceFactoryFactory> |
DefaultIoServiceFactoryFactory.newInstance(java.lang.Class<T> clazz) |
static <T extends IoServiceFactoryFactory> |
DefaultIoServiceFactoryFactory.newInstance(java.lang.Class<T> clazz,
java.lang.String factory) |
static <T extends IoServiceFactoryFactory> |
DefaultIoServiceFactoryFactory.tryLoad(java.lang.String propName,
java.util.ServiceLoader<T> loader) |
Modifier and Type | Method and Description |
---|---|
IoServiceFactoryFactory |
BuiltinIoServiceFactoryFactories.create() |
IoServiceFactoryFactory |
DefaultIoServiceFactoryFactory.getIoServiceProvider() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends IoServiceFactoryFactory> |
BuiltinIoServiceFactoryFactories.getFactoryClass() |
Constructor and Description |
---|
BuiltinIoServiceFactoryFactories(java.lang.Class<? extends IoServiceFactoryFactory> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
Nio2ServiceFactoryFactory |