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

com.litongjava.tio.boot.http.handler.RequestStatisticsHandler Maven / Gradle / Ivy

There is a newer version: 1.8.6
Show newest version
package com.litongjava.tio.boot.http.handler;

import com.litongjava.tio.http.common.HttpRequest;

@FunctionalInterface
public interface RequestStatisticsHandler {

  void count(HttpRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy