Package | Description |
---|---|
net.sf.mmm.util.http |
Modifier and Type | Method and Description |
---|---|
static void |
HttpParser.parseRequest(InputStream stream,
HttpRequest request)
This method parses the HTTP-header from the given
stream and applies all information to the given
request . |
static void |
HttpParser.parseRequest(InputStream stream,
HttpRequest request,
Charset charset)
This method parses the HTTP-header from the given
stream and applies all information to the given
request . |
Copyright © 2001–2016 mmm-Team. All rights reserved.