
org.bitbucket.gkutiel.in.ExceptionHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of in-core Show documentation
Show all versions of in-core Show documentation
core components for web framework
package org.bitbucket.gkutiel.in;
import io.netty.buffer.ByteBuf;
import io.reactivex.netty.protocol.http.server.HttpServerRequest;
import io.reactivex.netty.protocol.http.server.HttpServerResponse;
public interface ExceptionHandler {
void handle(Exception e, HttpServerRequest req, HttpServerResponse res);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy