Package | Description |
---|---|
software.amazon.awssdk.http.nio.netty.internal.nrs |
This package contains source imported from https://github.com/playframework/netty-reactive-streams,
licensed under the Apache License 2.0, available at the time of the fork (1/31/2020) here:
https://github.com/playframework/netty-reactive-streams/blob/master/LICENSE.txt
All original source licensed under the Apache License 2.0 by playframework.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StreamedHttpRequest
Combines
HttpRequest and StreamedHttpMessage into one
message. |
interface |
StreamedHttpResponse
Combines
HttpResponse and StreamedHttpMessage into one
message. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultStreamedHttpRequest
A default streamed HTTP request.
|
class |
DefaultStreamedHttpResponse
A default streamed HTTP response.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HttpStreamsClientHandler.subscribeSubscriberToStream(StreamedHttpMessage msg,
org.reactivestreams.Subscriber<io.netty.handler.codec.http.HttpContent> subscriber) |
Copyright © 2022. All rights reserved.