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 TypeClassDescriptionclassThe 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 ContentLengthStrategyDefaultBHttpClientConnectionFactory.Builder.incomingContentLengthStrategyprivate ContentLengthStrategyDefaultBHttpServerConnectionFactory.Builder.incomingContentLengthStrategyprivate final ContentLengthStrategyDefaultBHttpClientConnection.incomingContentStrategyprivate final ContentLengthStrategyDefaultBHttpClientConnectionFactory.incomingContentStrategyprivate final ContentLengthStrategyDefaultBHttpServerConnection.incomingContentStrategyprivate final ContentLengthStrategyDefaultBHttpServerConnectionFactory.incomingContentStrategyprivate ContentLengthStrategyDefaultBHttpClientConnectionFactory.Builder.outgoingContentLengthStrategyprivate ContentLengthStrategyDefaultBHttpServerConnectionFactory.Builder.outgoingContentLengthStrategyprivate final ContentLengthStrategyDefaultBHttpClientConnection.outgoingContentStrategyprivate final ContentLengthStrategyDefaultBHttpClientConnectionFactory.outgoingContentStrategyprivate final ContentLengthStrategyDefaultBHttpServerConnection.outgoingContentStrategyprivate final ContentLengthStrategyDefaultBHttpServerConnectionFactory.outgoingContentStrategyMethods 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) privateDefaultBHttpClientConnectionFactory(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 ContentLengthStrategyAbstractHttp1StreamDuplexer.incomingContentStrategyprivate final ContentLengthStrategyClientHttp1StreamDuplexerFactory.incomingContentStrategyprivate final ContentLengthStrategyServerHttp1StreamDuplexerFactory.incomingContentStrategyprivate final ContentLengthStrategyAbstractHttp1StreamDuplexer.outgoingContentStrategyprivate final ContentLengthStrategyClientHttp1StreamDuplexerFactory.outgoingContentStrategyprivate final ContentLengthStrategyServerHttp1StreamDuplexerFactory.outgoingContentStrategyConstructors 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 ContentLengthStrategyLoggingBHttpClientConnectionFactory.incomingContentStrategyprivate final ContentLengthStrategyLoggingBHttpServerConnectionFactory.incomingContentStrategyprivate final ContentLengthStrategyLoggingBHttpClientConnectionFactory.outgoingContentStrategyprivate final ContentLengthStrategyLoggingBHttpServerConnectionFactory.outgoingContentStrategyConstructors 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 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)