Package | Description |
---|---|
sunlabs.brazil.asterisk | |
sunlabs.brazil.server | |
sunlabs.brazil.util.http |
Modifier and Type | Method and Description |
---|---|
void |
AsteriskHandler.AmiStringMap.read(HttpInputStream in) |
Modifier and Type | Field and Description |
---|---|
protected HttpInputStream |
Request.in |
Modifier and Type | Method and Description |
---|---|
HttpInputStream |
HttpRequest.getInputStream()
Gets an input stream that can be used to read the body of the
HTTP response.
|
Modifier and Type | Method and Description |
---|---|
void |
MimeHeaders.read(HttpInputStream in)
Reads MIME headers from the specified input stream.
|
void |
MimeHeaders.read(HttpInputStream in,
boolean shouldReplace)
Reads MIME headers from the specified input stream.
|
Constructor and Description |
---|
MimeHeaders(HttpInputStream in)
Creates a new
MimeHeaders object and then initializes
it by reading MIME headers from the specified input stream. |