| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.proxy.http.mirror | |
| gr.uoa.di.madgik.grs.proxy.mirror | |
| gr.uoa.di.madgik.grs.proxy.tcp.mirror |
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPReaderMirror.handle()
This invocation of this method starts a new execution thread where the
mirroring procedure is executed.
|
void |
HTTPWriterMirror.handle(String request,
Socket socket,
BufferedOutputStream out)
This invocation of this method starts a new execution thread where the
mirroring procedure is executed.
|
boolean |
HTTPWriterMirror.pollPartial(long recordIndex,
int fieldIndex) |
long |
HTTPReaderMirror.requestPartial(long recordIndex,
int fieldIndex,
IBuffer.TransportOverride override,
Object notify)
This method is used by the reader side mirror to request payload that belongs to an
IBuffer
item that has been transfered only partially and more data is requested by the reader client |
long |
HTTPWriterMirror.requestPartial(long recordIndex,
int fieldIndex,
IBuffer.TransportOverride override,
Object notify)
This method is used by the reader side mirror to request payload that belongs to an
IBuffer
item that has been transfered only partially and more data is requested by the reader client |
| Modifier and Type | Method and Description |
|---|---|
void |
PartialRequestManager.block(long recordIndex,
int fieldIndex,
IBuffer.TransportOverride override,
Object notify)
This method is used to add one new request to the ones that are pending data to be
made available
|
void |
PartialRequestManager.unblock(long recordIndex,
int fieldIndex)
|
| Modifier and Type | Method and Description |
|---|---|
void |
TCPWriterMirror.handle()
This invocation of this method starts a new execution thread where the mirroring procedure is executed.
|
void |
TCPReaderMirror.handle()
This invocation of this method starts a new execution thread where the mirroring procedure is executed.
|
boolean |
TCPWriterMirror.pollPartial(long recordIndex,
int fieldIndex) |
long |
TCPWriterMirror.requestPartial(long recordIndex,
int fieldIndex,
IBuffer.TransportOverride override,
Object notify)
This method is used by the reader side mirror to request payload that belongs to an
IBuffer
item that has been transfered only partially and more data is requested by the reader client |
long |
TCPReaderMirror.requestPartial(long recordIndex,
int fieldIndex,
IBuffer.TransportOverride override,
Object notify)
This method is used by the reader side mirror to request payload that belongs to an
IBuffer
item that has been transfered only partially and more data is requested by the reader client |
Copyright © 2014. All Rights Reserved.