Package org.apache.sshd.common.io
Enum Class BuiltinIoServiceFactoryFactories
java.lang.Object
java.lang.Enum<BuiltinIoServiceFactoryFactories>
org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- All Implemented Interfaces:
Serializable
,Comparable<BuiltinIoServiceFactoryFactories>
,Constable
,Supplier<IoServiceFactoryFactory>
,Factory<IoServiceFactoryFactory>
,NamedFactory<IoServiceFactoryFactory>
,NamedResource
,OptionalFeature
public enum BuiltinIoServiceFactoryFactories
extends Enum<BuiltinIoServiceFactoryFactories>
implements NamedFactory<IoServiceFactoryFactory>, OptionalFeature
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Class<? extends IoServiceFactoryFactory>
private final String
static final Set<BuiltinIoServiceFactoryFactories>
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Fields inherited from interface org.apache.sshd.common.OptionalFeature
FALSE, TRUE
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
BuiltinIoServiceFactoryFactories
(Class<? extends IoServiceFactoryFactory> clazz) private
-
Method Summary
Modifier and TypeMethodDescriptionfinal IoServiceFactoryFactory
create()
fromFactoryClass
(Class<?> clazz) fromFactoryName
(String name) final Class<? extends IoServiceFactoryFactory>
final String
final String
getName()
boolean
Returns the enum constant of this class with the specified name.static BuiltinIoServiceFactoryFactories[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NIO2
-
MINA
-
NETTY
-
-
Field Details
-
VALUES
-
factoryClass
-
factoryClassName
-
-
Constructor Details
-
BuiltinIoServiceFactoryFactories
-
BuiltinIoServiceFactoryFactories
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getFactoryClassName
-
getFactoryClass
-
getName
- Specified by:
getName
in interfaceNamedResource
- Returns:
- The resource name
-
create
- Specified by:
create
in interfaceFactory<IoServiceFactoryFactory>
- Returns:
- A new instance
-
isSupported
public boolean isSupported()- Specified by:
isSupported
in interfaceOptionalFeature
-
fromFactoryName
-
fromFactoryClass
-