Uses of Interface
org.apache.hc.core5.http.ContentLengthStrategy
Packages that use ContentLengthStrategy
Package
Description
Default implementations of core HTTP APIs.
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
-
Uses of ContentLengthStrategy in org.apache.hc.core5.http.impl
Classes in org.apache.hc.core5.http.impl that implement ContentLengthStrategyModifier and TypeClassDescriptionclass
The default implementation of the content length strategy. -
Uses of ContentLengthStrategy in org.apache.hc.core5.http.impl.io
Fields in org.apache.hc.core5.http.impl.io declared as ContentLengthStrategyModifier and TypeFieldDescriptionprivate ContentLengthStrategy
DefaultBHttpClientConnectionFactory.Builder.incomingContentLengthStrategy
private ContentLengthStrategy
DefaultBHttpServerConnectionFactory.Builder.incomingContentLengthStrategy
private final ContentLengthStrategy
DefaultBHttpClientConnection.incomingContentStrategy
private final ContentLengthStrategy
DefaultBHttpClientConnectionFactory.incomingContentStrategy
private final ContentLengthStrategy
DefaultBHttpServerConnection.incomingContentStrategy
private final ContentLengthStrategy
DefaultBHttpServerConnectionFactory.incomingContentStrategy
private ContentLengthStrategy
DefaultBHttpClientConnectionFactory.Builder.outgoingContentLengthStrategy
private ContentLengthStrategy
DefaultBHttpServerConnectionFactory.Builder.outgoingContentLengthStrategy
private final ContentLengthStrategy
DefaultBHttpClientConnection.outgoingContentStrategy
private final ContentLengthStrategy
DefaultBHttpClientConnectionFactory.outgoingContentStrategy
private final ContentLengthStrategy
DefaultBHttpServerConnection.outgoingContentStrategy
private final ContentLengthStrategy
DefaultBHttpServerConnectionFactory.outgoingContentStrategy
Methods in org.apache.hc.core5.http.impl.io with parameters of type ContentLengthStrategyModifier and TypeMethodDescriptionDefaultBHttpClientConnectionFactory.Builder.incomingContentLengthStrategy
(ContentLengthStrategy incomingContentLengthStrategy) DefaultBHttpServerConnectionFactory.Builder.incomingContentLengthStrategy
(ContentLengthStrategy incomingContentLengthStrategy) DefaultBHttpClientConnectionFactory.Builder.outgoingContentLengthStrategy
(ContentLengthStrategy outgoingContentLengthStrategy) DefaultBHttpServerConnectionFactory.Builder.outgoingContentLengthStrategy
(ContentLengthStrategy outgoingContentLengthStrategy) Constructors in org.apache.hc.core5.http.impl.io with parameters of type ContentLengthStrategyModifierConstructorDescriptionDefaultBHttpClientConnection
(Http1Config http1Config, CharsetDecoder charDecoder, CharsetEncoder charEncoder, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) Creates new instance of DefaultBHttpClientConnection.DefaultBHttpClientConnection
(Http1Config http1Config, CharsetDecoder charDecoder, CharsetEncoder charEncoder, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, ResponseOutOfOrderStrategy responseOutOfOrderStrategy, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) Creates new instance of DefaultBHttpClientConnection.DefaultBHttpClientConnectionFactory
(Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) private
DefaultBHttpClientConnectionFactory
(Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, ResponseOutOfOrderStrategy responseOutOfOrderStrategy, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) DefaultBHttpServerConnection
(String scheme, Http1Config http1Config, CharsetDecoder charDecoder, CharsetEncoder charEncoder, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory) Creates new instance of DefaultBHttpServerConnection.DefaultBHttpServerConnectionFactory
(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory) -
Uses of ContentLengthStrategy in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as ContentLengthStrategyModifier and TypeFieldDescriptionprivate final ContentLengthStrategy
AbstractHttp1StreamDuplexer.incomingContentStrategy
private final ContentLengthStrategy
ClientHttp1StreamDuplexerFactory.incomingContentStrategy
private final ContentLengthStrategy
ServerHttp1StreamDuplexerFactory.incomingContentStrategy
private final ContentLengthStrategy
AbstractHttp1StreamDuplexer.outgoingContentStrategy
private final ContentLengthStrategy
ClientHttp1StreamDuplexerFactory.outgoingContentStrategy
private final ContentLengthStrategy
ServerHttp1StreamDuplexerFactory.outgoingContentStrategy
Constructors in org.apache.hc.core5.http.impl.nio with parameters of type ContentLengthStrategyModifierConstructorDescription(package private)
AbstractHttp1StreamDuplexer
(ProtocolIOSession ioSession, Http1Config http1Config, CharCodingConfig charCodingConfig, NHttpMessageParser<IncomingMessage> incomingMessageParser, NHttpMessageWriter<OutgoingMessage> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy) ClientHttp1StreamDuplexer
(ProtocolIOSession ioSession, HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParser<HttpResponse> incomingMessageParser, NHttpMessageWriter<HttpRequest> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) ClientHttp1StreamDuplexerFactory
(HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParserFactory<HttpResponse> responseParserFactory, NHttpMessageWriterFactory<HttpRequest> requestWriterFactory, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) ServerHttp1StreamDuplexer
(ProtocolIOSession ioSession, HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParser<HttpRequest> incomingMessageParser, NHttpMessageWriter<HttpResponse> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) ServerHttp1StreamDuplexerFactory
(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) -
Uses of ContentLengthStrategy in org.apache.hc.core5.testing.classic
Fields in org.apache.hc.core5.testing.classic declared as ContentLengthStrategyModifier and TypeFieldDescriptionprivate final ContentLengthStrategy
LoggingBHttpClientConnectionFactory.incomingContentStrategy
private final ContentLengthStrategy
LoggingBHttpServerConnectionFactory.incomingContentStrategy
private final ContentLengthStrategy
LoggingBHttpClientConnectionFactory.outgoingContentStrategy
private final ContentLengthStrategy
LoggingBHttpServerConnectionFactory.outgoingContentStrategy
Constructors in org.apache.hc.core5.testing.classic with parameters of type ContentLengthStrategyModifierConstructorDescriptionLoggingBHttpClientConnection
(Http1Config http1Config, CharsetDecoder charDecoder, CharsetEncoder charEncoder, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) LoggingBHttpClientConnectionFactory
(Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) LoggingBHttpServerConnection
(String scheme, Http1Config http1Config, CharsetDecoder charDecoder, CharsetEncoder charEncoder, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory) LoggingBHttpServerConnectionFactory
(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory) -
Uses of ContentLengthStrategy in org.apache.hc.core5.testing.nio
Methods in org.apache.hc.core5.testing.nio with parameters of type ContentLengthStrategyModifier and TypeMethodDescriptionprotected ClientHttp1StreamDuplexer
InternalClientHttp1EventHandlerFactory.createClientHttp1StreamDuplexer
(ProtocolIOSession ioSession, HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParser<HttpResponse> incomingMessageParser, NHttpMessageWriter<HttpRequest> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) protected ServerHttp1StreamDuplexer
InternalServerHttp1EventHandlerFactory.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)