|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpInputStream | |
---|---|
sunlabs.brazil.asterisk | |
sunlabs.brazil.server | |
sunlabs.brazil.util.http |
Uses of HttpInputStream in sunlabs.brazil.asterisk |
---|
Methods in sunlabs.brazil.asterisk with parameters of type HttpInputStream | |
---|---|
void |
AsteriskHandler.AmiStringMap.read(HttpInputStream in)
|
Uses of HttpInputStream in sunlabs.brazil.server |
---|
Fields in sunlabs.brazil.server declared as HttpInputStream | |
---|---|
protected HttpInputStream |
Request.in
|
Uses of HttpInputStream in sunlabs.brazil.util.http |
---|
Methods in sunlabs.brazil.util.http that return HttpInputStream | |
---|---|
HttpInputStream |
HttpRequest.getInputStream()
Gets an input stream that can be used to read the body of the HTTP response. |
Methods in sunlabs.brazil.util.http with parameters of type HttpInputStream | |
---|---|
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. |
Constructors in sunlabs.brazil.util.http with parameters of type HttpInputStream | |
---|---|
MimeHeaders(HttpInputStream in)
Creates a new MimeHeaders object and then initializes
it by reading MIME headers from the specified input stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |