| 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 |
|---|---|
boolean |
HTTPReaderMirror.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 |
| 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
|
boolean |
PartialRequestManager.requestExists(long recordIndex,
int fieldIndex)
|
void |
PartialRequestManager.unblock(long recordIndex,
int fieldIndex)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCPReaderMirror.pollPartial(long recordIndex,
int fieldIndex) |
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.