public class S3HttpHandler
extends io.netty.channel.ChannelInboundHandlerAdapter
Constructor and Description |
---|
S3HttpHandler(FileSystem fileSystem,
DoraWorker doraWorker,
AsyncUserAccessAuditLogWriter asyncAuditLogWriter,
ThreadPoolExecutor lightPool,
ThreadPoolExecutor heavyPool)
Constructs an instance of
S3HttpHandler . |
Modifier and Type | Method and Description |
---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext context,
Object msg) |
void |
channelReadComplete(io.netty.channel.ChannelHandlerContext ctx) |
channelActive, channelInactive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public S3HttpHandler(FileSystem fileSystem, DoraWorker doraWorker, AsyncUserAccessAuditLogWriter asyncAuditLogWriter, ThreadPoolExecutor lightPool, ThreadPoolExecutor heavyPool)
S3HttpHandler
.fileSystem
- doraWorker
- asyncAuditLogWriter
- lightPool
- heavyPool
- public void channelReadComplete(io.netty.channel.ChannelHandlerContext ctx) throws Exception
channelReadComplete
in interface io.netty.channel.ChannelInboundHandler
channelReadComplete
in class io.netty.channel.ChannelInboundHandlerAdapter
Exception
Copyright © 2023. All Rights Reserved.