Package | Description |
---|---|
org.egothor.robot |
Robot Capek
|
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. |
Copyright © 2016 Egothor. All Rights Reserved.