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

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

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

import java.io.Serializable;

import io.hyperfoil.api.config.BuilderBase;
import io.hyperfoil.api.config.ServiceLoadedFactory;
import io.hyperfoil.api.connection.Request;

public interface StatusHandler extends Serializable {
   void handleStatus(Request request, int status);

   interface Builder extends BuilderBase {
      StatusHandler build();
   }
   interface BuilderFactory extends ServiceLoadedFactory {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy