public class io.dropwizard.jersey.errors.EarlyEofExceptionMapper implements javax.ws.rs.ext.ExceptionMapper<org.eclipse.jetty.io.EofException>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.jersey.errors.EarlyEofExceptionMapper
  super_class: java.lang.Object
{
  private static final org.slf4j.Logger LOGGER;
    descriptor: Lorg/slf4j/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 21
            ldc Lio/dropwizard/jersey/errors/EarlyEofExceptionMapper;
            invokestatic org.slf4j.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/slf4j/Logger;
            putstatic io.dropwizard.jersey.errors.EarlyEofExceptionMapper.LOGGER:Lorg/slf4j/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jersey.errors.EarlyEofExceptionMapper this
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.dropwizard.jersey.errors.EarlyEofExceptionMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jersey/errors/EarlyEofExceptionMapper;

  public javax.ws.rs.core.Response toResponse(org.eclipse.jetty.io.EofException);
    descriptor: (Lorg/eclipse/jetty/io/EofException;)Ljavax/ws/rs/core/Response;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.dropwizard.jersey.errors.EarlyEofExceptionMapper this
        start local 1 // org.eclipse.jetty.io.EofException e
         0: .line 25
            getstatic io.dropwizard.jersey.errors.EarlyEofExceptionMapper.LOGGER:Lorg/slf4j/Logger;
            ldc "EOF Exception encountered - client disconnected during stream processing."
            aload 1 /* e */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 27
            getstatic javax.ws.rs.core.Response$Status.BAD_REQUEST:Ljavax/ws/rs/core/Response$Status;
            invokestatic javax.ws.rs.core.Response.status:(Ljavax/ws/rs/core/Response$Status;)Ljavax/ws/rs/core/Response$ResponseBuilder;
            invokevirtual javax.ws.rs.core.Response$ResponseBuilder.build:()Ljavax/ws/rs/core/Response;
            areturn
        end local 1 // org.eclipse.jetty.io.EofException e
        end local 0 // io.dropwizard.jersey.errors.EarlyEofExceptionMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/dropwizard/jersey/errors/EarlyEofExceptionMapper;
            0    2     1     e  Lorg/eclipse/jetty/io/EofException;
    MethodParameters:
      Name  Flags
      e     

  public javax.ws.rs.core.Response toResponse(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljavax/ws/rs/core/Response;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.jetty.io.EofException
            invokevirtual io.dropwizard.jersey.errors.EarlyEofExceptionMapper.toResponse:(Lorg/eclipse/jetty/io/EofException;)Ljavax/ws/rs/core/Response;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljavax/ws/rs/ext/ExceptionMapper<Lorg/eclipse/jetty/io/EofException;>;
SourceFile: "EarlyEofExceptionMapper.java"
InnerClasses:
  public abstract ResponseBuilder = javax.ws.rs.core.Response$ResponseBuilder of javax.ws.rs.core.Response
  public final Status = javax.ws.rs.core.Response$Status of javax.ws.rs.core.Response
    RuntimeVisibleAnnotations: 
      javax.ws.rs.ext.Provider()