EarlyEofExceptionMapper   EarlyEofExceptionMapper 
Compiled from "EarlyEofExceptionMapper.java" Compiled from "EarlyEofExceptionMapper.java"
public class io.dropwizard.jersey.errors.EarlyEofExceptionMapper implements javax.ws.rs.ext.ExceptionMapper<org.eclipse.jetty.io.EofException> { public class io.dropwizard.jersey.errors.EarlyEofExceptionMapper implements jakarta.ws.rs.ext.ExceptionMapper<org.eclipse.jetty.io.EofException> {
public io.dropwizard.jersey.errors.EarlyEofExceptionMapper(); public io.dropwizard.jersey.errors.EarlyEofExceptionMapper();
public javax.ws.rs.core.Response toResponse(org.eclipse.jetty.io.EofExcep public jakarta.ws.rs.core.Response toResponse(org.eclipse.jetty.io.EofExc
tion); eption);
public javax.ws.rs.core.Response toResponse(java.lang.Throwable); public jakarta.ws.rs.core.Response toResponse(java.lang.Throwable);
static {}; static {};
} }
 End of changes. 2 change blocks. 
4 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/