| 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 | Interface and Description |
|---|---|
interface |
IReaderProxy
The
IProxy specialization that needs to be implemented by the proxy implementations
that are used by reader clients |
interface |
IWriterProxy
The
IProxy specialization that needs to be implemented by the proxy implementations
that are used by writer clients |
| 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. |
class |
HTTPStoreWriterProxy
This proxy class although it implements the tagging
IProxy interface, it does not
implement, as the name suggests, the IWriterProxy interface. |
class |
HTTPWriterProxy
This proxy is an implementation of the
IWriterProxy interface available to be
used by writers that want to make available their authored IBuffer to readers
that can connect to an HTTP connection that can serve it regardless of their location |
| 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. |
class |
LocalStoreWriterProxy
This proxy class although it implements the tagging
IProxy interface, it does not
implement, as the name suggests, the IWriterProxy interface. |
class |
LocalWriterProxy
This proxy is an implementation of the
IWriterProxy interface available to be
used by writers that want to make available their authored IBuffer only to
readers that are collocated in the same JVM as they are |
| 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. |
class |
TCPStoreWriterProxy
This proxy class although it implements the tagging
IProxy interface, it does not
implement, as the name suggests, the IWriterProxy interface. |
class |
TCPWriterProxy
This proxy is an implementation of the
IWriterProxy interface available to be
used by writers that want to make available their authored IBuffer to readers
that can connect to a raw TCP socket that can serve it regardless of their location |
Copyright © 2014. All Rights Reserved.