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