|
6 | 6 | { |
7 | 7 | "name":"java.lang.Long", |
8 | 8 | "methods":[ |
9 | | - {"name":"longValue","parameterTypes":[] }, |
10 | | - {"name":"<init>","parameterTypes":["long"] }] |
| 9 | + {"name":"<init>","parameterTypes":["long"] }, |
| 10 | + {"name":"longValue","parameterTypes":[] } |
| 11 | + ] |
| 12 | + }, |
| 13 | + { |
| 14 | + "name":"java.lang.String", |
| 15 | + "methods":[ |
| 16 | + {"name":"lastIndexOf","parameterTypes":["int"] }, |
| 17 | + {"name":"substring","parameterTypes":["int"] } |
| 18 | + ] |
| 19 | + }, |
| 20 | + { |
| 21 | + "name":"java.lang.System", |
| 22 | + "methods":[ |
| 23 | + {"name":"getProperty","parameterTypes":["java.lang.String"] }, |
| 24 | + {"name":"setProperty","parameterTypes":["java.lang.String","java.lang.String"] } |
| 25 | + ] |
11 | 26 | }, |
12 | 27 | { |
13 | 28 | "name":"java.nio.Buffer", |
14 | | - "allDeclaredConstructors" : true, |
15 | | - "allPublicConstructors" : true, |
16 | | - "allDeclaredMethods" : true, |
17 | | - "allPublicMethods" : true, |
18 | | - "allDeclaredClasses" : true, |
19 | | - "allPublicClasses" : true |
| 29 | + "allDeclaredMethods":true, |
| 30 | + "allPublicMethods":true, |
| 31 | + "allDeclaredConstructors":true, |
| 32 | + "allPublicConstructors":true, |
| 33 | + "allDeclaredClasses":true, |
| 34 | + "allPublicClasses":true |
20 | 35 | }, |
21 | 36 | { |
22 | 37 | "name":"java.nio.ByteBuffer", |
23 | | - "allDeclaredConstructors" : true, |
24 | | - "allPublicConstructors" : true, |
25 | | - "allDeclaredMethods" : true, |
26 | | - "allPublicMethods" : true, |
27 | | - "allDeclaredClasses" : true, |
28 | | - "allPublicClasses" : true |
| 38 | + "allDeclaredMethods":true, |
| 39 | + "allPublicMethods":true, |
| 40 | + "allDeclaredConstructors":true, |
| 41 | + "allPublicConstructors":true, |
| 42 | + "allDeclaredClasses":true, |
| 43 | + "allPublicClasses":true |
29 | 44 | }, |
30 | 45 | { |
31 | 46 | "name":"java.util.concurrent.CompletableFuture", |
|
38 | 53 | "name":"java.util.function.Predicate", |
39 | 54 | "methods":[{"name":"test","parameterTypes":["java.lang.Object"] }] |
40 | 55 | }, |
| 56 | + { |
| 57 | + "name":"software.amazon.awssdk.crt.App", |
| 58 | + "methods":[{"name":"main","parameterTypes":["java.lang.String[]"] }] |
| 59 | + }, |
41 | 60 | { |
42 | 61 | "name":"software.amazon.awssdk.crt.AsyncCallback", |
43 | 62 | "methods":[ |
|
171 | 190 | {"name":"onNewConnection","parameterTypes":["software.amazon.awssdk.crt.eventstream.ServerConnection","int"] } |
172 | 191 | ] |
173 | 192 | }, |
| 193 | + { |
| 194 | + "name":"software.amazon.awssdk.crt.http.Http2Stream", |
| 195 | + "methods":[{"name":"<init>","parameterTypes":["long"] }] |
| 196 | + }, |
| 197 | + { |
| 198 | + "name":"software.amazon.awssdk.crt.http.Http2StreamManager", |
| 199 | + "methods":[{"name":"onShutdownComplete","parameterTypes":[] }] |
| 200 | + }, |
174 | 201 | { |
175 | 202 | "name":"software.amazon.awssdk.crt.http.HttpClientConnection", |
176 | 203 | "methods":[{"name":"onConnectionAcquired","parameterTypes":["java.util.concurrent.CompletableFuture","long","int"] }] |
|
191 | 218 | "name":"software.amazon.awssdk.crt.http.HttpRequestBase", |
192 | 219 | "fields":[{"name":"bodyStream"}] |
193 | 220 | }, |
194 | | - { |
195 | | - "name":"software.amazon.awssdk.crt.http.Http2Stream", |
196 | | - "methods":[{"name":"<init>","parameterTypes":["long"] }] |
197 | | - }, |
198 | 221 | { |
199 | 222 | "name":"software.amazon.awssdk.crt.http.HttpRequestBodyStream", |
200 | 223 | "methods":[ |
|
266 | 289 | ], |
267 | 290 | "methods":[{"name":"<init>","parameterTypes":[] }] |
268 | 291 | }, |
| 292 | + { |
| 293 | + "name":"software.amazon.awssdk.crt.io.TlsContextCustomKeyOperationOptions", |
| 294 | + "fields":[ |
| 295 | + {"name":"certificateFileContents"}, |
| 296 | + {"name":"certificateFilePath"}, |
| 297 | + {"name":"operationHandler"} |
| 298 | + ] |
| 299 | + }, |
269 | 300 | { |
270 | 301 | "name":"software.amazon.awssdk.crt.io.TlsContextPkcs11Options", |
271 | 302 | "fields":[ |
|
278 | 309 | {"name":"userPin"} |
279 | 310 | ] |
280 | 311 | }, |
| 312 | + { |
| 313 | + "name":"software.amazon.awssdk.crt.io.TlsKeyOperation", |
| 314 | + "methods":[ |
| 315 | + {"name":"<init>","parameterTypes":["long","byte[]","int","int","int"] }, |
| 316 | + {"name":"invokePerformOperation","parameterTypes":["software.amazon.awssdk.crt.io.TlsKeyOperationHandler","software.amazon.awssdk.crt.io.TlsKeyOperation"] } |
| 317 | + ] |
| 318 | + }, |
| 319 | + { |
| 320 | + "name":"software.amazon.awssdk.crt.io.TlsKeyOperationHandler", |
| 321 | + "methods":[{"name":"performOperation","parameterTypes":["software.amazon.awssdk.crt.io.TlsKeyOperation"] }] |
| 322 | + }, |
281 | 323 | { |
282 | 324 | "name":"software.amazon.awssdk.crt.mqtt.MqttClientConnection", |
283 | 325 | "methods":[ |
|
315 | 357 | "name":"software.amazon.awssdk.crt.s3.S3MetaRequestResponseHandlerNativeAdapter", |
316 | 358 | "methods":[ |
317 | 359 | {"name":"onFinished","parameterTypes":["int","int","byte[]"] }, |
| 360 | + {"name":"onFinished","parameterTypes":["int","int","byte[]","int","boolean"] }, |
318 | 361 | {"name":"onProgress","parameterTypes":["software.amazon.awssdk.crt.s3.S3MetaRequestProgress"] }, |
319 | 362 | {"name":"onResponseBody","parameterTypes":["byte[]","long","long"] }, |
320 | 363 | {"name":"onResponseHeaders","parameterTypes":["int","java.nio.ByteBuffer"] } |
|
0 commit comments