class sun.nio.ch.DummySocketImpl extends java.net.SocketImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.DummySocketImpl
  super_class: java.net.SocketImpl
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.DummySocketImpl this
         0: .line 42
            aload 0 /* this */
            invokespecial java.net.SocketImpl.<init>:()V
            return
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/DummySocketImpl;

  static java.net.SocketImpl create();
    descriptor: ()Ljava/net/SocketImpl;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 45
            new sun.nio.ch.DummySocketImpl
            dup
            invokespecial sun.nio.ch.DummySocketImpl.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static <T> T shouldNotGetHere();
    descriptor: ()Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 49
            new java.lang.InternalError
            dup
            ldc "Should not get here"
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;>()TT;

  protected void create(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.nio.ch.DummySocketImpl this
        start local 1 // boolean stream
         0: .line 54
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            pop
         1: .line 55
            return
        end local 1 // boolean stream
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/nio/ch/DummySocketImpl;
            0    2     1  stream  Z
    MethodParameters:
        Name  Flags
      stream  

  protected void connect(java.net.SocketAddress, int);
    descriptor: (Ljava/net/SocketAddress;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // sun.nio.ch.DummySocketImpl this
        start local 1 // java.net.SocketAddress remote
        start local 2 // int millis
         0: .line 59
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            pop
         1: .line 60
            return
        end local 2 // int millis
        end local 1 // java.net.SocketAddress remote
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/nio/ch/DummySocketImpl;
            0    2     1  remote  Ljava/net/SocketAddress;
            0    2     2  millis  I
    MethodParameters:
        Name  Flags
      remote  
      millis  

  protected void connect(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // sun.nio.ch.DummySocketImpl this
        start local 1 // java.lang.String host
        start local 2 // int port
         0: .line 64
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            pop
         1: .line 65
            return
        end local 2 // int port
        end local 1 // java.lang.String host
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/DummySocketImpl;
            0    2     1  host  Ljava/lang/String;
            0    2     2  port  I
    MethodParameters:
      Name  Flags
      host  
      port  

  protected void connect(java.net.InetAddress, int);
    descriptor: (Ljava/net/InetAddress;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // sun.nio.ch.DummySocketImpl this
        start local 1 // java.net.InetAddress address
        start local 2 // int port
         0: .line 69
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            pop
         1: .line 70
            return
        end local 2 // int port
        end local 1 // java.net.InetAddress address
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/nio/ch/DummySocketImpl;
            0    2     1  address  Ljava/net/InetAddress;
            0    2     2     port  I
    MethodParameters:
         Name  Flags
      address  
      port     

  protected void bind(java.net.InetAddress, int);
    descriptor: (Ljava/net/InetAddress;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // sun.nio.ch.DummySocketImpl this
        start local 1 // java.net.InetAddress host
        start local 2 // int port
         0: .line 74
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            pop
         1: .line 75
            return
        end local 2 // int port
        end local 1 // java.net.InetAddress host
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/DummySocketImpl;
            0    2     1  host  Ljava/net/InetAddress;
            0    2     2  port  I
    MethodParameters:
      Name  Flags
      host  
      port  

  protected void listen(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.nio.ch.DummySocketImpl this
        start local 1 // int backlog
         0: .line 79
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            pop
         1: .line 80
            return
        end local 1 // int backlog
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/nio/ch/DummySocketImpl;
            0    2     1  backlog  I
    MethodParameters:
         Name  Flags
      backlog  

  protected void accept(java.net.SocketImpl);
    descriptor: (Ljava/net/SocketImpl;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.nio.ch.DummySocketImpl this
        start local 1 // java.net.SocketImpl si
         0: .line 84
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            pop
         1: .line 85
            return
        end local 1 // java.net.SocketImpl si
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/DummySocketImpl;
            0    2     1    si  Ljava/net/SocketImpl;
    MethodParameters:
      Name  Flags
      si    

  protected java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.DummySocketImpl this
         0: .line 89
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            checkcast java.io.InputStream
            areturn
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/DummySocketImpl;

  protected java.io.OutputStream getOutputStream();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.DummySocketImpl this
         0: .line 93
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            checkcast java.io.OutputStream
            areturn
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/DummySocketImpl;

  protected int available();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.DummySocketImpl this
         0: .line 97
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/DummySocketImpl;

  protected void close();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.DummySocketImpl this
         0: .line 102
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            pop
         1: .line 103
            return
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/DummySocketImpl;

  protected java.util.Set<java.net.SocketOption<?>> supportedOptions();
    descriptor: ()Ljava/util/Set;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.DummySocketImpl this
         0: .line 107
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            checkcast java.util.Set
            areturn
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/DummySocketImpl;
    Signature: ()Ljava/util/Set<Ljava/net/SocketOption<*>;>;

  protected <T> void setOption(java.net.SocketOption<T>, );
    descriptor: (Ljava/net/SocketOption;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // sun.nio.ch.DummySocketImpl this
        start local 1 // java.net.SocketOption opt
        start local 2 // java.lang.Object value
         0: .line 112
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            pop
         1: .line 113
            return
        end local 2 // java.lang.Object value
        end local 1 // java.net.SocketOption opt
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/nio/ch/DummySocketImpl;
            0    2     1    opt  Ljava/net/SocketOption<TT;>;
            0    2     2  value  TT;
    Signature: <T:Ljava/lang/Object;>(Ljava/net/SocketOption<TT;>;TT;)V
    MethodParameters:
       Name  Flags
      opt    
      value  

  protected <T> T getOption(java.net.SocketOption<T>);
    descriptor: (Ljava/net/SocketOption;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.nio.ch.DummySocketImpl this
        start local 1 // java.net.SocketOption opt
         0: .line 117
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            areturn
        end local 1 // java.net.SocketOption opt
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/DummySocketImpl;
            0    1     1   opt  Ljava/net/SocketOption<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/net/SocketOption<TT;>;)TT;
    MethodParameters:
      Name  Flags
      opt   

  public void setOption(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // sun.nio.ch.DummySocketImpl this
        start local 1 // int opt
        start local 2 // java.lang.Object value
         0: .line 122
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            pop
         1: .line 123
            return
        end local 2 // java.lang.Object value
        end local 1 // int opt
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/nio/ch/DummySocketImpl;
            0    2     1    opt  I
            0    2     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      opt    
      value  

  public java.lang.Object getOption(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.nio.ch.DummySocketImpl this
        start local 1 // int opt
         0: .line 127
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            areturn
        end local 1 // int opt
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/DummySocketImpl;
            0    1     1   opt  I
    MethodParameters:
      Name  Flags
      opt   

  protected void shutdownInput();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.DummySocketImpl this
         0: .line 132
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            pop
         1: .line 133
            return
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/DummySocketImpl;

  protected void shutdownOutput();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.DummySocketImpl this
         0: .line 137
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            pop
         1: .line 138
            return
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/DummySocketImpl;

  protected boolean supportsUrgentData();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.DummySocketImpl this
         0: .line 142
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/DummySocketImpl;

  protected void sendUrgentData(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.nio.ch.DummySocketImpl this
        start local 1 // int data
         0: .line 147
            invokestatic sun.nio.ch.DummySocketImpl.shouldNotGetHere:()Ljava/lang/Object;
            pop
         1: .line 148
            return
        end local 1 // int data
        end local 0 // sun.nio.ch.DummySocketImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/DummySocketImpl;
            0    2     1  data  I
    MethodParameters:
      Name  Flags
      data  
}
SourceFile: "DummySocketImpl.java"