Uses of Class
sunlabs.brazil.util.http.HttpInputStream
Packages that use HttpInputStream
-
Uses of HttpInputStream in sunlabs.brazil.asterisk
Methods in sunlabs.brazil.asterisk with parameters of type HttpInputStream -
Uses of HttpInputStream in sunlabs.brazil.server
Fields in sunlabs.brazil.server declared as HttpInputStream -
Uses of HttpInputStream in sunlabs.brazil.util.http
Methods in sunlabs.brazil.util.http that return HttpInputStreamModifier and TypeMethodDescriptionHttpRequest.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 HttpInputStreamModifier and TypeMethodDescriptionvoid
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 HttpInputStreamModifierConstructorDescriptionCreates a newMimeHeaders
object and then initializes it by reading MIME headers from the specified input stream.