![]() |
Quadcap Embeddable Server |
Definition at line 57 of file HeaderParser.java.
Static Public Member Functions | |
| String | getToken (Scanner scanner, OctetMap map) throws IOException |
| Parsing helper: Get the next bytes all of which are in the specified map. | |
| void | parseHeaders (Scanner scanner, Map headers) throws IOException |
| Parse the HTTP headers in this input source. | |
| void | parseCRLF (Scanner scanner) throws IOException |
| Skip trailing whitespace followed by CRLF. | |
| Map | parseHeaders (InputStream is) throws IOException |
| Utility method to parse HTTP headers from an input stream, leaving the stream posisitioned after the blank line following the headers. | |
|
||||||||||||
|
Parsing helper: Get the next bytes all of which are in the specified map.
Definition at line 66 of file HeaderParser.java. References com.quadcap.http.util.HeaderParser.getToken(). Referenced by com.quadcap.http.util.HeaderParser.getToken(). |
|
|
Skip trailing whitespace followed by CRLF.
Definition at line 125 of file HeaderParser.java. References com.quadcap.http.util.HeaderParser.parseCRLF(). Referenced by com.quadcap.http.util.HeaderParser.parseCRLF(), and com.quadcap.http.util.HeaderParser.parseHeaders(). |
|
|
Utility method to parse HTTP headers from an input stream, leaving the stream posisitioned after the blank line following the headers.
Definition at line 139 of file HeaderParser.java. |
|
||||||||||||
|
Parse the HTTP headers in this input source.
Definition at line 78 of file HeaderParser.java. References com.quadcap.http.util.HeaderParser.parseCRLF(), and com.quadcap.http.util.HeaderParser.parseHeaders(). Referenced by com.quadcap.http.util.HeaderParser.parseHeaders(). |