gr.uoa.di.madgik.grs.proxy
Interface IProxy

All Known Subinterfaces:
IReaderProxy, IWriterProxy
All Known Implementing Classes:
HTTPReaderProxy, HTTPStoreReaderProxy, HTTPStoreWriterProxy, HTTPWriterProxy, LocalReaderProxy, LocalStoreReaderProxy, LocalStoreWriterProxy, LocalWriterProxy, TCPReaderProxy, TCPStoreReaderProxy, TCPStoreWriterProxy, TCPWriterProxy

public interface IProxy

Tagging interface used by the specific IProxy implementations and the extending IReaderProxy and IWriterProxy interfaces

Author:
gpapanikos

Nested Class Summary
static class IProxy.ProxyType
          The recognized and supported proxy types
 
Field Summary
static java.lang.String ProxyScheme
          The scheme for the gRS2 proxy locator URIs
static java.lang.String ProxyStoreScheme
          The scheme for the gRS2 Store proxy locator URIs
 

Field Detail

ProxyScheme

static final java.lang.String ProxyScheme
The scheme for the gRS2 proxy locator URIs

See Also:
Constant Field Values

ProxyStoreScheme

static final java.lang.String ProxyStoreScheme
The scheme for the gRS2 Store proxy locator URIs

See Also:
Constant Field Values