Uses of Interface
org.apache.hc.core5.http.nio.NHttpMessageWriter
-
Packages that use NHttpMessageWriter Package Description org.apache.hc.core5.http.impl.nio Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http.nio Core HTTP transport APIs based on the asynchronous, event driven I/O model.org.apache.hc.core5.testing.nio -
-
Uses of NHttpMessageWriter in org.apache.hc.core5.http.impl.nio
Classes in org.apache.hc.core5.http.impl.nio that implement NHttpMessageWriter Modifier and Type Class Description classAbstractMessageWriter<T extends HttpMessage>AbstractNHttpMessageWriterthat serves as a base for all message writer implementations.classDefaultHttpRequestWriter<T extends HttpRequest>DefaultNHttpMessageWriterimplementation forHttpRequests.classDefaultHttpResponseWriter<T extends HttpResponse>DefaultNHttpMessageWriterimplementation forHttpResponses.Fields in org.apache.hc.core5.http.impl.nio declared as NHttpMessageWriter Modifier and Type Field Description private NHttpMessageWriter<OutgoingMessage>AbstractHttp1StreamDuplexer. outgoingMessageWriterMethods in org.apache.hc.core5.http.impl.nio that return NHttpMessageWriter Modifier and Type Method Description NHttpMessageWriter<HttpRequest>DefaultHttpRequestWriterFactory. create()NHttpMessageWriter<HttpResponse>DefaultHttpResponseWriterFactory. create() -
Uses of NHttpMessageWriter in org.apache.hc.core5.http.nio
Methods in org.apache.hc.core5.http.nio that return NHttpMessageWriter Modifier and Type Method Description NHttpMessageWriter<T>NHttpMessageWriterFactory. create() -
Uses of NHttpMessageWriter in org.apache.hc.core5.testing.nio
Methods in org.apache.hc.core5.testing.nio with parameters of type NHttpMessageWriter Modifier and Type Method Description protected ClientHttp1StreamDuplexerInternalClientHttp1EventHandlerFactory. createClientHttp1StreamDuplexer(ProtocolIOSession ioSession, HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParser<HttpResponse> incomingMessageParser, NHttpMessageWriter<HttpRequest> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener)protected ServerHttp1StreamDuplexerInternalServerHttp1EventHandlerFactory. createServerHttp1StreamDuplexer(ProtocolIOSession ioSession, HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParser<HttpRequest> incomingMessageParser, NHttpMessageWriter<HttpResponse> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener)
-