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