com.litongjava.tio.boot.http.handler.ResponseStatisticsHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tio-boot Show documentation
Show all versions of tio-boot Show documentation
Java High Performance Web Development Framework
package com.litongjava.tio.boot.http.handler;
import com.litongjava.tio.http.common.HttpRequest;
import com.litongjava.tio.http.common.HttpResponse;
import com.litongjava.tio.http.common.RequestLine;
public interface ResponseStatisticsHandler {
public void count(HttpRequest request, RequestLine requestLine, HttpResponse httpResponse, Object userId,
long elapsed);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy