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