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.org.apache.hc.core5.testing.classic org.apache.hc.core5.testing.nio -
-
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 class
DefaultContentLengthStrategy
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 ContentLengthStrategy Modifier and Type Field Description private ContentLengthStrategy
DefaultBHttpClientConnectionFactory.Builder. incomingContentLengthStrategy
private ContentLengthStrategy
DefaultBHttpServerConnectionFactory.Builder. incomingContentLengthStrategy
private ContentLengthStrategy
DefaultBHttpClientConnection. incomingContentStrategy
private ContentLengthStrategy
DefaultBHttpClientConnectionFactory. incomingContentStrategy
private ContentLengthStrategy
DefaultBHttpServerConnection. incomingContentStrategy
private ContentLengthStrategy
DefaultBHttpServerConnectionFactory. incomingContentStrategy
private ContentLengthStrategy
DefaultBHttpClientConnectionFactory.Builder. outgoingContentLengthStrategy
private ContentLengthStrategy
DefaultBHttpServerConnectionFactory.Builder. outgoingContentLengthStrategy
private ContentLengthStrategy
DefaultBHttpClientConnection. outgoingContentStrategy
private ContentLengthStrategy
DefaultBHttpClientConnectionFactory. outgoingContentStrategy
private ContentLengthStrategy
DefaultBHttpServerConnection. outgoingContentStrategy
private ContentLengthStrategy
DefaultBHttpServerConnectionFactory. outgoingContentStrategy
Methods in org.apache.hc.core5.http.impl.io with parameters of type ContentLengthStrategy Modifier and Type Method Description DefaultBHttpClientConnectionFactory.Builder
DefaultBHttpClientConnectionFactory.Builder. incomingContentLengthStrategy(ContentLengthStrategy incomingContentLengthStrategy)
DefaultBHttpServerConnectionFactory.Builder
DefaultBHttpServerConnectionFactory.Builder. incomingContentLengthStrategy(ContentLengthStrategy incomingContentLengthStrategy)
DefaultBHttpClientConnectionFactory.Builder
DefaultBHttpClientConnectionFactory.Builder. outgoingContentLengthStrategy(ContentLengthStrategy outgoingContentLengthStrategy)
DefaultBHttpServerConnectionFactory.Builder
DefaultBHttpServerConnectionFactory.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 ContentLengthStrategy
AbstractHttp1StreamDuplexer. incomingContentStrategy
private ContentLengthStrategy
ClientHttp1StreamDuplexerFactory. incomingContentStrategy
private ContentLengthStrategy
ServerHttp1StreamDuplexerFactory. incomingContentStrategy
private ContentLengthStrategy
AbstractHttp1StreamDuplexer. outgoingContentStrategy
private ContentLengthStrategy
ClientHttp1StreamDuplexerFactory. outgoingContentStrategy
private ContentLengthStrategy
ServerHttp1StreamDuplexerFactory. outgoingContentStrategy
-
Uses of ContentLengthStrategy in org.apache.hc.core5.testing.classic
Fields in org.apache.hc.core5.testing.classic declared as ContentLengthStrategy Modifier and Type Field Description private ContentLengthStrategy
LoggingBHttpClientConnectionFactory. incomingContentStrategy
private ContentLengthStrategy
LoggingBHttpServerConnectionFactory. incomingContentStrategy
private ContentLengthStrategy
LoggingBHttpClientConnectionFactory. outgoingContentStrategy
private ContentLengthStrategy
LoggingBHttpServerConnectionFactory. outgoingContentStrategy
Constructors in org.apache.hc.core5.testing.classic with parameters of type ContentLengthStrategy Constructor Description LoggingBHttpClientConnection(Http1Config http1Config, java.nio.charset.CharsetDecoder charDecoder, java.nio.charset.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(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)
LoggingBHttpServerConnectionFactory(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.testing.nio
Methods in org.apache.hc.core5.testing.nio with parameters of type ContentLengthStrategy Modifier and Type Method Description protected 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)
-