AbstractByteBufBackedChannelOutboundInvokingOutputStream(ChannelOutboundInvoker channelOutboundInvoker,
                                                        int flushThreshold,
                                                        boolean closeChannelOutboundInvoker,
                                                        AbstractByteBufBackedChannelOutboundInvokingOutputStream.ByteBufCreator byteBufCreator)
 | 
AbstractContainerRequestHandlingResponseWriter(ApplicationHandler applicationHandler,
                                              int flushThreshold,
                                              AbstractByteBufBackedChannelOutboundInvokingOutputStream.ByteBufCreator byteBufCreator)
 | 
AbstractContainerRequestHandlingResponseWriter(Supplier<? extends ApplicationHandler> applicationHandlerSupplier,
                                              int flushThreshold,
                                              AbstractByteBufBackedChannelOutboundInvokingOutputStream.ByteBufCreator byteBufCreator)
 | 
ByteBufBackedChannelOutboundInvokingHttp2DataFrameOutputStream(ChannelOutboundInvoker channelOutboundInvoker,
                                                              int flushThreshold,
                                                              boolean closeChannelOutboundInvoker,
                                                              AbstractByteBufBackedChannelOutboundInvokingOutputStream.ByteBufCreator byteBufCreator)
 | 
ByteBufBackedChannelOutboundInvokingHttpContentOutputStream(ChannelOutboundInvoker channelOutboundInvoker,
                                                           int flushThreshold,
                                                           boolean closeChannelOutboundInvoker,
                                                           AbstractByteBufBackedChannelOutboundInvokingOutputStream.ByteBufCreator byteBufCreator)
 | 
Http2ContainerRequestHandlingResponseWriter(ApplicationHandler applicationHandler,
                                           int flushThreshold,
                                           AbstractByteBufBackedChannelOutboundInvokingOutputStream.ByteBufCreator byteBufCreator)
 | 
Http2ContainerRequestHandlingResponseWriter(Supplier<? extends ApplicationHandler> applicationHandlerSupplier,
                                           int flushThreshold,
                                           AbstractByteBufBackedChannelOutboundInvokingOutputStream.ByteBufCreator byteBufCreator)
 | 
HttpContainerRequestHandlingResponseWriter(ApplicationHandler applicationHandler,
                                          int flushThreshold,
                                          AbstractByteBufBackedChannelOutboundInvokingOutputStream.ByteBufCreator byteBufCreator)
 | 
HttpContainerRequestHandlingResponseWriter(Supplier<? extends ApplicationHandler> applicationHandlerSupplier,
                                          int flushThreshold,
                                          AbstractByteBufBackedChannelOutboundInvokingOutputStream.ByteBufCreator byteBufCreator)
 | 
JerseyChannelInitializer(URI baseUri,
                        SslContext sslContext,
                        boolean http2Support,
                        long maxIncomingContentLength,
                        EventExecutorGroup jerseyEventExecutorGroup,
                        ApplicationHandler applicationHandler,
                        int flushThreshold,
                        AbstractByteBufBackedChannelOutboundInvokingOutputStream.ByteBufCreator byteBufCreator)
 | 
JerseyChannelInitializer(URI baseUri,
                        SslContext sslContext,
                        boolean http2Support,
                        long maxIncomingContentLength,
                        EventExecutorGroup jerseyEventExecutorGroup,
                        Application jaxrsApplication,
                        int flushThreshold,
                        AbstractByteBufBackedChannelOutboundInvokingOutputStream.ByteBufCreator byteBufCreator)
 | 
JerseyChannelInitializer(URI baseUri,
                        SslContext sslContext,
                        boolean http2Support,
                        long maxIncomingContentLength,
                        EventExecutorGroup jerseyEventExecutorGroup,
                        boolean useJerseyInjection,
                        ApplicationHandler applicationHandler,
                        int flushThreshold,
                        AbstractByteBufBackedChannelOutboundInvokingOutputStream.ByteBufCreator byteBufCreator)
 | 
JerseyChannelInitializer(URI baseUri,
                        SslContext sslContext,
                        boolean http2Support,
                        long maxIncomingContentLength,
                        EventExecutorGroup jerseyEventExecutorGroup,
                        boolean useJerseyInjection,
                        Supplier<? extends ApplicationHandler> applicationHandlerSupplier,
                        int flushThreshold,
                        AbstractByteBufBackedChannelOutboundInvokingOutputStream.ByteBufCreator byteBufCreator)
 | 
JerseyChannelInitializer(URI baseUri,
                        SslContext sslContext,
                        boolean http2Support,
                        long maxIncomingContentLength,
                        EventExecutorGroup jerseyEventExecutorGroup,
                        Supplier<? extends ApplicationHandler> applicationHandlerSupplier,
                        int flushThreshold,
                        AbstractByteBufBackedChannelOutboundInvokingOutputStream.ByteBufCreator byteBufCreator)
 |