public interface io.netty.handler.codec.stomp.StompFrame extends io.netty.handler.codec.stomp.StompHeadersSubframe, io.netty.handler.codec.stomp.LastStompContentSubframe
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.netty.handler.codec.stomp.StompFrame
  super_class: java.lang.Object
{
  public abstract io.netty.handler.codec.stomp.StompFrame copy();
    descriptor: ()Lio/netty/handler/codec/stomp/StompFrame;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.netty.handler.codec.stomp.StompFrame duplicate();
    descriptor: ()Lio/netty/handler/codec/stomp/StompFrame;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.netty.handler.codec.stomp.StompFrame retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/stomp/StompFrame;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.netty.handler.codec.stomp.StompFrame replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      content  

  public abstract io.netty.handler.codec.stomp.StompFrame retain();
    descriptor: ()Lio/netty/handler/codec/stomp/StompFrame;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.netty.handler.codec.stomp.StompFrame retain(int);
    descriptor: (I)Lio/netty/handler/codec/stomp/StompFrame;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      increment  

  public abstract io.netty.handler.codec.stomp.StompFrame touch();
    descriptor: ()Lio/netty/handler/codec/stomp/StompFrame;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.netty.handler.codec.stomp.StompFrame touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompFrame;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      hint  

  public io.netty.buffer.ByteBufHolder copy();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.copy:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.StompContentSubframe copy();
    descriptor: ()Lio/netty/handler/codec/stomp/StompContentSubframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.copy:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.LastStompContentSubframe copy();
    descriptor: ()Lio/netty/handler/codec/stomp/LastStompContentSubframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.copy:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted retain(int);
    descriptor: (I)Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokeinterface io.netty.handler.codec.stomp.StompFrame.retain:(I)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retain(int);
    descriptor: (I)Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokeinterface io.netty.handler.codec.stomp.StompFrame.retain:(I)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.StompContentSubframe retain(int);
    descriptor: (I)Lio/netty/handler/codec/stomp/StompContentSubframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokeinterface io.netty.handler.codec.stomp.StompFrame.retain:(I)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.LastStompContentSubframe retain(int);
    descriptor: (I)Lio/netty/handler/codec/stomp/LastStompContentSubframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokeinterface io.netty.handler.codec.stomp.StompFrame.retain:(I)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted retain();
    descriptor: ()Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.retain:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retain();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.retain:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.StompContentSubframe retain();
    descriptor: ()Lio/netty/handler/codec/stomp/StompContentSubframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.retain:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.LastStompContentSubframe retain();
    descriptor: ()Lio/netty/handler/codec/stomp/LastStompContentSubframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.retain:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder duplicate();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.duplicate:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.StompContentSubframe duplicate();
    descriptor: ()Lio/netty/handler/codec/stomp/StompContentSubframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.duplicate:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.LastStompContentSubframe duplicate();
    descriptor: ()Lio/netty/handler/codec/stomp/LastStompContentSubframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.duplicate:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface io.netty.handler.codec.stomp.StompFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.StompContentSubframe replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompContentSubframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface io.netty.handler.codec.stomp.StompFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.LastStompContentSubframe replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/LastStompContentSubframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface io.netty.handler.codec.stomp.StompFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface io.netty.handler.codec.stomp.StompFrame.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface io.netty.handler.codec.stomp.StompFrame.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.StompContentSubframe touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompContentSubframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface io.netty.handler.codec.stomp.StompFrame.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.LastStompContentSubframe touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/stomp/LastStompContentSubframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface io.netty.handler.codec.stomp.StompFrame.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted touch();
    descriptor: ()Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.touch:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder touch();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.touch:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.StompContentSubframe touch();
    descriptor: ()Lio/netty/handler/codec/stomp/StompContentSubframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.touch:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.LastStompContentSubframe touch();
    descriptor: ()Lio/netty/handler/codec/stomp/LastStompContentSubframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.touch:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retainedDuplicate();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.retainedDuplicate:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.StompContentSubframe retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/stomp/StompContentSubframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.retainedDuplicate:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.LastStompContentSubframe retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/stomp/LastStompContentSubframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.netty.handler.codec.stomp.StompFrame.retainedDuplicate:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "StompFrame.java"