public final class AmzS3ResponseHandler<I extends com.emc.mongoose.api.model.item.Item,O extends com.emc.mongoose.api.model.io.task.IoTask<I>>
extends com.emc.mongoose.storage.driver.net.http.base.HttpResponseHandlerBase<I,O>
| Constructor and Description |
|---|
AmzS3ResponseHandler(AmzS3StorageDriver<I,O> driver,
boolean verifyFlag) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleResponseContentChunk(io.netty.channel.Channel channel,
O ioTask,
io.netty.buffer.ByteBuf contentChunk) |
protected void |
handleResponseContentFinish(io.netty.channel.Channel channel,
O ioTask) |
protected void |
handleResponseHeaders(O ioTask,
io.netty.handler.codec.http.HttpHeaders respHeaders) |
handle, handleResponseStatuschannelRead0, exceptionCaught, userEventTriggeredacceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChangedensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic AmzS3ResponseHandler(AmzS3StorageDriver<I,O> driver, boolean verifyFlag)
protected final void handleResponseHeaders(O ioTask, io.netty.handler.codec.http.HttpHeaders respHeaders)
protected final void handleResponseContentChunk(io.netty.channel.Channel channel,
O ioTask,
io.netty.buffer.ByteBuf contentChunk)
throws java.io.IOException
protected final void handleResponseContentFinish(io.netty.channel.Channel channel,
O ioTask)