Class ServerHttp1StreamDuplexerFactory
java.lang.Object
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
@Contract(threading=IMMUTABLE_CONDITIONAL)
@Internal
public final class ServerHttp1StreamDuplexerFactory
extends Object
ServerHttp1StreamDuplexer factory.- Since:
- 5.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CharCodingConfigprivate final ConnectionReuseStrategyprivate final HandlerFactory<AsyncServerExchangeHandler> private final Http1Configprivate final HttpProcessorprivate final ContentLengthStrategyprivate final ContentLengthStrategyprivate final NHttpMessageParserFactory<HttpRequest> private final NHttpMessageWriterFactory<HttpResponse> private final Http1StreamListener -
Constructor Summary
ConstructorsConstructorDescriptionServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory, Http1StreamListener streamListener) ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, Http1StreamListener streamListener) -
Method Summary
-
Field Details
-
httpProcessor
-
exchangeHandlerFactory
-
connectionReuseStrategy
-
http1Config
-
charCodingConfig
-
requestParserFactory
-
responseWriterFactory
-
incomingContentStrategy
-
outgoingContentStrategy
-
streamListener
-
-
Constructor Details
-
ServerHttp1StreamDuplexerFactory
public ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) -
ServerHttp1StreamDuplexerFactory
public ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory, Http1StreamListener streamListener) -
ServerHttp1StreamDuplexerFactory
public ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, Http1StreamListener streamListener)
-
-
Method Details
-
create
-