Uses of Class
org.apache.hc.core5.http.nio.support.AsyncPushBuilder
-
Packages that use AsyncPushBuilder Package Description org.apache.hc.core5.http.nio.support 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 AsyncPushBuilder Modifier and Type Method Description AsyncPushBuilderAsyncPushBuilder. addHeader(java.lang.String name, java.lang.String value)AsyncPushBuilderAsyncPushBuilder. addHeader(Header header)static AsyncPushBuilderAsyncPushBuilder. create(int status)AsyncPushBuilderAsyncPushBuilder. removeHeader(Header header)AsyncPushBuilderAsyncPushBuilder. removeHeaders(java.lang.String name)AsyncPushBuilderAsyncPushBuilder. setEntity(byte[] content, ContentType contentType)AsyncPushBuilderAsyncPushBuilder. setEntity(java.lang.String content)AsyncPushBuilderAsyncPushBuilder. setEntity(java.lang.String content, ContentType contentType)AsyncPushBuilderAsyncPushBuilder. setEntity(AsyncEntityProducer entityProducer)AsyncPushBuilderAsyncPushBuilder. setHeader(java.lang.String name, java.lang.String value)AsyncPushBuilderAsyncPushBuilder. setHeader(Header header)AsyncPushBuilderAsyncPushBuilder. setHeaders(Header... headers)AsyncPushBuilderAsyncPushBuilder. setVersion(ProtocolVersion version)
-