class jdk.incubator.http.SSLDelegate$EngineWrapper
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.incubator.http.SSLDelegate$EngineWrapper
super_class: java.lang.Object
{
java.nio.channels.SocketChannel chan;
descriptor: Ljava/nio/channels/SocketChannel;
flags: (0x0000)
javax.net.ssl.SSLEngine engine;
descriptor: Ljavax/net/ssl/SSLEngine;
flags: (0x0000)
final java.lang.Object wrapLock;
descriptor: Ljava/lang/Object;
flags: (0x0010) ACC_FINAL
final java.lang.Object unwrapLock;
descriptor: Ljava/lang/Object;
flags: (0x0010) ACC_FINAL
java.nio.ByteBuffer unwrap_src;
descriptor: Ljava/nio/ByteBuffer;
flags: (0x0000)
java.nio.ByteBuffer wrap_dst;
descriptor: Ljava/nio/ByteBuffer;
flags: (0x0000)
boolean closed;
descriptor: Z
flags: (0x0000)
int u_remaining;
descriptor: I
flags: (0x0000)
final jdk.incubator.http.SSLDelegate this$0;
descriptor: Ljdk/incubator/http/SSLDelegate;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Ljdk/incubator/http/SSLDelegate;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic jdk.incubator.http.SSLDelegate$EngineWrapper.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(jdk.incubator.http.SSLDelegate, java.nio.channels.SocketChannel, javax.net.ssl.SSLEngine);
descriptor: (Ljdk/incubator/http/SSLDelegate;Ljava/nio/channels/SocketChannel;Ljavax/net/ssl/SSLEngine;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield jdk.incubator.http.SSLDelegate$EngineWrapper.this$0:Ljdk/incubator/http/SSLDelegate;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_0
putfield jdk.incubator.http.SSLDelegate$EngineWrapper.closed:Z
2: aload 0
aload 2
putfield jdk.incubator.http.SSLDelegate$EngineWrapper.chan:Ljava/nio/channels/SocketChannel;
3: aload 0
aload 3
putfield jdk.incubator.http.SSLDelegate$EngineWrapper.engine:Ljavax/net/ssl/SSLEngine;
4: aload 0
new java.lang.Object
dup
invokespecial java.lang.Object.<init>:()V
putfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrapLock:Ljava/lang/Object;
5: aload 0
new java.lang.Object
dup
invokespecial java.lang.Object.<init>:()V
putfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrapLock:Ljava/lang/Object;
6: aload 0
aload 1
getstatic jdk.incubator.http.SSLDelegate$BufType.PACKET:Ljdk/incubator/http/SSLDelegate$BufType;
invokevirtual jdk.incubator.http.SSLDelegate.allocate:(Ljdk/incubator/http/SSLDelegate$BufType;)Ljava/nio/ByteBuffer;
putfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
7: aload 0
aload 1
getstatic jdk.incubator.http.SSLDelegate$BufType.PACKET:Ljdk/incubator/http/SSLDelegate$BufType;
invokevirtual jdk.incubator.http.SSLDelegate.allocate:(Ljdk/incubator/http/SSLDelegate$BufType;)Ljava/nio/ByteBuffer;
putfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrap_dst:Ljava/nio/ByteBuffer;
8: return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Ljdk/incubator/http/SSLDelegate$EngineWrapper;
0 9 2 chan Ljava/nio/channels/SocketChannel;
0 9 3 engine Ljavax/net/ssl/SSLEngine;
MethodParameters:
Name Flags
this$0 final
chan
engine
jdk.incubator.http.SSLDelegate$WrapperResult wrapAndSend(java.nio.ByteBuffer, boolean);
descriptor: (Ljava/nio/ByteBuffer;Z)Ljdk/incubator/http/SSLDelegate$WrapperResult;
flags: (0x0000)
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: iconst_1
anewarray java.nio.ByteBuffer
astore 3
start local 3 1: aload 3
iconst_0
aload 1
aastore
2: aload 0
aload 3
iconst_0
iconst_1
iload 2
invokevirtual jdk.incubator.http.SSLDelegate$EngineWrapper.wrapAndSend:([Ljava/nio/ByteBuffer;IIZ)Ljdk/incubator/http/SSLDelegate$WrapperResult;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/incubator/http/SSLDelegate$EngineWrapper;
0 3 1 src Ljava/nio/ByteBuffer;
0 3 2 ignoreClose Z
1 3 3 buffers [Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
src
ignoreClose
jdk.incubator.http.SSLDelegate$WrapperResult wrapAndSend(java.nio.ByteBuffer[], int, int, boolean);
descriptor: ([Ljava/nio/ByteBuffer;IIZ)Ljdk/incubator/http/SSLDelegate$WrapperResult;
flags: (0x0000)
Code:
stack=6, locals=9, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.closed:Z
ifeq 2
iload 4
ifne 2
1: new java.io.IOException
dup
ldc "Engine is closed"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
new jdk.incubator.http.SSLDelegate$WrapperResult
dup
invokespecial jdk.incubator.http.SSLDelegate$WrapperResult.<init>:()V
astore 6
start local 6 3: aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrapLock:Ljava/lang/Object;
dup
astore 7
monitorenter
4: aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrap_dst:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/ByteBuffer;
pop
5: StackMap locals: jdk.incubator.http.SSLDelegate$EngineWrapper java.nio.ByteBuffer[] int int int top jdk.incubator.http.SSLDelegate$WrapperResult java.lang.Object
StackMap stack:
aload 6
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.engine:Ljavax/net/ssl/SSLEngine;
aload 1
iload 2
iload 3
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrap_dst:Ljava/nio/ByteBuffer;
invokevirtual javax.net.ssl.SSLEngine.wrap:([Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
putfield jdk.incubator.http.SSLDelegate$WrapperResult.result:Ljavax/net/ssl/SSLEngineResult;
6: aload 6
getfield jdk.incubator.http.SSLDelegate$WrapperResult.result:Ljavax/net/ssl/SSLEngineResult;
invokevirtual javax.net.ssl.SSLEngineResult.getStatus:()Ljavax/net/ssl/SSLEngineResult$Status;
astore 5
start local 5 7: aload 5
getstatic javax.net.ssl.SSLEngineResult$Status.BUFFER_OVERFLOW:Ljavax/net/ssl/SSLEngineResult$Status;
if_acmpne 9
8: aload 0
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.this$0:Ljdk/incubator/http/SSLDelegate;
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrap_dst:Ljava/nio/ByteBuffer;
iconst_1
getstatic jdk.incubator.http.SSLDelegate$BufType.PACKET:Ljdk/incubator/http/SSLDelegate$BufType;
invokevirtual jdk.incubator.http.SSLDelegate.realloc:(Ljava/nio/ByteBuffer;ZLjdk/incubator/http/SSLDelegate$BufType;)Ljava/nio/ByteBuffer;
putfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrap_dst:Ljava/nio/ByteBuffer;
9: StackMap locals: jdk.incubator.http.SSLDelegate$EngineWrapper java.nio.ByteBuffer[] int int int javax.net.ssl.SSLEngineResult$Status jdk.incubator.http.SSLDelegate$WrapperResult java.lang.Object
StackMap stack:
aload 5
getstatic javax.net.ssl.SSLEngineResult$Status.BUFFER_OVERFLOW:Ljavax/net/ssl/SSLEngineResult$Status;
if_acmpeq 5
10: aload 5
getstatic javax.net.ssl.SSLEngineResult$Status.CLOSED:Ljavax/net/ssl/SSLEngineResult$Status;
if_acmpne 14
iload 4
ifne 14
11: aload 0
iconst_1
putfield jdk.incubator.http.SSLDelegate$EngineWrapper.closed:Z
12: aload 6
aload 7
monitorexit
13: areturn
14: StackMap locals:
StackMap stack:
aload 6
getfield jdk.incubator.http.SSLDelegate$WrapperResult.result:Ljavax/net/ssl/SSLEngineResult;
invokevirtual javax.net.ssl.SSLEngineResult.bytesProduced:()I
ifle 20
15: aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrap_dst:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/ByteBuffer;
pop
16: aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrap_dst:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.remaining:()I
istore 8
start local 8 17: getstatic jdk.incubator.http.SSLDelegate$EngineWrapper.$assertionsDisabled:Z
ifne 19
iload 8
aload 6
getfield jdk.incubator.http.SSLDelegate$WrapperResult.result:Ljavax/net/ssl/SSLEngineResult;
invokevirtual javax.net.ssl.SSLEngineResult.bytesProduced:()I
if_icmpeq 19
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
18: StackMap locals: int
StackMap stack:
iload 8
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.chan:Ljava/nio/channels/SocketChannel;
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrap_dst:Ljava/nio/ByteBuffer;
invokevirtual java.nio.channels.SocketChannel.write:(Ljava/nio/ByteBuffer;)I
isub
istore 8
19: StackMap locals:
StackMap stack:
iload 8
ifgt 18
end local 8 20: StackMap locals:
StackMap stack:
aload 7
monitorexit
21: goto 24
end local 5 StackMap locals: jdk.incubator.http.SSLDelegate$EngineWrapper java.nio.ByteBuffer[] int int int top jdk.incubator.http.SSLDelegate$WrapperResult java.lang.Object
StackMap stack: java.lang.Throwable
22: aload 7
monitorexit
23: athrow
start local 5 24: StackMap locals: jdk.incubator.http.SSLDelegate$EngineWrapper java.nio.ByteBuffer[] int int int javax.net.ssl.SSLEngineResult$Status jdk.incubator.http.SSLDelegate$WrapperResult
StackMap stack:
aload 6
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 25 0 this Ljdk/incubator/http/SSLDelegate$EngineWrapper;
0 25 1 src [Ljava/nio/ByteBuffer;
0 25 2 offset I
0 25 3 len I
0 25 4 ignoreClose Z
7 22 5 status Ljavax/net/ssl/SSLEngineResult$Status;
24 25 5 status Ljavax/net/ssl/SSLEngineResult$Status;
3 25 6 r Ljdk/incubator/http/SSLDelegate$WrapperResult;
17 20 8 l I
Exception table:
from to target type
4 13 22 any
14 21 22 any
22 23 22 any
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
src
offset
len
ignoreClose
jdk.incubator.http.SSLDelegate$WrapperResult recvAndUnwrap(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)Ljdk/incubator/http/SSLDelegate$WrapperResult;
flags: (0x0000)
Code:
stack=5, locals=7, args_size=2
start local 0 start local 1 0: new jdk.incubator.http.SSLDelegate$WrapperResult
dup
invokespecial jdk.incubator.http.SSLDelegate$WrapperResult.<init>:()V
astore 3
start local 3 1: aload 3
aload 1
putfield jdk.incubator.http.SSLDelegate$WrapperResult.buf:Ljava/nio/ByteBuffer;
2: aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.closed:Z
ifeq 4
3: new java.io.IOException
dup
ldc "Engine is closed"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals: jdk.incubator.http.SSLDelegate$EngineWrapper java.nio.ByteBuffer top jdk.incubator.http.SSLDelegate$WrapperResult
StackMap stack:
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.u_remaining:I
ifle 9
5: aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.compact:()Ljava/nio/ByteBuffer;
pop
6: aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/ByteBuffer;
pop
7: iconst_0
istore 4
start local 4 8: goto 11
end local 4 9: StackMap locals:
StackMap stack:
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/ByteBuffer;
pop
10: iconst_1
istore 4
start local 4 11: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrapLock:Ljava/lang/Object;
dup
astore 5
monitorenter
12: StackMap locals: java.lang.Object
StackMap stack:
iload 4
ifeq 17
13: aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.chan:Ljava/nio/channels/SocketChannel;
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
invokevirtual java.nio.channels.SocketChannel.read:(Ljava/nio/ByteBuffer;)I
istore 6
start local 6 14: iload 6
iconst_m1
if_icmpne 16
15: new java.io.IOException
dup
ldc "connection closed for reading"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
16: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/ByteBuffer;
pop
end local 6 17: StackMap locals:
StackMap stack:
aload 3
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.engine:Ljavax/net/ssl/SSLEngine;
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
aload 3
getfield jdk.incubator.http.SSLDelegate$WrapperResult.buf:Ljava/nio/ByteBuffer;
invokevirtual javax.net.ssl.SSLEngine.unwrap:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
putfield jdk.incubator.http.SSLDelegate$WrapperResult.result:Ljavax/net/ssl/SSLEngineResult;
18: aload 3
getfield jdk.incubator.http.SSLDelegate$WrapperResult.result:Ljavax/net/ssl/SSLEngineResult;
invokevirtual javax.net.ssl.SSLEngineResult.getStatus:()Ljavax/net/ssl/SSLEngineResult$Status;
astore 2
start local 2 19: aload 2
getstatic javax.net.ssl.SSLEngineResult$Status.BUFFER_UNDERFLOW:Ljavax/net/ssl/SSLEngineResult$Status;
if_acmpne 29
20: aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.limit:()I
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.capacity:()I
if_icmpne 25
21: aload 0
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.this$0:Ljdk/incubator/http/SSLDelegate;
22: aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
iconst_0
getstatic jdk.incubator.http.SSLDelegate$BufType.PACKET:Ljdk/incubator/http/SSLDelegate$BufType;
23: invokevirtual jdk.incubator.http.SSLDelegate.realloc:(Ljava/nio/ByteBuffer;ZLjdk/incubator/http/SSLDelegate$BufType;)Ljava/nio/ByteBuffer;
putfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
24: goto 27
25: StackMap locals: jdk.incubator.http.SSLDelegate$EngineWrapper java.nio.ByteBuffer javax.net.ssl.SSLEngineResult$Status jdk.incubator.http.SSLDelegate$WrapperResult int java.lang.Object
StackMap stack:
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.limit:()I
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
pop
26: aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.capacity:()I
invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
pop
27: StackMap locals:
StackMap stack:
iconst_1
istore 4
28: goto 38
StackMap locals:
StackMap stack:
29: aload 2
getstatic javax.net.ssl.SSLEngineResult$Status.BUFFER_OVERFLOW:Ljavax/net/ssl/SSLEngineResult$Status;
if_acmpne 33
30: aload 3
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.this$0:Ljdk/incubator/http/SSLDelegate;
aload 3
getfield jdk.incubator.http.SSLDelegate$WrapperResult.buf:Ljava/nio/ByteBuffer;
iconst_1
getstatic jdk.incubator.http.SSLDelegate$BufType.APPLICATION:Ljdk/incubator/http/SSLDelegate$BufType;
invokevirtual jdk.incubator.http.SSLDelegate.realloc:(Ljava/nio/ByteBuffer;ZLjdk/incubator/http/SSLDelegate$BufType;)Ljava/nio/ByteBuffer;
putfield jdk.incubator.http.SSLDelegate$WrapperResult.buf:Ljava/nio/ByteBuffer;
31: iconst_0
istore 4
32: goto 38
StackMap locals:
StackMap stack:
33: aload 2
getstatic javax.net.ssl.SSLEngineResult$Status.CLOSED:Ljavax/net/ssl/SSLEngineResult$Status;
if_acmpne 38
34: aload 0
iconst_1
putfield jdk.incubator.http.SSLDelegate$EngineWrapper.closed:Z
35: aload 3
getfield jdk.incubator.http.SSLDelegate$WrapperResult.buf:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/ByteBuffer;
pop
36: aload 3
aload 5
monitorexit
37: areturn
38: StackMap locals:
StackMap stack:
aload 2
getstatic javax.net.ssl.SSLEngineResult$Status.OK:Ljavax/net/ssl/SSLEngineResult$Status;
if_acmpne 12
39: aload 5
monitorexit
40: goto 43
end local 2 StackMap locals: jdk.incubator.http.SSLDelegate$EngineWrapper java.nio.ByteBuffer top jdk.incubator.http.SSLDelegate$WrapperResult int java.lang.Object
StackMap stack: java.lang.Throwable
41: aload 5
monitorexit
42: athrow
start local 2 43: StackMap locals: jdk.incubator.http.SSLDelegate$EngineWrapper java.nio.ByteBuffer javax.net.ssl.SSLEngineResult$Status jdk.incubator.http.SSLDelegate$WrapperResult int
StackMap stack:
aload 0
aload 0
getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.remaining:()I
putfield jdk.incubator.http.SSLDelegate$EngineWrapper.u_remaining:I
44: aload 3
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 45 0 this Ljdk/incubator/http/SSLDelegate$EngineWrapper;
0 45 1 dst Ljava/nio/ByteBuffer;
19 41 2 status Ljavax/net/ssl/SSLEngineResult$Status;
43 45 2 status Ljavax/net/ssl/SSLEngineResult$Status;
1 45 3 r Ljdk/incubator/http/SSLDelegate$WrapperResult;
8 9 4 needData Z
11 45 4 needData Z
14 17 6 x I
Exception table:
from to target type
12 37 41 any
38 40 41 any
41 42 41 any
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
dst
}
SourceFile: "SSLDelegate.java"
NestHost: jdk.incubator.http.SSLDelegate
InnerClasses:
public final Status = javax.net.ssl.SSLEngineResult$Status of javax.net.ssl.SSLEngineResult
final BufType = jdk.incubator.http.SSLDelegate$BufType of jdk.incubator.http.SSLDelegate
EngineWrapper = jdk.incubator.http.SSLDelegate$EngineWrapper of jdk.incubator.http.SSLDelegate
WrapperResult = jdk.incubator.http.SSLDelegate$WrapperResult of jdk.incubator.http.SSLDelegate