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

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