Uses of Interface
org.apache.hc.core5.io.IOCallback
-
Packages that use IOCallback Package Description org.apache.hc.core5.http.io.entity 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 IOCallback Modifier and Type Field Description private IOCallback<java.io.OutputStream>
EntityTemplate. callback
Methods in org.apache.hc.core5.http.io.entity with parameters of type IOCallback Modifier and Type Method Description static HttpEntity
HttpEntities. create(IOCallback<java.io.OutputStream> callback, ContentType contentType)
static HttpEntity
HttpEntities. create(IOCallback<java.io.OutputStream> callback, ContentType contentType, Header... trailers)
static HttpEntity
HttpEntities. createGzipped(IOCallback<java.io.OutputStream> callback, ContentType contentType)
Constructors in org.apache.hc.core5.http.io.entity with parameters of type IOCallback Constructor Description EntityTemplate(long contentLength, ContentType contentType, java.lang.String contentEncoding, IOCallback<java.io.OutputStream> callback)
-