class com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$1 extends java.io.FilterOutputStream
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$1
super_class: java.io.FilterOutputStream
{
boolean closed;
descriptor: Z
flags: (0x0000)
final com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl this$0;
descriptor: Lcom/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl, java.io.OutputStream);
descriptor: (Lcom/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl;Ljava/io/OutputStream;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$1.this$0:Lcom/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl;
aload 0
aload 2
invokespecial java.io.FilterOutputStream.<init>:(Ljava/io/OutputStream;)V
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl$1;
0 1 2 $anonymous0 Ljava/io/OutputStream;
MethodParameters:
Name Flags
this$0 final
$anonymous0
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$1.closed:Z
ifne 6
1: aload 0
iconst_1
putfield com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$1.closed:Z
2: aload 0
getfield com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$1.this$0:Lcom/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl;
getfield com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl.in:Lcom/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl$LWHSInputStream;
invokevirtual com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream.readAll:()V
3: aload 0
invokespecial java.io.FilterOutputStream.close:()V
4: goto 6
StackMap locals:
StackMap stack: java.io.IOException
5: pop
6: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl$1;
Exception table:
from to target type
3 4 5 Class java.io.IOException
Exceptions:
throws java.io.IOException
public void write(byte[], int, int);
descriptor: ([BII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$1.out:Ljava/io/OutputStream;
aload 1
iload 2
iload 3
invokevirtual java.io.OutputStream.write:([BII)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl$1;
0 2 1 buf [B
0 2 2 start I
0 2 3 len I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
buf
start
len
}
SourceFile: "ServerConnectionImpl.java"
EnclosingMethod: com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl.getOutput:()Ljava/io/OutputStream;
NestHost: com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl
InnerClasses:
com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$1
private LWHSInputStream = com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream of com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl