AbstractMessageParser(Http1Config http1Config,
LineParser lineParser)
Constructs a new instance for a subclass.
|
AbstractMessageParser(LineParser lineParser,
Http1Config messageConstraints)
|
ChunkDecoder(ReadableByteChannel channel,
SessionInputBuffer buffer,
Http1Config http1Config,
BasicHttpTransportMetrics metrics) |
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) |
ClientHttp1StreamDuplexerFactory(HttpProcessor httpProcessor,
Http1Config http1Config,
CharCodingConfig charCodingConfig,
ConnectionReuseStrategy connectionReuseStrategy,
NHttpMessageParserFactory<HttpResponse> responseParserFactory,
NHttpMessageWriterFactory<HttpRequest> requestWriterFactory,
ContentLengthStrategy incomingContentStrategy,
ContentLengthStrategy outgoingContentStrategy,
Http1StreamListener streamListener) |
ClientHttp1StreamDuplexerFactory(HttpProcessor httpProcessor,
Http1Config http1Config,
CharCodingConfig charCodingConfig,
ConnectionReuseStrategy connectionReuseStrategy,
NHttpMessageParserFactory<HttpResponse> responseParserFactory,
NHttpMessageWriterFactory<HttpRequest> requestWriterFactory,
Http1StreamListener streamListener) |
ClientHttp1StreamDuplexerFactory(HttpProcessor httpProcessor,
Http1Config http1Config,
CharCodingConfig charCodingConfig,
Http1StreamListener streamListener) |
DefaultHttpRequestParser(Http1Config http1Config,
HttpRequestFactory<T> requestFactory) |
DefaultHttpRequestParser(Http1Config http1Config,
LineParser parser,
HttpRequestFactory<T> requestFactory) |
DefaultHttpRequestParser(HttpRequestFactory<T> requestFactory,
Http1Config http1Config)
|
DefaultHttpRequestParser(HttpRequestFactory<T> requestFactory,
LineParser parser,
Http1Config http1Config)
|
DefaultHttpRequestParserFactory(Http1Config http1Config) |
DefaultHttpRequestParserFactory(Http1Config http1Config,
HttpRequestFactory<HttpRequest> requestFactory,
LineParser lineParser) |
DefaultHttpRequestWriter(Http1Config http1Config,
LineFormatter formatter) |
DefaultHttpRequestWriterFactory(Http1Config http1Config) |
DefaultHttpRequestWriterFactory(Http1Config http1Config,
LineFormatter lineFormatter) |
DefaultHttpResponseParser(Http1Config http1Config,
HttpResponseFactory<T> responseFactory) |
DefaultHttpResponseParser(Http1Config http1Config,
LineParser parser,
HttpResponseFactory<T> responseFactory) |
DefaultHttpResponseParser(HttpResponseFactory<T> responseFactory,
Http1Config http1Config)
|
DefaultHttpResponseParser(HttpResponseFactory<T> responseFactory,
LineParser parser,
Http1Config http1Config)
|
DefaultHttpResponseParserFactory(Http1Config http1Config) |
DefaultHttpResponseParserFactory(Http1Config http1Config,
HttpResponseFactory<HttpResponse> responseFactory,
LineParser lineParser) |
DefaultHttpResponseWriter(LineFormatter formatter,
Http1Config http1Config) |
DefaultHttpResponseWriterFactory(Http1Config http1Config) |
DefaultHttpResponseWriterFactory(Http1Config http1Config,
LineFormatter lineFormatter) |
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,
Callback<Exception> exceptionCallback) |
ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor,
HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory,
Http1Config http1Config,
CharCodingConfig charCodingConfig,
ConnectionReuseStrategy connectionReuseStrategy,
NHttpMessageParserFactory<HttpRequest> requestParserFactory,
NHttpMessageWriterFactory<HttpResponse> responseWriterFactory,
ContentLengthStrategy incomingContentStrategy,
ContentLengthStrategy outgoingContentStrategy,
Http1StreamListener streamListener,
Callback<Exception> exceptionCallback) |
ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor,
HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory,
Http1Config http1Config,
CharCodingConfig charCodingConfig,
ConnectionReuseStrategy connectionReuseStrategy,
NHttpMessageParserFactory<HttpRequest> requestParserFactory,
NHttpMessageWriterFactory<HttpResponse> responseWriterFactory,
Http1StreamListener streamListener,
Callback<Exception> exceptionCallback) |
ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor,
HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory,
Http1Config http1Config,
CharCodingConfig charCodingConfig,
Http1StreamListener streamListener,
Callback<Exception> exceptionCallback) |