private static enum IOCache.BufferInputSocketFactory extends Enum<IOCache.BufferInputSocketFactory>
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract InputSocket<?> |
newInputSocket(IOCache.Buffer buffer) |
static IOCache.BufferInputSocketFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOCache.BufferInputSocketFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IOCache.BufferInputSocketFactory OIO
public static final IOCache.BufferInputSocketFactory NIO
public static IOCache.BufferInputSocketFactory[] values()
for (IOCache.BufferInputSocketFactory c : IOCache.BufferInputSocketFactory.values()) System.out.println(c);
public static IOCache.BufferInputSocketFactory 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 nullabstract InputSocket<?> newInputSocket(IOCache.Buffer buffer)
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.