@Immutable private static enum FsResourceController.SocketFactory extends Enum<FsResourceController.SocketFactory>
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract InputSocket<?> |
newInputSocket(FsResourceController controller,
FsEntryName name,
BitField<FsInputOption> options) |
(package private) abstract OutputSocket<?> |
newOutputSocket(FsResourceController controller,
FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
static FsResourceController.SocketFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FsResourceController.SocketFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FsResourceController.SocketFactory NIO2
public static final FsResourceController.SocketFactory OIO
abstract InputSocket<?> newInputSocket(FsResourceController controller, FsEntryName name, BitField<FsInputOption> options)
abstract OutputSocket<?> newOutputSocket(FsResourceController controller, FsEntryName name, BitField<FsOutputOption> options, @CheckForNull Entry template)
public static FsResourceController.SocketFactory valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static FsResourceController.SocketFactory[] values()
for (FsResourceController.SocketFactory c : FsResourceController.SocketFactory.values()) System.out.println(c);
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.