Interface RawBytesHandler

All Superinterfaces:
Serializable

public interface RawBytesHandler extends Serializable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onRequest(Request request, io.netty.buffer.ByteBuf buf, int offset, int length)
     
    void
    onResponse(Request request, io.netty.buffer.ByteBuf buf, int offset, int length, boolean isLastPart)
     
  • Method Details

    • onRequest

      void onRequest(Request request, io.netty.buffer.ByteBuf buf, int offset, int length)
    • onResponse

      void onResponse(Request request, io.netty.buffer.ByteBuf buf, int offset, int length, boolean isLastPart)