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

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

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

import java.io.Serializable;

import io.hyperfoil.api.config.BuilderBase;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy