Uses of Class
software.amazon.awssdk.crt.http.HttpHeader
-
Packages that use HttpHeader Package Description software.amazon.awssdk.crt.http software.amazon.awssdk.crt.s3 -
-
Uses of HttpHeader in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return HttpHeader Modifier and Type Method Description HttpHeader[]
HttpRequest. getHeadersAsArray()
static HttpHeader[]
HttpHeader. loadHeadersFromMarshalledHeadersBlob(ByteBuffer headersBlob)
Methods in software.amazon.awssdk.crt.http that return types with arguments of type HttpHeader Modifier and Type Method Description List<HttpHeader>
HttpRequest. getHeaders()
static List<HttpHeader>
HttpHeader. loadHeadersListFromMarshalledHeadersBlob(ByteBuffer headersBlob)
Each header is marshalled as [4-bytes BE name length] [variable length name value] [4-bytes BE value length] [variable length value value]Methods in software.amazon.awssdk.crt.http with parameters of type HttpHeader Modifier and Type Method Description void
HttpRequest. addHeader(HttpHeader header)
void
HttpRequest. addHeaders(HttpHeader[] headers)
void
HttpStreamResponseHandler. onResponseHeaders(HttpStream stream, int responseStatusCode, int blockType, HttpHeader[] nextHeaders)
Called from Native when new Http Headers have been received.Constructors in software.amazon.awssdk.crt.http with parameters of type HttpHeader Constructor Description HttpRequest(String method, String encodedPath, HttpHeader[] headers, HttpRequestBodyStream bodyStream)
-
Uses of HttpHeader in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 with parameters of type HttpHeader Modifier and Type Method Description default void
S3MetaRequestResponseHandler. onResponseHeaders(int statusCode, HttpHeader[] headers)
-