Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Thread [<1> main] (Suspended (exception NetworkOnMainThreadException))
- <VM does not provide monitor information>
- HttpConnection$Response.execute(Connection$Request, HttpConnection$Response) line: 456
- HttpConnection$Response.execute(Connection$Request) line: 393
- HttpConnection.execute() line: 159
- HttpConnection.get() line: 148
- MainActivity.dereference(String) line: 72
- MainActivity.ButtonClick(View) line: 65
- Method.invokeNative(Object, Object[], Class, Class[], Class, int, boolean) line: not available [native method]
- Method.invoke(Object, Object...) line: 511
- View$1.onClick(View) line: 3039
- Button(View).performClick() line: 3511
- View$PerformClick.run() line: 14105
- ViewRootImpl(Handler).handleCallback(Message) line: 605
- ViewRootImpl(Handler).dispatchMessage(Message) line: 92
- Looper.loop() line: 137
- ActivityThread.main(String[]) line: 4424
- Method.invokeNative(Object, Object[], Class, Class[], Class, int, boolean) line: not available [native method]
- Method.invoke(Object, Object...) line: 511
- ZygoteInit$MethodAndArgsCaller.run() line: 784
- ZygoteInit.main(String[]) line: 551
- NativeStart.main(String[]) line: not available [native method]
- ------------------------------------------------------------------------------------
- logcat:
- 11-03 09:16:04.488: I/dalvikvm(832): threadid=3: reacting to signal 3
- 11-03 09:16:04.638: I/dalvikvm(832): Wrote stack traces to '/data/anr/traces.txt'
- 11-03 09:16:05.008: I/dalvikvm(832): threadid=3: reacting to signal 3
- 11-03 09:16:05.039: I/dalvikvm(832): Wrote stack traces to '/data/anr/traces.txt'
- 11-03 09:16:05.158: D/gralloc_goldfish(832): Emulator without GPU emulation detected.
- 11-03 09:16:14.007: D/AndroidRuntime(832): Shutting down VM
- 11-03 09:16:14.007: W/dalvikvm(832): threadid=1: thread exiting with uncaught exception (group=0x409c01f8)
- 11-03 09:16:14.097: E/AndroidRuntime(832): FATAL EXCEPTION: main
- 11-03 09:16:14.097: E/AndroidRuntime(832): java.lang.IllegalStateException: Could not execute method of the activity
- 11-03 09:16:14.097: E/AndroidRuntime(832): at android.view.View$1.onClick(View.java:3044)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at android.view.View.performClick(View.java:3511)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at android.view.View$PerformClick.run(View.java:14105)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at android.os.Handler.handleCallback(Handler.java:605)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at android.os.Handler.dispatchMessage(Handler.java:92)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at android.os.Looper.loop(Looper.java:137)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at android.app.ActivityThread.main(ActivityThread.java:4424)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at java.lang.reflect.Method.invokeNative(Native Method)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at java.lang.reflect.Method.invoke(Method.java:511)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at dalvik.system.NativeStart.main(Native Method)
- 11-03 09:16:14.097: E/AndroidRuntime(832): Caused by: java.lang.reflect.InvocationTargetException
- 11-03 09:16:14.097: E/AndroidRuntime(832): at java.lang.reflect.Method.invokeNative(Native Method)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at java.lang.reflect.Method.invoke(Method.java:511)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at android.view.View$1.onClick(View.java:3039)
- 11-03 09:16:14.097: E/AndroidRuntime(832): ... 11 more
- 11-03 09:16:14.097: E/AndroidRuntime(832): Caused by: android.os.NetworkOnMainThreadException
- 11-03 09:16:14.097: E/AndroidRuntime(832): at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1099)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at java.net.InetAddress.lookupHostByName(InetAddress.java:391)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at java.net.InetAddress.getAllByNameImpl(InetAddress.java:242)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at java.net.InetAddress.getAllByName(InetAddress.java:220)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at libcore.net.http.HttpConnection.<init>(HttpConnection.java:71)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at libcore.net.http.HttpConnection.<init>(HttpConnection.java:50)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at libcore.net.http.HttpConnection$Address.connect(HttpConnection.java:351)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at libcore.net.http.HttpConnectionPool.get(HttpConnectionPool.java:86)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at libcore.net.http.HttpConnection.connect(HttpConnection.java:128)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at libcore.net.http.HttpEngine.openSocketConnection(HttpEngine.java:308)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at libcore.net.http.HttpEngine.connect(HttpEngine.java:303)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at libcore.net.http.HttpEngine.sendSocketRequest(HttpEngine.java:282)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at libcore.net.http.HttpEngine.sendRequest(HttpEngine.java:232)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at libcore.net.http.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:80)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:408)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:393)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at org.jsoup.helper.HttpConnection.execute(HttpConnection.java:159)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at org.jsoup.helper.HttpConnection.get(HttpConnection.java:148)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at com.chucky109.skycraft.MainActivity.dereference(MainActivity.java:72)
- 11-03 09:16:14.097: E/AndroidRuntime(832): at com.chucky109.skycraft.MainActivity.ButtonClick(MainActivity.java:65)
- 11-03 09:16:14.097: E/AndroidRuntime(832): ... 14 more
- 11-03 09:16:14.758: I/dalvikvm(832): threadid=3: reacting to signal 3
- 11-03 09:16:14.778: I/dalvikvm(832): Wrote stack traces to '/data/anr/traces.txt'
- 11-03 09:16:15.467: I/Process(832): Sending signal. PID: 832 SIG: 9
- 11-03 09:16:22.207: W/ActivityThread(872): Application com.chucky109.skycraft is waiting for the debugger on port 8100...
- 11-03 09:16:22.357: I/System.out(872): Sending WAIT chunk
- 11-03 09:16:22.367: I/dalvikvm(872): Debugger is active
- 11-03 09:16:22.557: I/System.out(872): Debugger has connected
- 11-03 09:16:22.557: I/System.out(872): waiting for debugger to settle...
- 11-03 09:16:22.757: I/System.out(872): waiting for debugger to settle...
- 11-03 09:16:22.788: I/dalvikvm(872): threadid=3: reacting to signal 3
- 11-03 09:16:22.847: I/dalvikvm(872): Wrote stack traces to '/data/anr/traces.txt'
- 11-03 09:16:22.967: I/System.out(872): waiting for debugger to settle...
- 11-03 09:16:23.167: I/System.out(872): waiting for debugger to settle...
- 11-03 09:16:23.267: I/dalvikvm(872): threadid=3: reacting to signal 3
- 11-03 09:16:23.317: I/dalvikvm(872): Wrote stack traces to '/data/anr/traces.txt'
- 11-03 09:16:23.367: I/System.out(872): waiting for debugger to settle...
- 11-03 09:16:23.571: I/System.out(872): waiting for debugger to settle...
- 11-03 09:16:23.792: I/System.out(872): waiting for debugger to settle...
- 11-03 09:16:23.897: I/dalvikvm(872): threadid=3: reacting to signal 3
- 11-03 09:16:23.968: I/dalvikvm(872): Wrote stack traces to '/data/anr/traces.txt'
- 11-03 09:16:24.009: I/System.out(872): waiting for debugger to settle...
- 11-03 09:16:24.273: I/System.out(872): waiting for debugger to settle...
- 11-03 09:16:24.337: I/dalvikvm(872): threadid=3: reacting to signal 3
- 11-03 09:16:24.347: I/dalvikvm(872): Wrote stack traces to '/data/anr/traces.txt'
- 11-03 09:16:24.467: I/System.out(872): waiting for debugger to settle...
- 11-03 09:16:24.698: I/System.out(872): waiting for debugger to settle...
- 11-03 09:16:24.857: I/dalvikvm(872): threadid=3: reacting to signal 3
- 11-03 09:16:24.877: I/dalvikvm(872): Wrote stack traces to '/data/anr/traces.txt'
- 11-03 09:16:24.963: I/System.out(872): waiting for debugger to settle...
- 11-03 09:16:25.157: I/System.out(872): waiting for debugger to settle...
- 11-03 09:16:25.406: I/System.out(872): waiting for debugger to settle...
- 11-03 09:16:25.417: I/dalvikvm(872): threadid=3: reacting to signal 3
- 11-03 09:16:25.447: I/dalvikvm(872): Wrote stack traces to '/data/anr/traces.txt'
- 11-03 09:16:25.634: I/System.out(872): debugger has settled (1511)
- 11-03 09:16:26.017: I/dalvikvm(872): threadid=3: reacting to signal 3
- 11-03 09:16:26.117: I/dalvikvm(872): Wrote stack traces to '/data/anr/traces.txt'
- 11-03 09:16:26.407: I/dalvikvm(872): threadid=3: reacting to signal 3
- 11-03 09:16:26.537: I/dalvikvm(872): Wrote stack traces to '/data/anr/traces.txt'
- 11-03 09:16:26.948: I/dalvikvm(872): threadid=3: reacting to signal 3
- 11-03 09:16:27.087: I/dalvikvm(872): Wrote stack traces to '/data/anr/traces.txt'
- 11-03 09:16:27.427: I/dalvikvm(872): threadid=3: reacting to signal 3
- 11-03 09:16:27.537: I/dalvikvm(872): Wrote stack traces to '/data/anr/traces.txt'
- 11-03 09:16:27.927: I/dalvikvm(872): threadid=3: reacting to signal 3
- 11-03 09:16:28.027: I/dalvikvm(872): Wrote stack traces to '/data/anr/traces.txt'
- 11-03 09:16:28.087: D/gralloc_goldfish(872): Emulator without GPU emulation detected.
- --------------------------------------------
- httpconnection.class:
- // Compiled from HttpConnection.java (version 1.5 : 49.0, super bit)
- public class org.jsoup.helper.HttpConnection implements org.jsoup.Connection {
- // Field descriptor #73 Lorg/jsoup/Connection$Request;
- private org.jsoup.Connection$Request req;
- // Field descriptor #76 Lorg/jsoup/Connection$Response;
- private org.jsoup.Connection$Response res;
- // Method descriptor #78 (Ljava/lang/String;)Lorg/jsoup/Connection;
- // Stack: 2, Locals: 2
- public static org.jsoup.Connection connect(java.lang.String url);
- 0 new org.jsoup.helper.HttpConnection [1]
- 3 dup
- 4 invokespecial org.jsoup.helper.HttpConnection() [2]
- 7 astore_1 [con]
- 8 aload_1 [con]
- 9 aload_0 [url]
- 10 invokeinterface org.jsoup.Connection.url(java.lang.String) : org.jsoup.Connection [3] [nargs: 2]
- 15 pop
- 16 aload_1 [con]
- 17 areturn
- Line numbers:
- [pc: 0, line: 26]
- [pc: 8, line: 27]
- [pc: 16, line: 28]
- Local variable table:
- [pc: 0, pc: 18] local: url index: 0 type: java.lang.String
- [pc: 8, pc: 18] local: con index: 1 type: org.jsoup.Connection
- // Method descriptor #86 (Ljava/net/URL;)Lorg/jsoup/Connection;
- // Stack: 2, Locals: 2
- public static org.jsoup.Connection connect(java.net.URL url);
- 0 new org.jsoup.helper.HttpConnection [1]
- 3 dup
- 4 invokespecial org.jsoup.helper.HttpConnection() [2]
- 7 astore_1 [con]
- 8 aload_1 [con]
- 9 aload_0 [url]
- 10 invokeinterface org.jsoup.Connection.url(java.net.URL) : org.jsoup.Connection [4] [nargs: 2]
- 15 pop
- 16 aload_1 [con]
- 17 areturn
- Line numbers:
- [pc: 0, line: 32]
- [pc: 8, line: 33]
- [pc: 16, line: 34]
- Local variable table:
- [pc: 0, pc: 18] local: url index: 0 type: java.net.URL
- [pc: 8, pc: 18] local: con index: 1 type: org.jsoup.Connection
- // Method descriptor #89 ()V
- // Stack: 4, Locals: 1
- private HttpConnection();
- 0 aload_0 [this]
- 1 invokespecial java.lang.Object() [5]
- 4 aload_0 [this]
- 5 new org.jsoup.helper.HttpConnection$Request [6]
- 8 dup
- 9 aconst_null
- 10 invokespecial org.jsoup.helper.HttpConnection$Request(org.jsoup.helper.HttpConnection$1) [7]
- 13 putfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 16 aload_0 [this]
- 17 new org.jsoup.helper.HttpConnection$Response [9]
- 20 dup
- 21 invokespecial org.jsoup.helper.HttpConnection$Response() [10]
- 24 putfield org.jsoup.helper.HttpConnection.res : org.jsoup.Connection.Response [11]
- 27 return
- Line numbers:
- [pc: 0, line: 40]
- [pc: 4, line: 41]
- [pc: 16, line: 42]
- [pc: 27, line: 43]
- Local variable table:
- [pc: 0, pc: 28] local: this index: 0 type: org.jsoup.helper.HttpConnection
- // Method descriptor #86 (Ljava/net/URL;)Lorg/jsoup/Connection;
- // Stack: 2, Locals: 2
- public org.jsoup.Connection url(java.net.URL url);
- 0 aload_0 [this]
- 1 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 4 aload_1 [url]
- 5 invokeinterface org.jsoup.Connection$Request.url(java.net.URL) : org.jsoup.Connection.Base [12] [nargs: 2]
- 10 pop
- 11 aload_0 [this]
- 12 areturn
- Line numbers:
- [pc: 0, line: 46]
- [pc: 11, line: 47]
- Local variable table:
- [pc: 0, pc: 13] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 13] local: url index: 1 type: java.net.URL
- // Method descriptor #78 (Ljava/lang/String;)Lorg/jsoup/Connection;
- // Stack: 4, Locals: 3
- public org.jsoup.Connection url(java.lang.String url);
- 0 aload_1 [url]
- 1 ldc <String "Must supply a valid URL"> [13]
- 3 invokestatic org.jsoup.helper.Validate.notEmpty(java.lang.String, java.lang.String) : void [14]
- 6 aload_0 [this]
- 7 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 10 new java.net.URL [15]
- 13 dup
- 14 aload_1 [url]
- 15 invokespecial java.net.URL(java.lang.String) [16]
- 18 invokeinterface org.jsoup.Connection$Request.url(java.net.URL) : org.jsoup.Connection.Base [12] [nargs: 2]
- 23 pop
- 24 goto 56
- 27 astore_2 [e]
- 28 new java.lang.IllegalArgumentException [18]
- 31 dup
- 32 new java.lang.StringBuilder [19]
- 35 dup
- 36 invokespecial java.lang.StringBuilder() [20]
- 39 ldc <String "Malformed URL: "> [21]
- 41 invokevirtual java.lang.StringBuilder.append(java.lang.String) : java.lang.StringBuilder [22]
- 44 aload_1 [url]
- 45 invokevirtual java.lang.StringBuilder.append(java.lang.String) : java.lang.StringBuilder [22]
- 48 invokevirtual java.lang.StringBuilder.toString() : java.lang.String [23]
- 51 aload_2 [e]
- 52 invokespecial java.lang.IllegalArgumentException(java.lang.String, java.lang.Throwable) [24]
- 55 athrow
- 56 aload_0 [this]
- 57 areturn
- Exception Table:
- [pc: 6, pc: 24] -> 27 when : java.net.MalformedURLException
- Line numbers:
- [pc: 0, line: 51]
- [pc: 6, line: 53]
- [pc: 24, line: 56]
- [pc: 27, line: 54]
- [pc: 28, line: 55]
- [pc: 56, line: 57]
- Local variable table:
- [pc: 28, pc: 56] local: e index: 2 type: java.net.MalformedURLException
- [pc: 0, pc: 58] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 58] local: url index: 1 type: java.lang.String
- // Method descriptor #78 (Ljava/lang/String;)Lorg/jsoup/Connection;
- // Stack: 3, Locals: 2
- public org.jsoup.Connection userAgent(java.lang.String userAgent);
- 0 aload_1 [userAgent]
- 1 ldc <String "User agent must not be null"> [25]
- 3 invokestatic org.jsoup.helper.Validate.notNull(java.lang.Object, java.lang.String) : void [26]
- 6 aload_0 [this]
- 7 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 10 ldc <String "User-Agent"> [27]
- 12 aload_1 [userAgent]
- 13 invokeinterface org.jsoup.Connection$Request.header(java.lang.String, java.lang.String) : org.jsoup.Connection.Base [28] [nargs: 3]
- 18 pop
- 19 aload_0 [this]
- 20 areturn
- Line numbers:
- [pc: 0, line: 61]
- [pc: 6, line: 62]
- [pc: 19, line: 63]
- Local variable table:
- [pc: 0, pc: 21] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 21] local: userAgent index: 1 type: java.lang.String
- // Method descriptor #96 (I)Lorg/jsoup/Connection;
- // Stack: 2, Locals: 2
- public org.jsoup.Connection timeout(int millis);
- 0 aload_0 [this]
- 1 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 4 iload_1 [millis]
- 5 invokeinterface org.jsoup.Connection$Request.timeout(int) : org.jsoup.Connection.Request [29] [nargs: 2]
- 10 pop
- 11 aload_0 [this]
- 12 areturn
- Line numbers:
- [pc: 0, line: 67]
- [pc: 11, line: 68]
- Local variable table:
- [pc: 0, pc: 13] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 13] local: millis index: 1 type: int
- // Method descriptor #100 (Z)Lorg/jsoup/Connection;
- // Stack: 2, Locals: 2
- public org.jsoup.Connection followRedirects(boolean followRedirects);
- 0 aload_0 [this]
- 1 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 4 iload_1 [followRedirects]
- 5 invokeinterface org.jsoup.Connection$Request.followRedirects(boolean) : org.jsoup.Connection.Request [30] [nargs: 2]
- 10 pop
- 11 aload_0 [this]
- 12 areturn
- Line numbers:
- [pc: 0, line: 72]
- [pc: 11, line: 73]
- Local variable table:
- [pc: 0, pc: 13] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 13] local: followRedirects index: 1 type: boolean
- // Method descriptor #78 (Ljava/lang/String;)Lorg/jsoup/Connection;
- // Stack: 3, Locals: 2
- public org.jsoup.Connection referrer(java.lang.String referrer);
- 0 aload_1 [referrer]
- 1 ldc <String "Referrer must not be null"> [31]
- 3 invokestatic org.jsoup.helper.Validate.notNull(java.lang.Object, java.lang.String) : void [26]
- 6 aload_0 [this]
- 7 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 10 ldc <String "Referer"> [32]
- 12 aload_1 [referrer]
- 13 invokeinterface org.jsoup.Connection$Request.header(java.lang.String, java.lang.String) : org.jsoup.Connection.Base [28] [nargs: 3]
- 18 pop
- 19 aload_0 [this]
- 20 areturn
- Line numbers:
- [pc: 0, line: 77]
- [pc: 6, line: 78]
- [pc: 19, line: 79]
- Local variable table:
- [pc: 0, pc: 21] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 21] local: referrer index: 1 type: java.lang.String
- // Method descriptor #106 (Lorg/jsoup/Connection$Method;)Lorg/jsoup/Connection;
- // Stack: 2, Locals: 2
- public org.jsoup.Connection method(org.jsoup.Connection.Method method);
- 0 aload_0 [this]
- 1 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 4 aload_1 [method]
- 5 invokeinterface org.jsoup.Connection$Request.method(org.jsoup.Connection.Method) : org.jsoup.Connection.Base [33] [nargs: 2]
- 10 pop
- 11 aload_0 [this]
- 12 areturn
- Line numbers:
- [pc: 0, line: 83]
- [pc: 11, line: 84]
- Local variable table:
- [pc: 0, pc: 13] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 13] local: method index: 1 type: org.jsoup.Connection.Method
- // Method descriptor #100 (Z)Lorg/jsoup/Connection;
- // Stack: 2, Locals: 2
- public org.jsoup.Connection ignoreHttpErrors(boolean ignoreHttpErrors);
- 0 aload_0 [this]
- 1 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 4 iload_1 [ignoreHttpErrors]
- 5 invokeinterface org.jsoup.Connection$Request.ignoreHttpErrors(boolean) : org.jsoup.Connection.Request [34] [nargs: 2]
- 10 pop
- 11 aload_0 [this]
- 12 areturn
- Line numbers:
- [pc: 0, line: 88]
- [pc: 11, line: 89]
- Local variable table:
- [pc: 0, pc: 13] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 13] local: ignoreHttpErrors index: 1 type: boolean
- // Method descriptor #100 (Z)Lorg/jsoup/Connection;
- // Stack: 2, Locals: 2
- public org.jsoup.Connection ignoreContentType(boolean ignoreContentType);
- 0 aload_0 [this]
- 1 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 4 iload_1 [ignoreContentType]
- 5 invokeinterface org.jsoup.Connection$Request.ignoreContentType(boolean) : org.jsoup.Connection.Request [35] [nargs: 2]
- 10 pop
- 11 aload_0 [this]
- 12 areturn
- Line numbers:
- [pc: 0, line: 93]
- [pc: 11, line: 94]
- Local variable table:
- [pc: 0, pc: 13] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 13] local: ignoreContentType index: 1 type: boolean
- // Method descriptor #111 (Ljava/lang/String;Ljava/lang/String;)Lorg/jsoup/Connection;
- // Stack: 3, Locals: 3
- public org.jsoup.Connection data(java.lang.String key, java.lang.String value);
- 0 aload_0 [this]
- 1 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 4 aload_1 [key]
- 5 aload_2 [value]
- 6 invokestatic org.jsoup.helper.HttpConnection$KeyVal.create(java.lang.String, java.lang.String) : org.jsoup.helper.HttpConnection$KeyVal [36]
- 9 invokeinterface org.jsoup.Connection$Request.data(org.jsoup.Connection.KeyVal) : org.jsoup.Connection.Request [37] [nargs: 2]
- 14 pop
- 15 aload_0 [this]
- 16 areturn
- Line numbers:
- [pc: 0, line: 98]
- [pc: 15, line: 99]
- Local variable table:
- [pc: 0, pc: 17] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 17] local: key index: 1 type: java.lang.String
- [pc: 0, pc: 17] local: value index: 2 type: java.lang.String
- // Method descriptor #114 (Ljava/util/Map;)Lorg/jsoup/Connection;
- // Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lorg/jsoup/Connection;
- // Stack: 3, Locals: 4
- public org.jsoup.Connection data(java.util.Map data);
- 0 aload_1 [data]
- 1 ldc <String "Data map must not be null"> [38]
- 3 invokestatic org.jsoup.helper.Validate.notNull(java.lang.Object, java.lang.String) : void [26]
- 6 aload_1 [data]
- 7 invokeinterface java.util.Map.entrySet() : java.util.Set [39] [nargs: 1]
- 12 invokeinterface java.util.Set.iterator() : java.util.Iterator [40] [nargs: 1]
- 17 astore_2 [i$]
- 18 aload_2 [i$]
- 19 invokeinterface java.util.Iterator.hasNext() : boolean [41] [nargs: 1]
- 24 ifeq 71
- 27 aload_2 [i$]
- 28 invokeinterface java.util.Iterator.next() : java.lang.Object [42] [nargs: 1]
- 33 checkcast java.util.Map$Entry [43]
- 36 astore_3 [entry]
- 37 aload_0 [this]
- 38 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 41 aload_3 [entry]
- 42 invokeinterface java.util.Map$Entry.getKey() : java.lang.Object [44] [nargs: 1]
- 47 checkcast java.lang.String [45]
- 50 aload_3 [entry]
- 51 invokeinterface java.util.Map$Entry.getValue() : java.lang.Object [46] [nargs: 1]
- 56 checkcast java.lang.String [45]
- 59 invokestatic org.jsoup.helper.HttpConnection$KeyVal.create(java.lang.String, java.lang.String) : org.jsoup.helper.HttpConnection$KeyVal [36]
- 62 invokeinterface org.jsoup.Connection$Request.data(org.jsoup.Connection.KeyVal) : org.jsoup.Connection.Request [37] [nargs: 2]
- 67 pop
- 68 goto 18
- 71 aload_0 [this]
- 72 areturn
- Line numbers:
- [pc: 0, line: 103]
- [pc: 6, line: 104]
- [pc: 37, line: 105]
- [pc: 71, line: 107]
- Local variable table:
- [pc: 37, pc: 68] local: entry index: 3 type: java.util.Map.Entry
- [pc: 18, pc: 71] local: i$ index: 2 type: java.util.Iterator
- [pc: 0, pc: 73] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 73] local: data index: 1 type: java.util.Map
- Local variable type table:
- [pc: 37, pc: 68] local: entry index: 3 type: java.util.Map.Entry<java.lang.String,java.lang.String>
- [pc: 0, pc: 73] local: data index: 1 type: java.util.Map<java.lang.String,java.lang.String>
- // Method descriptor #126 ([Ljava/lang/String;)Lorg/jsoup/Connection;
- // Stack: 3, Locals: 5
- public org.jsoup.Connection data(java.lang.String... keyvals);
- 0 aload_1 [keyvals]
- 1 ldc <String "Data key value pairs must not be null"> [47]
- 3 invokestatic org.jsoup.helper.Validate.notNull(java.lang.Object, java.lang.String) : void [26]
- 6 aload_1 [keyvals]
- 7 arraylength
- 8 iconst_2
- 9 irem
- 10 ifne 17
- 13 iconst_1
- 14 goto 18
- 17 iconst_0
- 18 ldc <String "Must supply an even number of key value pairs"> [48]
- 20 invokestatic org.jsoup.helper.Validate.isTrue(boolean, java.lang.String) : void [49]
- 23 iconst_0
- 24 istore_2 [i]
- 25 iload_2 [i]
- 26 aload_1 [keyvals]
- 27 arraylength
- 28 if_icmpge 77
- 31 aload_1 [keyvals]
- 32 iload_2 [i]
- 33 aaload
- 34 astore_3 [key]
- 35 aload_1 [keyvals]
- 36 iload_2 [i]
- 37 iconst_1
- 38 iadd
- 39 aaload
- 40 astore 4 [value]
- 42 aload_3 [key]
- 43 ldc <String "Data key must not be empty"> [50]
- 45 invokestatic org.jsoup.helper.Validate.notEmpty(java.lang.String, java.lang.String) : void [14]
- 48 aload 4 [value]
- 50 ldc <String "Data value must not be null"> [51]
- 52 invokestatic org.jsoup.helper.Validate.notNull(java.lang.Object, java.lang.String) : void [26]
- 55 aload_0 [this]
- 56 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 59 aload_3 [key]
- 60 aload 4 [value]
- 62 invokestatic org.jsoup.helper.HttpConnection$KeyVal.create(java.lang.String, java.lang.String) : org.jsoup.helper.HttpConnection$KeyVal [36]
- 65 invokeinterface org.jsoup.Connection$Request.data(org.jsoup.Connection.KeyVal) : org.jsoup.Connection.Request [37] [nargs: 2]
- 70 pop
- 71 iinc 2 2 [i]
- 74 goto 25
- 77 aload_0 [this]
- 78 areturn
- Line numbers:
- [pc: 0, line: 111]
- [pc: 6, line: 112]
- [pc: 23, line: 113]
- [pc: 31, line: 114]
- [pc: 35, line: 115]
- [pc: 42, line: 116]
- [pc: 48, line: 117]
- [pc: 55, line: 118]
- [pc: 71, line: 113]
- [pc: 77, line: 120]
- Local variable table:
- [pc: 35, pc: 71] local: key index: 3 type: java.lang.String
- [pc: 42, pc: 71] local: value index: 4 type: java.lang.String
- [pc: 25, pc: 77] local: i index: 2 type: int
- [pc: 0, pc: 79] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 79] local: keyvals index: 1 type: java.lang.String[]
- // Method descriptor #111 (Ljava/lang/String;Ljava/lang/String;)Lorg/jsoup/Connection;
- // Stack: 3, Locals: 3
- public org.jsoup.Connection header(java.lang.String name, java.lang.String value);
- 0 aload_0 [this]
- 1 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 4 aload_1 [name]
- 5 aload_2 [value]
- 6 invokeinterface org.jsoup.Connection$Request.header(java.lang.String, java.lang.String) : org.jsoup.Connection.Base [28] [nargs: 3]
- 11 pop
- 12 aload_0 [this]
- 13 areturn
- Line numbers:
- [pc: 0, line: 124]
- [pc: 12, line: 125]
- Local variable table:
- [pc: 0, pc: 14] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 14] local: name index: 1 type: java.lang.String
- [pc: 0, pc: 14] local: value index: 2 type: java.lang.String
- // Method descriptor #111 (Ljava/lang/String;Ljava/lang/String;)Lorg/jsoup/Connection;
- // Stack: 3, Locals: 3
- public org.jsoup.Connection cookie(java.lang.String name, java.lang.String value);
- 0 aload_0 [this]
- 1 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 4 aload_1 [name]
- 5 aload_2 [value]
- 6 invokeinterface org.jsoup.Connection$Request.cookie(java.lang.String, java.lang.String) : org.jsoup.Connection.Base [52] [nargs: 3]
- 11 pop
- 12 aload_0 [this]
- 13 areturn
- Line numbers:
- [pc: 0, line: 129]
- [pc: 12, line: 130]
- Local variable table:
- [pc: 0, pc: 14] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 14] local: name index: 1 type: java.lang.String
- [pc: 0, pc: 14] local: value index: 2 type: java.lang.String
- // Method descriptor #114 (Ljava/util/Map;)Lorg/jsoup/Connection;
- // Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lorg/jsoup/Connection;
- // Stack: 3, Locals: 4
- public org.jsoup.Connection cookies(java.util.Map cookies);
- 0 aload_1 [cookies]
- 1 ldc <String "Cookie map must not be null"> [53]
- 3 invokestatic org.jsoup.helper.Validate.notNull(java.lang.Object, java.lang.String) : void [26]
- 6 aload_1 [cookies]
- 7 invokeinterface java.util.Map.entrySet() : java.util.Set [39] [nargs: 1]
- 12 invokeinterface java.util.Set.iterator() : java.util.Iterator [40] [nargs: 1]
- 17 astore_2 [i$]
- 18 aload_2 [i$]
- 19 invokeinterface java.util.Iterator.hasNext() : boolean [41] [nargs: 1]
- 24 ifeq 68
- 27 aload_2 [i$]
- 28 invokeinterface java.util.Iterator.next() : java.lang.Object [42] [nargs: 1]
- 33 checkcast java.util.Map$Entry [43]
- 36 astore_3 [entry]
- 37 aload_0 [this]
- 38 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 41 aload_3 [entry]
- 42 invokeinterface java.util.Map$Entry.getKey() : java.lang.Object [44] [nargs: 1]
- 47 checkcast java.lang.String [45]
- 50 aload_3 [entry]
- 51 invokeinterface java.util.Map$Entry.getValue() : java.lang.Object [46] [nargs: 1]
- 56 checkcast java.lang.String [45]
- 59 invokeinterface org.jsoup.Connection$Request.cookie(java.lang.String, java.lang.String) : org.jsoup.Connection.Base [52] [nargs: 3]
- 64 pop
- 65 goto 18
- 68 aload_0 [this]
- 69 areturn
- Line numbers:
- [pc: 0, line: 134]
- [pc: 6, line: 135]
- [pc: 37, line: 136]
- [pc: 68, line: 138]
- Local variable table:
- [pc: 37, pc: 65] local: entry index: 3 type: java.util.Map.Entry
- [pc: 18, pc: 68] local: i$ index: 2 type: java.util.Iterator
- [pc: 0, pc: 70] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 70] local: cookies index: 1 type: java.util.Map
- Local variable type table:
- [pc: 37, pc: 65] local: entry index: 3 type: java.util.Map.Entry<java.lang.String,java.lang.String>
- [pc: 0, pc: 70] local: cookies index: 1 type: java.util.Map<java.lang.String,java.lang.String>
- // Method descriptor #135 (Lorg/jsoup/parser/Parser;)Lorg/jsoup/Connection;
- // Stack: 2, Locals: 2
- public org.jsoup.Connection parser(org.jsoup.parser.Parser parser);
- 0 aload_0 [this]
- 1 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 4 aload_1 [parser]
- 5 invokeinterface org.jsoup.Connection$Request.parser(org.jsoup.parser.Parser) : org.jsoup.Connection.Request [54] [nargs: 2]
- 10 pop
- 11 aload_0 [this]
- 12 areturn
- Line numbers:
- [pc: 0, line: 142]
- [pc: 11, line: 143]
- Local variable table:
- [pc: 0, pc: 13] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 13] local: parser index: 1 type: org.jsoup.parser.Parser
- // Method descriptor #138 ()Lorg/jsoup/nodes/Document;
- // Stack: 2, Locals: 1
- public org.jsoup.nodes.Document get() throws java.io.IOException;
- 0 aload_0 [this]
- 1 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 4 getstatic org.jsoup.Connection$Method.GET : org.jsoup.Connection.Method [55]
- 7 invokeinterface org.jsoup.Connection$Request.method(org.jsoup.Connection.Method) : org.jsoup.Connection.Base [33] [nargs: 2]
- 12 pop
- 13 aload_0 [this]
- 14 invokevirtual org.jsoup.helper.HttpConnection.execute() : org.jsoup.Connection$Response [56]
- 17 pop
- 18 aload_0 [this]
- 19 getfield org.jsoup.helper.HttpConnection.res : org.jsoup.Connection.Response [11]
- 22 invokeinterface org.jsoup.Connection$Response.parse() : org.jsoup.nodes.Document [57] [nargs: 1]
- 27 areturn
- Line numbers:
- [pc: 0, line: 147]
- [pc: 13, line: 148]
- [pc: 18, line: 149]
- Local variable table:
- [pc: 0, pc: 28] local: this index: 0 type: org.jsoup.helper.HttpConnection
- // Method descriptor #138 ()Lorg/jsoup/nodes/Document;
- // Stack: 2, Locals: 1
- public org.jsoup.nodes.Document post() throws java.io.IOException;
- 0 aload_0 [this]
- 1 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 4 getstatic org.jsoup.Connection$Method.POST : org.jsoup.Connection.Method [58]
- 7 invokeinterface org.jsoup.Connection$Request.method(org.jsoup.Connection.Method) : org.jsoup.Connection.Base [33] [nargs: 2]
- 12 pop
- 13 aload_0 [this]
- 14 invokevirtual org.jsoup.helper.HttpConnection.execute() : org.jsoup.Connection$Response [56]
- 17 pop
- 18 aload_0 [this]
- 19 getfield org.jsoup.helper.HttpConnection.res : org.jsoup.Connection.Response [11]
- 22 invokeinterface org.jsoup.Connection$Response.parse() : org.jsoup.nodes.Document [57] [nargs: 1]
- 27 areturn
- Line numbers:
- [pc: 0, line: 153]
- [pc: 13, line: 154]
- [pc: 18, line: 155]
- Local variable table:
- [pc: 0, pc: 28] local: this index: 0 type: org.jsoup.helper.HttpConnection
- // Method descriptor #143 ()Lorg/jsoup/Connection$Response;
- // Stack: 2, Locals: 1
- public org.jsoup.Connection.Response execute() throws java.io.IOException;
- 0 aload_0 [this]
- 1 aload_0 [this]
- 2 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 5 invokestatic org.jsoup.helper.HttpConnection$Response.execute(org.jsoup.Connection$Request) : org.jsoup.helper.HttpConnection$Response [59]
- 8 putfield org.jsoup.helper.HttpConnection.res : org.jsoup.Connection.Response [11]
- 11 aload_0 [this]
- 12 getfield org.jsoup.helper.HttpConnection.res : org.jsoup.Connection.Response [11]
- 15 areturn
- Line numbers:
- [pc: 0, line: 159]
- [pc: 11, line: 160]
- Local variable table:
- [pc: 0, pc: 16] local: this index: 0 type: org.jsoup.helper.HttpConnection
- // Method descriptor #145 ()Lorg/jsoup/Connection$Request;
- // Stack: 1, Locals: 1
- public org.jsoup.Connection.Request request();
- 0 aload_0 [this]
- 1 getfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 4 areturn
- Line numbers:
- [pc: 0, line: 164]
- Local variable table:
- [pc: 0, pc: 5] local: this index: 0 type: org.jsoup.helper.HttpConnection
- // Method descriptor #146 (Lorg/jsoup/Connection$Request;)Lorg/jsoup/Connection;
- // Stack: 2, Locals: 2
- public org.jsoup.Connection request(org.jsoup.Connection.Request request);
- 0 aload_0 [this]
- 1 aload_1 [request]
- 2 putfield org.jsoup.helper.HttpConnection.req : org.jsoup.Connection.Request [8]
- 5 aload_0 [this]
- 6 areturn
- Line numbers:
- [pc: 0, line: 168]
- [pc: 5, line: 169]
- Local variable table:
- [pc: 0, pc: 7] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 7] local: request index: 1 type: org.jsoup.Connection.Request
- // Method descriptor #143 ()Lorg/jsoup/Connection$Response;
- // Stack: 1, Locals: 1
- public org.jsoup.Connection.Response response();
- 0 aload_0 [this]
- 1 getfield org.jsoup.helper.HttpConnection.res : org.jsoup.Connection.Response [11]
- 4 areturn
- Line numbers:
- [pc: 0, line: 173]
- Local variable table:
- [pc: 0, pc: 5] local: this index: 0 type: org.jsoup.helper.HttpConnection
- // Method descriptor #148 (Lorg/jsoup/Connection$Response;)Lorg/jsoup/Connection;
- // Stack: 2, Locals: 2
- public org.jsoup.Connection response(org.jsoup.Connection.Response response);
- 0 aload_0 [this]
- 1 aload_1 [response]
- 2 putfield org.jsoup.helper.HttpConnection.res : org.jsoup.Connection.Response [11]
- 5 aload_0 [this]
- 6 areturn
- Line numbers:
- [pc: 0, line: 177]
- [pc: 5, line: 178]
- Local variable table:
- [pc: 0, pc: 7] local: this index: 0 type: org.jsoup.helper.HttpConnection
- [pc: 0, pc: 7] local: response index: 1 type: org.jsoup.Connection.Response
- Inner classes:
- [inner class info: #62 org/jsoup/helper/HttpConnection$1, outer class info: #1 org/jsoup/helper/HttpConnection
- inner name: #0, accessflags: 4104 static],
- [inner class info: #65 org/jsoup/helper/HttpConnection$KeyVal, outer class info: #1 org/jsoup/helper/HttpConnection
- inner name: #66 KeyVal, accessflags: 9 public static],
- [inner class info: #9 org/jsoup/helper/HttpConnection$Response, outer class info: #1 org/jsoup/helper/HttpConnection
- inner name: #67 Response, accessflags: 9 public static],
- [inner class info: #6 org/jsoup/helper/HttpConnection$Request, outer class info: #1 org/jsoup/helper/HttpConnection
- inner name: #68 Request, accessflags: 9 public static],
- [inner class info: #69 org/jsoup/helper/HttpConnection$Base, outer class info: #1 org/jsoup/helper/HttpConnection
- inner name: #70 Base, accessflags: 1034 private abstract static],
- [inner class info: #72 org/jsoup/Connection$Request, outer class info: #61 org/jsoup/Connection
- inner name: #68 Request, accessflags: 1545 public abstract static],
- [inner class info: #75 org/jsoup/Connection$Response, outer class info: #61 org/jsoup/Connection
- inner name: #67 Response, accessflags: 1545 public abstract static],
- [inner class info: #104 org/jsoup/Connection$Method, outer class info: #61 org/jsoup/Connection
- inner name: #105 Method, accessflags: 16409 public static final],
- [inner class info: #43 java/util/Map$Entry, outer class info: #187 java/util/Map
- inner name: #116 Entry, accessflags: 1545 public abstract static],
- [inner class info: #221 org/jsoup/Connection$Base, outer class info: #61 org/jsoup/Connection
- inner name: #70 Base, accessflags: 1545 public abstract static],
- [inner class info: #240 org/jsoup/Connection$KeyVal, outer class info: #61 org/jsoup/Connection
- inner name: #66 KeyVal, accessflags: 1545 public abstract static]
- }
Advertisement
Add Comment
Please, Sign In to add comment