Commit 892f924
committed
Improve Java HTTP client integration
Use buffers as-is without copying, add support for direct buffers to
Jackson codec, improve HTTP header wrapper to use underlying data more,
improve how we send data to Java client by adding a small adapter to
avoid double-wrapping the publisher1 parent 8173842 commit 892f924
21 files changed
Lines changed: 523 additions & 388 deletions
File tree
- aws/client/aws-client-awsjson/src/main/java/software/amazon/smithy/java/aws/client/awsjson
- client
- client-http/src
- main/java/software/amazon/smithy/java/client/http
- test/java/software/amazon/smithy/java/client/http
- client-rpcv2/src/main/java/software/amazon/smithy/java/client/rpcv2
- codecs/json-codec/src/main/java/software/amazon/smithy/java/json/jackson
- http
- http-api/src/main/java/software/amazon/smithy/java/http/api
- http-binding/src/main/java/software/amazon/smithy/java/http/binding
- io/src
- main/java/software/amazon/smithy/java/io
- datastream
- uri
- test/java/software/amazon/smithy/java/io/datastream
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
Lines changed: 0 additions & 52 deletions
This file was deleted.
Lines changed: 0 additions & 65 deletions
This file was deleted.
0 commit comments