class sun.net.httpserver.ServerImpl$Exchange$LinkHandler implements com.sun.net.httpserver.HttpHandler
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.net.httpserver.ServerImpl$Exchange$LinkHandler
super_class: java.lang.Object
{
com.sun.net.httpserver.Filter$Chain nextChain;
descriptor: Lcom/sun/net/httpserver/Filter$Chain;
flags: (0x0000)
final sun.net.httpserver.ServerImpl$Exchange this$1;
descriptor: Lsun/net/httpserver/ServerImpl$Exchange;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.net.httpserver.ServerImpl$Exchange, com.sun.net.httpserver.Filter$Chain);
descriptor: (Lsun/net/httpserver/ServerImpl$Exchange;Lcom/sun/net/httpserver/Filter$Chain;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // sun.net.httpserver.ServerImpl$Exchange$LinkHandler this
start local 2 // com.sun.net.httpserver.Filter$Chain nextChain
0: .line 686
aload 0 /* this */
aload 1
putfield sun.net.httpserver.ServerImpl$Exchange$LinkHandler.this$1:Lsun/net/httpserver/ServerImpl$Exchange;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 687
aload 0 /* this */
aload 2 /* nextChain */
putfield sun.net.httpserver.ServerImpl$Exchange$LinkHandler.nextChain:Lcom/sun/net/httpserver/Filter$Chain;
2: .line 688
return
end local 2 // com.sun.net.httpserver.Filter$Chain nextChain
end local 0 // sun.net.httpserver.ServerImpl$Exchange$LinkHandler this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/net/httpserver/ServerImpl$Exchange$LinkHandler;
0 3 2 nextChain Lcom/sun/net/httpserver/Filter$Chain;
MethodParameters:
Name Flags
this$0 final
nextChain
public void handle(com.sun.net.httpserver.HttpExchange);
descriptor: (Lcom/sun/net/httpserver/HttpExchange;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.net.httpserver.ServerImpl$Exchange$LinkHandler this
start local 1 // com.sun.net.httpserver.HttpExchange exchange
0: .line 691
aload 0 /* this */
getfield sun.net.httpserver.ServerImpl$Exchange$LinkHandler.nextChain:Lcom/sun/net/httpserver/Filter$Chain;
aload 1 /* exchange */
invokevirtual com.sun.net.httpserver.Filter$Chain.doFilter:(Lcom/sun/net/httpserver/HttpExchange;)V
1: .line 692
return
end local 1 // com.sun.net.httpserver.HttpExchange exchange
end local 0 // sun.net.httpserver.ServerImpl$Exchange$LinkHandler this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/net/httpserver/ServerImpl$Exchange$LinkHandler;
0 2 1 exchange Lcom/sun/net/httpserver/HttpExchange;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
exchange
}
SourceFile: "ServerImpl.java"
NestHost: sun.net.httpserver.ServerImpl
InnerClasses:
public Chain = com.sun.net.httpserver.Filter$Chain of com.sun.net.httpserver.Filter
Exchange = sun.net.httpserver.ServerImpl$Exchange of sun.net.httpserver.ServerImpl
LinkHandler = sun.net.httpserver.ServerImpl$Exchange$LinkHandler of sun.net.httpserver.ServerImpl$Exchange