Uses of Class
sunlabs.brazil.util.http.HttpInputStream
-
Packages that use HttpInputStream Package Description 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 Modifier and Type Method Description void
AsteriskHandler.AmiStringMap. read(HttpInputStream in)
-
Uses of HttpInputStream in sunlabs.brazil.server
Fields in sunlabs.brazil.server declared as HttpInputStream Modifier and Type Field Description protected HttpInputStream
Request. in
-
Uses of HttpInputStream in sunlabs.brazil.util.http
Methods in sunlabs.brazil.util.http that return HttpInputStream Modifier and Type Method Description 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 Modifier and Type Method 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.Constructors in sunlabs.brazil.util.http with parameters of type HttpInputStream Constructor Description MimeHeaders(HttpInputStream in)
Creates a newMimeHeaders
object and then initializes it by reading MIME headers from the specified input stream.
-