public class DataResponseEvent extends Object implements ResponseEvent
Constructor and Description |
---|
DataResponseEvent(io.netty.buffer.ByteBuf data)
Data response event.
|
Modifier and Type | Method and Description |
---|---|
void |
postProcess(ResponseEventContext responseEventContext)
Do some post-processing logic for the response event.
|
public DataResponseEvent(io.netty.buffer.ByteBuf data)
data
- public void postProcess(ResponseEventContext responseEventContext)
ResponseEvent
postProcess
in interface ResponseEvent
Copyright © 2023. All Rights Reserved.