Package | Description |
---|---|
org.egothor.robot |
Robot Capek
|
org.egothor.robot.module |
Modifier and Type | Method and Description |
---|---|
void |
HTTPAnalyzer.parse(byte[] b,
int b_length,
Response r,
boolean preview)
Description of the Method
WARNING! This method may modify the original buffer if the data
is transfered as chunked and the mode of operation IS NOT preview.
|
void |
HTTPByteBufferAnalyzer.parse(ByteBuffer b,
Response r,
boolean preview)
Parses HTTP response in a
ByteBuffer which must be Buffer.flip() ed before
this method invocation. |
Modifier and Type | Field and Description |
---|---|
Response |
Page.response
The response object does not contain valid data on Status = OK, unless
you call the respective Server processCursor method.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TX.offer(Response item) |
void |
ImageLinksExtractor.process(Response item) |
void |
T5.process(Response r)
Process the response (index, save or add linx to the system).
|
void |
StorageEscape.process(Response item) |
abstract void |
TX.process(Response item) |
void |
Transmitter.process(Response item) |
void |
TX.push(Response item) |
Copyright © 2016 Egothor. All Rights Reserved.