|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<IProxy.ProxyType>
gr.uoa.di.madgik.grs.proxy.IProxy.ProxyType
public static enum IProxy.ProxyType
The recognized and supported proxy types
| Enum Constant Summary | |
|---|---|
HTTP
|
|
HTTPStore
|
|
Local
A local proxy supported through LocalReaderProxy and LocalWriterProxy |
|
LocalStore
A local store proxy supported through LocalStoreReaderProxy and LocalStoreWriterProxy |
|
TCP
A TCP proxy supported through TCPReaderProxy and TCPWriterProxy |
|
TCPStore
A TCP store proxy supported through TCPStoreReaderProxy and TCPStoreWriterProxy |
|
| Method Summary | |
|---|---|
static IProxy.ProxyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IProxy.ProxyType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IProxy.ProxyType Local
LocalReaderProxy and LocalWriterProxy
public static final IProxy.ProxyType TCP
TCPReaderProxy and TCPWriterProxy
public static final IProxy.ProxyType LocalStore
LocalStoreReaderProxy and LocalStoreWriterProxy
public static final IProxy.ProxyType TCPStore
TCPStoreReaderProxy and TCPStoreWriterProxy
public static final IProxy.ProxyType HTTP
public static final IProxy.ProxyType HTTPStore
| Method Detail |
|---|
public static IProxy.ProxyType[] values()
for (IProxy.ProxyType c : IProxy.ProxyType.values()) System.out.println(c);
public static IProxy.ProxyType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||