@Contract(threading=IMMUTABLE_CONDITIONAL) @Internal public final class ServerH2StreamMultiplexerFactory extends Object
ServerH2StreamMultiplexer factory.| Constructor and Description | 
|---|
| ServerH2StreamMultiplexerFactory(HttpProcessor httpProcessor,
                                HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory,
                                H2Config h2Config,
                                CharCodingConfig charCodingConfig,
                                H2StreamListener streamListener) | 
| Modifier and Type | Method and Description | 
|---|---|
| ServerH2StreamMultiplexer | create(ProtocolIOSession ioSession) | 
public ServerH2StreamMultiplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, H2Config h2Config, CharCodingConfig charCodingConfig, H2StreamListener streamListener)
public ServerH2StreamMultiplexer create(ProtocolIOSession ioSession)
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.