Uses of Interface
org.apache.hc.core5.io.IOCallback
Packages that use IOCallback
Package
Description
HTTP message entity APIs based on the classic (blocking) I/O model.
-
Uses of IOCallback in org.apache.hc.core5.http.io.entity
Fields in org.apache.hc.core5.http.io.entity declared as IOCallbackMethods in org.apache.hc.core5.http.io.entity with parameters of type IOCallbackModifier and TypeMethodDescriptionstatic HttpEntity
HttpEntities.create
(IOCallback<OutputStream> callback, ContentType contentType) static HttpEntity
HttpEntities.create
(IOCallback<OutputStream> callback, ContentType contentType, Header... trailers) static HttpEntity
HttpEntities.createGzipped
(IOCallback<OutputStream> callback, ContentType contentType) Constructors in org.apache.hc.core5.http.io.entity with parameters of type IOCallbackModifierConstructorDescriptionEntityTemplate
(long contentLength, ContentType contentType, String contentEncoding, IOCallback<OutputStream> callback)