|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthings.data.processing.LexicalTool
things.data.processing.http.ResponseLineParser
public class ResponseLineParser
An HTTP Response Line parser. Uses the same method as the AddressParser.
Version History
EPG - Initial - 12 FEB 07 EPG - Got rid of the Stream Source. It might cause longer hangs, but the source implementation will lose the tee character.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
ResponseLineParser()
|
|
| Method Summary | |
|---|---|
void |
parser(java.io.InputStream ins,
HttpResponse response)
Call with an InputStream. |
| Methods inherited from class things.data.processing.LexicalTool |
|---|
get822HeadernameType, get822HeadernameTypeWithDollar, get822Type, getClassification, getDNSType, getHexValue, getLower, getName, getUpper, getURIType, getURLFType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResponseLineParser()
| Method Detail |
|---|
public void parser(java.io.InputStream ins,
HttpResponse response)
throws java.lang.Throwable
ins - the source stream.response - the response object to fill.
ThingsException - If it is a fault, the request should be considered completely invalid. If it is an error, whatever was set in the request might be useful.
java.io.IOException - if the source is dead.
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||