1{ 2 "methods": { 3 "\u003cT\u003eexecute(org.apache.http.HttpHost,org.apache.http.HttpRequest,org.apache.http.client.ResponseHandler\u003c? extends T\u003e)": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [ 9 "httpHost", 10 "httpRequest", 11 "responseHandler" 12 ], 13 "returnType": "T", 14 "exceptions": [ 15 "java.io.IOException", 16 "org.apache.http.client.ClientProtocolException" 17 ], 18 "name": "\u003cT\u003eexecute(org.apache.http.HttpHost,org.apache.http.HttpRequest,org.apache.http.client.ResponseHandler\u003c? extends T\u003e)" 19 }, 20 "\u003cT\u003eexecute(org.apache.http.HttpHost,org.apache.http.HttpRequest,org.apache.http.client.ResponseHandler\u003c? extends T\u003e,org.apache.http.protocol.HttpContext)": { 21 "isImplementation": true, 22 "modifiers": [ 23 "protected" 24 ], 25 "params": [ 26 "httpHost", 27 "httpRequest", 28 "responseHandler", 29 "httpContext" 30 ], 31 "returnType": "T", 32 "exceptions": [ 33 "java.io.IOException", 34 "org.apache.http.client.ClientProtocolException" 35 ], 36 "name": "\u003cT\u003eexecute(org.apache.http.HttpHost,org.apache.http.HttpRequest,org.apache.http.client.ResponseHandler\u003c? extends T\u003e,org.apache.http.protocol.HttpContext)" 37 }, 38 "\u003cT\u003eexecute(org.apache.http.client.methods.HttpUriRequest,org.apache.http.client.ResponseHandler\u003c? extends T\u003e)": { 39 "isImplementation": true, 40 "modifiers": [ 41 "protected" 42 ], 43 "params": [ 44 "httpUriRequest", 45 "responseHandler" 46 ], 47 "returnType": "T", 48 "exceptions": [ 49 "java.io.IOException", 50 "org.apache.http.client.ClientProtocolException" 51 ], 52 "name": "\u003cT\u003eexecute(org.apache.http.client.methods.HttpUriRequest,org.apache.http.client.ResponseHandler\u003c? extends T\u003e)" 53 }, 54 "\u003cT\u003eexecute(org.apache.http.client.methods.HttpUriRequest,org.apache.http.client.ResponseHandler\u003c? extends T\u003e,org.apache.http.protocol.HttpContext)": { 55 "isImplementation": true, 56 "modifiers": [ 57 "protected" 58 ], 59 "params": [ 60 "httpUriRequest", 61 "responseHandler", 62 "httpContext" 63 ], 64 "returnType": "T", 65 "exceptions": [ 66 "java.io.IOException", 67 "org.apache.http.client.ClientProtocolException" 68 ], 69 "name": "\u003cT\u003eexecute(org.apache.http.client.methods.HttpUriRequest,org.apache.http.client.ResponseHandler\u003c? extends T\u003e,org.apache.http.protocol.HttpContext)" 70 }, 71 "execute(org.apache.http.HttpHost,org.apache.http.HttpRequest)": { 72 "isImplementation": true, 73 "modifiers": [ 74 "protected" 75 ], 76 "params": [ 77 "httpHost", 78 "httpRequest" 79 ], 80 "returnType": "org.apache.http.HttpResponse", 81 "exceptions": [ 82 "java.io.IOException", 83 "org.apache.http.client.ClientProtocolException" 84 ], 85 "name": "execute(org.apache.http.HttpHost,org.apache.http.HttpRequest)" 86 }, 87 "execute(org.apache.http.HttpHost,org.apache.http.HttpRequest,org.apache.http.protocol.HttpContext)": { 88 "isImplementation": true, 89 "modifiers": [ 90 "protected" 91 ], 92 "params": [ 93 "httpHost", 94 "httpRequest", 95 "httpContext" 96 ], 97 "returnType": "org.apache.http.HttpResponse", 98 "exceptions": [ 99 "java.io.IOException", 100 "org.apache.http.client.ClientProtocolException" 101 ], 102 "name": "execute(org.apache.http.HttpHost,org.apache.http.HttpRequest,org.apache.http.protocol.HttpContext)" 103 }, 104 "execute(org.apache.http.client.methods.HttpUriRequest)": { 105 "isImplementation": true, 106 "modifiers": [ 107 "protected" 108 ], 109 "params": [ 110 "httpUriRequest" 111 ], 112 "returnType": "org.apache.http.HttpResponse", 113 "exceptions": [ 114 "java.io.IOException", 115 "org.apache.http.client.ClientProtocolException" 116 ], 117 "name": "execute(org.apache.http.client.methods.HttpUriRequest)" 118 }, 119 "execute(org.apache.http.client.methods.HttpUriRequest,org.apache.http.protocol.HttpContext)": { 120 "isImplementation": true, 121 "modifiers": [ 122 "protected" 123 ], 124 "params": [ 125 "httpUriRequest", 126 "httpContext" 127 ], 128 "returnType": "org.apache.http.HttpResponse", 129 "exceptions": [ 130 "java.io.IOException", 131 "org.apache.http.client.ClientProtocolException" 132 ], 133 "name": "execute(org.apache.http.client.methods.HttpUriRequest,org.apache.http.protocol.HttpContext)" 134 }, 135 "getConnectionManager()": { 136 "isImplementation": true, 137 "modifiers": [ 138 "protected" 139 ], 140 "params": [], 141 "returnType": "org.apache.http.conn.ClientConnectionManager", 142 "exceptions": [], 143 "name": "getConnectionManager()" 144 }, 145 "getParams()": { 146 "isImplementation": true, 147 "modifiers": [ 148 "protected" 149 ], 150 "params": [], 151 "returnType": "org.apache.http.params.HttpParams", 152 "exceptions": [], 153 "name": "getParams()" 154 }, 155 "newInstance(java.lang.String)": { 156 "isImplementation": true, 157 "modifiers": [ 158 "protected", 159 "static" 160 ], 161 "params": [ 162 "userAgent" 163 ], 164 "returnType": "android.net.http.AndroidHttpClient", 165 "exceptions": [], 166 "name": "newInstance(java.lang.String)" 167 }, 168 "newInstance(java.lang.String,android.content.Context)": { 169 "isImplementation": true, 170 "modifiers": [ 171 "protected", 172 "static" 173 ], 174 "params": [ 175 "userAgent", 176 "context" 177 ], 178 "returnType": "android.net.http.AndroidHttpClient", 179 "exceptions": [], 180 "name": "newInstance(java.lang.String,android.content.Context)" 181 } 182 }, 183 "imports": [ 184 "android.content.Context", 185 "android.net.http.AndroidHttpClient", 186 "java.io.IOException", 187 "org.apache.http.HttpHost", 188 "org.apache.http.HttpRequest", 189 "org.apache.http.HttpResponse", 190 "org.apache.http.client.ClientProtocolException", 191 "org.apache.http.client.HttpClient", 192 "org.apache.http.client.ResponseHandler", 193 "org.apache.http.client.methods.HttpUriRequest", 194 "org.apache.http.conn.ClientConnectionManager", 195 "org.apache.http.impl.client.DefaultHttpClient", 196 "org.apache.http.params.HttpParams", 197 "org.apache.http.protocol.HttpContext", 198 "org.robolectric.annotation.Implementation", 199 "org.robolectric.annotation.Implements", 200 "org.robolectric.annotation.RealObject", 201 "org.robolectric.util.ReflectionHelpers" 202 ], 203 "name": "org.robolectric.shadows.ShadowAndroidHttpClient" 204}