Uses of Interface
org.apache.hc.core5.http.ContentLengthStrategy
-
Packages that use ContentLengthStrategy Package Description org.apache.hc.core5.http.impl Default implementations of core HTTP APIs.org.apache.hc.core5.http.impl.io Default implementation of HTTP/1.1 transport based on the classic (blocking) I/O model.org.apache.hc.core5.http.impl.nio 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 ContentLengthStrategy Modifier and Type Class Description classDefaultContentLengthStrategyThe 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 ContentLengthStrategy Modifier and Type Field Description private ContentLengthStrategyDefaultBHttpClientConnectionFactory.Builder. incomingContentLengthStrategyprivate ContentLengthStrategyDefaultBHttpServerConnectionFactory.Builder. incomingContentLengthStrategyprivate ContentLengthStrategyDefaultBHttpClientConnection. incomingContentStrategyprivate ContentLengthStrategyDefaultBHttpClientConnectionFactory. incomingContentStrategyprivate ContentLengthStrategyDefaultBHttpServerConnection. incomingContentStrategyprivate ContentLengthStrategyDefaultBHttpServerConnectionFactory. incomingContentStrategyprivate ContentLengthStrategyDefaultBHttpClientConnectionFactory.Builder. outgoingContentLengthStrategyprivate ContentLengthStrategyDefaultBHttpServerConnectionFactory.Builder. outgoingContentLengthStrategyprivate ContentLengthStrategyDefaultBHttpClientConnection. outgoingContentStrategyprivate ContentLengthStrategyDefaultBHttpClientConnectionFactory. outgoingContentStrategyprivate ContentLengthStrategyDefaultBHttpServerConnection. outgoingContentStrategyprivate ContentLengthStrategyDefaultBHttpServerConnectionFactory. outgoingContentStrategyMethods in org.apache.hc.core5.http.impl.io with parameters of type ContentLengthStrategy Modifier and Type Method Description DefaultBHttpClientConnectionFactory.BuilderDefaultBHttpClientConnectionFactory.Builder. incomingContentLengthStrategy(ContentLengthStrategy incomingContentLengthStrategy)DefaultBHttpServerConnectionFactory.BuilderDefaultBHttpServerConnectionFactory.Builder. incomingContentLengthStrategy(ContentLengthStrategy incomingContentLengthStrategy)DefaultBHttpClientConnectionFactory.BuilderDefaultBHttpClientConnectionFactory.Builder. outgoingContentLengthStrategy(ContentLengthStrategy outgoingContentLengthStrategy)DefaultBHttpServerConnectionFactory.BuilderDefaultBHttpServerConnectionFactory.Builder. outgoingContentLengthStrategy(ContentLengthStrategy outgoingContentLengthStrategy)Constructors in org.apache.hc.core5.http.impl.io with parameters of type ContentLengthStrategy Constructor Description DefaultBHttpClientConnection(Http1Config http1Config, java.nio.charset.CharsetDecoder charDecoder, java.nio.charset.CharsetEncoder charEncoder, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory)Creates new instance of DefaultBHttpClientConnection.DefaultBHttpClientConnection(Http1Config http1Config, java.nio.charset.CharsetDecoder charDecoder, java.nio.charset.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)DefaultBHttpClientConnectionFactory(Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, ResponseOutOfOrderStrategy responseOutOfOrderStrategy, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory)DefaultBHttpServerConnection(java.lang.String scheme, Http1Config http1Config, java.nio.charset.CharsetDecoder charDecoder, java.nio.charset.CharsetEncoder charEncoder, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory)Creates new instance of DefaultBHttpServerConnection.DefaultBHttpServerConnectionFactory(java.lang.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 ContentLengthStrategy Modifier and Type Field Description private ContentLengthStrategyAbstractHttp1StreamDuplexer. incomingContentStrategyprivate ContentLengthStrategyClientHttp1StreamDuplexerFactory. incomingContentStrategyprivate ContentLengthStrategyServerHttp1StreamDuplexerFactory. incomingContentStrategyprivate ContentLengthStrategyAbstractHttp1StreamDuplexer. outgoingContentStrategyprivate ContentLengthStrategyClientHttp1StreamDuplexerFactory. outgoingContentStrategyprivate ContentLengthStrategyServerHttp1StreamDuplexerFactory. outgoingContentStrategy
-