All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.hyperfoil.api.http.RawBytesHandler Maven / Gradle / Ivy

There is a newer version: 0.27
Show newest version
package io.hyperfoil.api.http;

import java.io.Serializable;

import io.netty.buffer.ByteBuf;
import io.hyperfoil.api.connection.Request;

public interface RawBytesHandler extends Serializable {
   void accept(Request request, ByteBuf byteBuf);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy