| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractByteBufBackedChannelOutboundInvokingOutputStream<T>
 | 
class  | 
ByteBufBackedChannelOutboundInvokingHttp2DataFrameOutputStream
An  
AbstractByteBufBackedChannelOutboundInvokingOutputStream
 that writes Http2DataFrame messages. | 
class  | 
ByteBufBackedChannelOutboundInvokingHttpContentOutputStream
An  
AbstractByteBufBackedChannelOutboundInvokingOutputStream
 that writes HttpContent messages. | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract AbstractChannelOutboundInvokingOutputStream<? extends T> | 
AbstractContainerRequestHandlingResponseWriter.createOutputStream(long contentLength,
                  ContainerResponse containerResponse)
Creates and returns a new  
AbstractChannelOutboundInvokingOutputStream, or returns null if it is determined that no AbstractChannelOutboundInvokingOutputStream is required given
 the supplied contentLength parameter value. | 
protected AbstractChannelOutboundInvokingOutputStream<? extends Http2DataFrame> | 
Http2ContainerRequestHandlingResponseWriter.createOutputStream(long contentLength,
                  ContainerResponse containerResponse)
Creates and returns a new  
ByteBufBackedChannelOutboundInvokingHttp2DataFrameOutputStream. | 
protected AbstractChannelOutboundInvokingOutputStream<? extends HttpContent> | 
HttpContainerRequestHandlingResponseWriter.createOutputStream(long contentLength,
                  ContainerResponse containerResponse)
Creates and returns a new  
ByteBufBackedChannelOutboundInvokingHttpContentOutputStream. | 
Copyright © 2019–2020, microBean™. All rights reserved.