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

com.litongjava.tio.http.server.handler.IHttpRequestFunction Maven / Gradle / Ivy

package com.litongjava.tio.http.server.handler;

@FunctionalInterface
public interface IHttpRequestFunction {
  R handle(T t) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy