class org.eclipse.jgit.transport.TransportHttp$LongPollService extends org.eclipse.jgit.transport.TransportHttp$Service
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.transport.TransportHttp$LongPollService
  super_class: org.eclipse.jgit.transport.TransportHttp$Service
{
  final org.eclipse.jgit.transport.TransportHttp this$0;
    descriptor: Lorg/eclipse/jgit/transport/TransportHttp;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jgit.transport.TransportHttp, java.lang.String);
    descriptor: (Lorg/eclipse/jgit/transport/TransportHttp;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.transport.TransportHttp$LongPollService this
        start local 2 // java.lang.String serviceName
         0: .line 1685
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jgit.transport.TransportHttp$LongPollService.this$0:Lorg/eclipse/jgit/transport/TransportHttp;
         1: .line 1686
            aload 0 /* this */
            aload 1
            aload 2 /* serviceName */
            invokespecial org.eclipse.jgit.transport.TransportHttp$Service.<init>:(Lorg/eclipse/jgit/transport/TransportHttp;Ljava/lang/String;)V
         2: .line 1687
            return
        end local 2 // java.lang.String serviceName
        end local 0 // org.eclipse.jgit.transport.TransportHttp$LongPollService this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/eclipse/jgit/transport/TransportHttp$LongPollService;
            0    3     2  serviceName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      this$0       final
      serviceName  

  void execute();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.TransportHttp$LongPollService this
         0: .line 1692
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.TransportHttp$LongPollService.out:Lorg/eclipse/jgit/transport/TransportHttp$Service$HttpOutputStream;
            invokevirtual org.eclipse.jgit.transport.TransportHttp$Service$HttpOutputStream.close:()V
         1: .line 1693
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.TransportHttp$LongPollService.conn:Lorg/eclipse/jgit/transport/http/HttpConnection;
            ifnonnull 3
         2: .line 1694
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.transport.TransportHttp$LongPollService.sendRequest:()V
         3: .line 1695
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.transport.TransportHttp$LongPollService.openResponse:()V
         4: .line 1696
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.TransportHttp$LongPollService.in:Lorg/eclipse/jgit/util/io/UnionInputStream;
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.TransportHttp$LongPollService.this$0:Lorg/eclipse/jgit/transport/TransportHttp;
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.TransportHttp$LongPollService.conn:Lorg/eclipse/jgit/transport/http/HttpConnection;
            invokevirtual org.eclipse.jgit.transport.TransportHttp.openInputStream:(Lorg/eclipse/jgit/transport/http/HttpConnection;)Ljava/io/InputStream;
            invokevirtual org.eclipse.jgit.util.io.UnionInputStream.add:(Ljava/io/InputStream;)V
         5: .line 1697
            return
        end local 0 // org.eclipse.jgit.transport.TransportHttp$LongPollService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/transport/TransportHttp$LongPollService;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "TransportHttp.java"
NestHost: org.eclipse.jgit.transport.TransportHttp
InnerClasses:
  LongPollService = org.eclipse.jgit.transport.TransportHttp$LongPollService of org.eclipse.jgit.transport.TransportHttp
  abstract Service = org.eclipse.jgit.transport.TransportHttp$Service of org.eclipse.jgit.transport.TransportHttp
  HttpOutputStream = org.eclipse.jgit.transport.TransportHttp$Service$HttpOutputStream of org.eclipse.jgit.transport.TransportHttp$Service