Package org.apache.sshd.common.io
Enum BuiltinIoServiceFactoryFactories
java.lang.Object
java.lang.Enum<BuiltinIoServiceFactoryFactories>
org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- All Implemented Interfaces:
Serializable,Comparable<BuiltinIoServiceFactoryFactories>,Supplier<IoServiceFactoryFactory>,Factory<IoServiceFactoryFactory>,NamedFactory<IoServiceFactoryFactory>,NamedResource,OptionalFeature
public enum BuiltinIoServiceFactoryFactories
extends Enum<BuiltinIoServiceFactoryFactories>
implements NamedFactory<IoServiceFactoryFactory>, OptionalFeature
- Author:
- Apache MINA SSHD Project
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsFields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTORFields inherited from interface org.apache.sshd.common.OptionalFeature
FALSE, TRUE -
Method Summary
Modifier and TypeMethodDescriptionfinal IoServiceFactoryFactorycreate()fromFactoryClass(Class<?> clazz) fromFactoryName(String name) final Class<? extends IoServiceFactoryFactory> final Stringfinal StringgetName()booleanReturns the enum constant of this type with the specified name.static BuiltinIoServiceFactoryFactories[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NIO2
-
MINA
-
NETTY
-
-
Field Details
-
VALUES
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getFactoryClassName
-
getFactoryClass
-
getName
- Specified by:
getNamein interfaceNamedResource
-
create
- Specified by:
createin interfaceFactory<IoServiceFactoryFactory>
-
isSupported
public boolean isSupported()- Specified by:
isSupportedin interfaceOptionalFeature
-
fromFactoryName
-
fromFactoryClass
-