public interface com.datastax.oss.driver.internal.core.context.NettyOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.datastax.oss.driver.internal.core.context.NettyOptions
  super_class: java.lang.Object
{
  public abstract io.netty.channel.EventLoopGroup ioEventLoopGroup();
    descriptor: ()Lio/netty/channel/EventLoopGroup;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Class<? extends io.netty.channel.Channel> channelClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<+Lio/netty/channel/Channel;>;

  public abstract io.netty.util.concurrent.EventExecutorGroup adminEventExecutorGroup();
    descriptor: ()Lio/netty/util/concurrent/EventExecutorGroup;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.netty.buffer.ByteBufAllocator allocator();
    descriptor: ()Lio/netty/buffer/ByteBufAllocator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void afterBootstrapInitialized(io.netty.bootstrap.Bootstrap);
    descriptor: (Lio/netty/bootstrap/Bootstrap;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      bootstrap  

  public abstract void afterChannelInitialized(io.netty.channel.Channel);
    descriptor: (Lio/netty/channel/Channel;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      channel  

  public abstract io.netty.util.concurrent.Future<java.lang.Void> onClose();
    descriptor: ()Lio/netty/util/concurrent/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/netty/util/concurrent/Future<Ljava/lang/Void;>;

  public abstract io.netty.util.Timer getTimer();
    descriptor: ()Lio/netty/util/Timer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "NettyOptions.java"