Package gr.uoa.di.madgik.grs.proxy.http

Class Summary
HTTPConnectionHandler A connection handler that can be registered with the HTTPConnectionManager in order to receive incoming HTTP connection from clients.
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.
HTTPStoreConnectionHandler A connection handler that can be registered with the HTTPConnectionManager in order to receive incoming HTTP connection from clients.
HTTPStoreReaderProxy This proxy extends the HTTPReaderProxy capabilities by adding an additional logic layer on top of the original extended base capabilities.
HTTPStoreWriterProxy This proxy class although it implements the tagging IProxy interface, it does not implement, as the name suggests, the IWriterProxy interface.
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