Package com.robothy.netty.router
Interface ExceptionHandler<T extends java.lang.Throwable>
public interface ExceptionHandler<T extends java.lang.Throwable>
-
Method Summary
Modifier and Type Method Description voidhandle(T e, HttpRequest request, HttpResponse response)
-
Method Details
-
handle
-