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 voidAsteriskHandler.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 HttpInputStreamRequest. in -
Uses of HttpInputStream in sunlabs.brazil.util.http
Methods in sunlabs.brazil.util.http that return HttpInputStream Modifier and Type Method Description HttpInputStreamHttpRequest. 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 voidMimeHeaders. read(HttpInputStream in)Reads MIME headers from the specified input stream.voidMimeHeaders. 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 newMimeHeadersobject and then initializes it by reading MIME headers from the specified input stream.
-