public class org.glassfish.grizzly.IOEventLifeCycleListener$Adapter implements org.glassfish.grizzly.IOEventLifeCycleListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.IOEventLifeCycleListener$Adapter
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
         0: .line 115
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/IOEventLifeCycleListener$Adapter;

  public void onContextSuspend(org.glassfish.grizzly.Context);
    descriptor: (Lorg/glassfish/grizzly/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
        start local 1 // org.glassfish.grizzly.Context context
         0: .line 122
            return
        end local 1 // org.glassfish.grizzly.Context context
        end local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/glassfish/grizzly/IOEventLifeCycleListener$Adapter;
            0    1     1  context  Lorg/glassfish/grizzly/Context;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  

  public void onContextResume(org.glassfish.grizzly.Context);
    descriptor: (Lorg/glassfish/grizzly/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
        start local 1 // org.glassfish.grizzly.Context context
         0: .line 129
            return
        end local 1 // org.glassfish.grizzly.Context context
        end local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/glassfish/grizzly/IOEventLifeCycleListener$Adapter;
            0    1     1  context  Lorg/glassfish/grizzly/Context;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  

  public void onComplete(org.glassfish.grizzly.Context, java.lang.Object);
    descriptor: (Lorg/glassfish/grizzly/Context;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
        start local 1 // org.glassfish.grizzly.Context context
        start local 2 // java.lang.Object data
         0: .line 136
            return
        end local 2 // java.lang.Object data
        end local 1 // org.glassfish.grizzly.Context context
        end local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/glassfish/grizzly/IOEventLifeCycleListener$Adapter;
            0    1     1  context  Lorg/glassfish/grizzly/Context;
            0    1     2     data  Ljava/lang/Object;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      data     

  public void onTerminate(org.glassfish.grizzly.Context);
    descriptor: (Lorg/glassfish/grizzly/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
        start local 1 // org.glassfish.grizzly.Context context
         0: .line 143
            return
        end local 1 // org.glassfish.grizzly.Context context
        end local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/glassfish/grizzly/IOEventLifeCycleListener$Adapter;
            0    1     1  context  Lorg/glassfish/grizzly/Context;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  

  public void onError(org.glassfish.grizzly.Context, java.lang.Object);
    descriptor: (Lorg/glassfish/grizzly/Context;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
        start local 1 // org.glassfish.grizzly.Context context
        start local 2 // java.lang.Object description
         0: .line 150
            return
        end local 2 // java.lang.Object description
        end local 1 // org.glassfish.grizzly.Context context
        end local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/glassfish/grizzly/IOEventLifeCycleListener$Adapter;
            0    1     1      context  Lorg/glassfish/grizzly/Context;
            0    1     2  description  Ljava/lang/Object;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      context      
      description  

  public void onNotRun(org.glassfish.grizzly.Context);
    descriptor: (Lorg/glassfish/grizzly/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
        start local 1 // org.glassfish.grizzly.Context context
         0: .line 157
            return
        end local 1 // org.glassfish.grizzly.Context context
        end local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/glassfish/grizzly/IOEventLifeCycleListener$Adapter;
            0    1     1  context  Lorg/glassfish/grizzly/Context;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  

  public void onContextManualIOEventControl(org.glassfish.grizzly.Context);
    descriptor: (Lorg/glassfish/grizzly/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
        start local 1 // org.glassfish.grizzly.Context context
         0: .line 164
            return
        end local 1 // org.glassfish.grizzly.Context context
        end local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/glassfish/grizzly/IOEventLifeCycleListener$Adapter;
            0    1     1  context  Lorg/glassfish/grizzly/Context;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  

  public void onReregister(org.glassfish.grizzly.Context);
    descriptor: (Lorg/glassfish/grizzly/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
        start local 1 // org.glassfish.grizzly.Context context
         0: .line 171
            return
        end local 1 // org.glassfish.grizzly.Context context
        end local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/glassfish/grizzly/IOEventLifeCycleListener$Adapter;
            0    1     1  context  Lorg/glassfish/grizzly/Context;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  

  public void onLeave(org.glassfish.grizzly.Context);
    descriptor: (Lorg/glassfish/grizzly/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
        start local 1 // org.glassfish.grizzly.Context context
         0: .line 178
            return
        end local 1 // org.glassfish.grizzly.Context context
        end local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/glassfish/grizzly/IOEventLifeCycleListener$Adapter;
            0    1     1  context  Lorg/glassfish/grizzly/Context;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  

  public void onRerun(org.glassfish.grizzly.Context, org.glassfish.grizzly.Context);
    descriptor: (Lorg/glassfish/grizzly/Context;Lorg/glassfish/grizzly/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
        start local 1 // org.glassfish.grizzly.Context context
        start local 2 // org.glassfish.grizzly.Context newContext
         0: .line 185
            return
        end local 2 // org.glassfish.grizzly.Context newContext
        end local 1 // org.glassfish.grizzly.Context context
        end local 0 // org.glassfish.grizzly.IOEventLifeCycleListener$Adapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/glassfish/grizzly/IOEventLifeCycleListener$Adapter;
            0    1     1     context  Lorg/glassfish/grizzly/Context;
            0    1     2  newContext  Lorg/glassfish/grizzly/Context;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      context     
      newContext  
}
SourceFile: "IOEventLifeCycleListener.java"
NestHost: org.glassfish.grizzly.IOEventLifeCycleListener
InnerClasses:
  public Adapter = org.glassfish.grizzly.IOEventLifeCycleListener$Adapter of org.glassfish.grizzly.IOEventLifeCycleListener