public interface Deframer
void deframe(io.netty.buffer.ByteBuf data)
data - the raw data read from the remote endpoint. Must be non-null.void request(int numMessages)
If close() has been called, this method will have no effect.
numMessages - the requested number of messages to be delivered to the listener.void close()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.