Uses of Class
org.apache.hc.core5.http.nio.support.AsyncPushBuilder
Packages that use AsyncPushBuilder
Package
Description
Support classes for the asynchronous I/O model.
-
Uses of AsyncPushBuilder in org.apache.hc.core5.http.nio.support
Methods in org.apache.hc.core5.http.nio.support that return AsyncPushBuilderModifier and TypeMethodDescriptionstatic AsyncPushBuilder
AsyncPushBuilder.create
(int status) AsyncPushBuilder.removeHeader
(Header header) AsyncPushBuilder.removeHeaders
(String name) AsyncPushBuilder.setEntity
(byte[] content, ContentType contentType) AsyncPushBuilder.setEntity
(String content, ContentType contentType) AsyncPushBuilder.setEntity
(AsyncEntityProducer entityProducer) AsyncPushBuilder.setHeaders
(Header... headers) AsyncPushBuilder.setVersion
(ProtocolVersion version)