Package io.hyperfoil.api.processor
Interface RawBytesHandler
-
- All Superinterfaces:
java.io.Serializable
public interface RawBytesHandler extends java.io.Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRawBytesHandler.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonRequest(Request request, io.netty.buffer.ByteBuf buf, int offset, int length)voidonResponse(Request request, io.netty.buffer.ByteBuf buf, int offset, int length, boolean isLastPart)
-