| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.proxy | |
| gr.uoa.di.madgik.grs.proxy.http | |
| gr.uoa.di.madgik.grs.proxy.local | |
| gr.uoa.di.madgik.grs.proxy.tcp |
| Modifier and Type | Method and Description |
|---|---|
static IReaderProxy |
ProxyFactory.getProxy(URI locator)
Instantiates the appropriate
IReaderProxy that can manage the provided URI locator. |
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPReaderProxy
This proxy is an implementation of the
IReaderProxy interface available to be
used by readers that want to access an IBuffer made available by a writer
that is not necessarily collocated in the same JVM as they are. |
class |
HTTPStoreReaderProxy
This proxy extends the
HTTPReaderProxy capabilities by adding an additional logic layer
on top of the original extended base capabilities. |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalReaderProxy
This proxy is an implementation of the
IReaderProxy interface available to be
used by readers that want to access an IBuffer made available by a writer
that is collocated in the same JVM as they are |
class |
LocalStoreReaderProxy
This proxy extends the
LocalReaderProxy capabilities by adding an additional logic layer
on top of the original extended base capabilities. |
| Modifier and Type | Class and Description |
|---|---|
class |
TCPReaderProxy
This proxy is an implementation of the
IReaderProxy interface available to be
used by readers that want to access an IBuffer made available by a writer
that is not necessarily collocated in the same JVM as they are. |
class |
TCPStoreReaderProxy
This proxy extends the
TCPReaderProxy capabilities by adding an additional logic layer
on top of the original extended base capabilities. |
Copyright © 2014. All Rights Reserved.