| Class and Description |
|---|
| AbstractByteBufBackedChannelOutboundInvokingOutputStream |
| AbstractByteBufBackedChannelOutboundInvokingOutputStream.ByteBufCreator |
| AbstractChannelOutboundInvokingOutputStream
An
OutputStream that delegates writing and flushing
operations to a ChannelOutboundInvoker. |
| AbstractContainerRequestDecoder
A
MessageToMessageDecoder that decodes messages of a
specific type into ContainerRequests. |
| AbstractContainerRequestHandlingResponseWriter
An abstract
ChannelInboundHandlerAdapter that is also a
ContainerResponseWriter that processes incoming ContainerRequest events, such as those dispatched by an AbstractContainerRequestDecoder, by supplying them to the ApplicationHandler.handle(ContainerRequest) method. |
| TerminableByteBufInputStream
An
InputStream implementation that reads from a CompositeByteBuf
whose contents are updated via the addByteBuf(ByteBuf)
method. |
Copyright © 2019–2020, microBean™. All rights reserved.