Home
last modified time | relevance | path

Searched defs:contentLength (Results 1 – 25 of 184) sorted by relevance

12345678

/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/async/
DAsyncRequestBodyFromInputStreamConfiguration.java35 private final Long contentLength; field in AsyncRequestBodyFromInputStreamConfiguration
56 public Long contentLength() { in contentLength() method in AsyncRequestBodyFromInputStreamConfiguration
135 Builder contentLength(Long contentLength); in contentLength() argument
161 private Long contentLength; field in AsyncRequestBodyFromInputStreamConfiguration.DefaultBuilder
181 public Builder contentLength(Long contentLength) { in contentLength() argument
DBlockingOutputStreamAsyncRequestBody.java46 private final Long contentLength; field in BlockingOutputStreamAsyncRequestBody
49 BlockingOutputStreamAsyncRequestBody(Long contentLength) { in BlockingOutputStreamAsyncRequestBody()
53 BlockingOutputStreamAsyncRequestBody(Long contentLength, Duration subscribeTimeout) { in BlockingOutputStreamAsyncRequestBody()
73 public Optional<Long> contentLength() { in contentLength() method in BlockingOutputStreamAsyncRequestBody
DBlockingInputStreamAsyncRequestBody.java43 private final Long contentLength; field in BlockingInputStreamAsyncRequestBody
46 BlockingInputStreamAsyncRequestBody(Long contentLength) { in BlockingInputStreamAsyncRequestBody()
50 BlockingInputStreamAsyncRequestBody(Long contentLength, Duration subscribeTimeout) { in BlockingInputStreamAsyncRequestBody()
56 public Optional<Long> contentLength() { in contentLength() method in BlockingInputStreamAsyncRequestBody
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/sync/
DRequestBody.java51 private final Long contentLength; field in RequestBody
54 …private RequestBody(ContentStreamProvider contentStreamProvider, Long contentLength, String conten… in RequestBody()
72 public long contentLength() { in contentLength() method in RequestBody
130 public static RequestBody fromInputStream(InputStream inputStream, long contentLength) { in fromInputStream()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DResponseBody.java44 public abstract long contentLength() throws IOException; in contentLength() method in ResponseBody
53 long contentLength = contentLength(); in bytes() local
124 final MediaType contentType, final long contentLength, final BufferedSource content) { in create()
131 @Override public long contentLength() { in create() method in ResponseBody
DRequestBody.java39 public long contentLength() throws IOException { in contentLength() method in RequestBody
70 @Override public long contentLength() throws IOException { in create() method in RequestBody
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DResponseBody.java40 public abstract long contentLength() throws IOException; in contentLength() method in ResponseBody
49 long contentLength = contentLength(); in bytes() local
120 final MediaType contentType, final long contentLength, final BufferedSource content) { in create()
127 @Override public long contentLength() { in create() method in ResponseBody
DRequestBody.java35 public long contentLength() throws IOException { in contentLength() method in RequestBody
66 @Override public long contentLength() throws IOException { in create() method in RequestBody
/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/checksums/
DChecksumCalculatingAsyncRequestBody.java31 private final Long contentLength; field in ChecksumCalculatingAsyncRequestBody
45 public Optional<Long> contentLength() { in contentLength() method in ChecksumCalculatingAsyncRequestBody
64 private final Long contentLength; field in ChecksumCalculatingAsyncRequestBody.ChecksumCalculatingSubscriber
68 Long contentLength) { in ChecksumCalculatingSubscriber()
DS3ChecksumValidatingPublisher.java36 private final long contentLength; field in S3ChecksumValidatingPublisher
40 long contentLength) { in S3ChecksumValidatingPublisher()
68 long contentLength) { in ChecksumValidatingSubscriber()
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DHttpPostRequestTest.java80 …int contentLength = size + contentLengthHeaderValueSize + HttpPostRequestTest.CONTENT_LENGTH.lengt… in preparePostWithMultipartForm() local
125 …int contentLength = size + contentLengthHeaderValueSize + HttpPostRequestTest.CONTENT_LENGTH.lengt… in testPostWithMultipleMultipartFormFields() local
144 …int contentLength = size + contentLengthHeaderValueSize + HttpPostRequestTest.CONTENT_LENGTH.lengt… in testPostWithMultipleMultipartFormFieldsWhereContentTypeWasSeparatedByComma() local
162 …int contentLength = size + contentLengthHeaderValueSize + HttpPostRequestTest.CONTENT_LENGTH.lengt… in testSimplePostWithSingleMultipartFormField() local
176 …int contentLength = size + contentLengthHeaderValueSize + HttpPostRequestTest.CONTENT_LENGTH.lengt… in testSimpleRawPostData() local
/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/multipart/
DUploadWithKnownContentLengthHelper.java72 long contentLength) { in uploadObject()
91 …private void uploadInParts(PutObjectRequest putObjectRequest, long contentLength, AsyncRequestBody… in uploadInParts()
102 … doUploadInParts(Pair.of(putObjectRequest, asyncRequestBody), contentLength, returnFuture, in uploadInParts() local
109 long contentLength, in doUploadInParts()
134 private final long contentLength; field in UploadWithKnownContentLengthHelper.MpuRequestContext
140 long contentLength, in MpuRequestContext()
DCopyObjectHelper.java91 Long contentLength = headObjectResponse.contentLength(); in doCopyObject() local
103 Long contentLength, in copyInParts()
124 Long contentLength, in doCopyInParts()
182 long contentLength, in sendUploadPartCopyRequests()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DContentLengthParser.java44 public ContentLengthParser(String contentLength) { in ContentLengthParser()
56 ContentLength contentLength = new ContentLength(); in parse() local
DMaxForwardsParser.java43 public MaxForwardsParser(String contentLength) { in MaxForwardsParser()
55 MaxForwards contentLength = new MaxForwards(); in parse() local
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/s3/
DS3MetaRequestProgress.java13 private long contentLength; field in S3MetaRequestProgress
35 public S3MetaRequestProgress withContentLength(long contentLength) { in withContentLength()
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
DHttpTransportSE.java92 public HttpTransportSE(String url, int timeout, int contentLength) { in HttpTransportSE()
96 public HttpTransportSE(Proxy proxy, String url, int timeout, int contentLength) { in HttpTransportSE()
191 int contentLength = 8192; // To determine the size of the response and adjust buffer size in call() local
310 private InputStream readDebug(InputStream is, int contentLength, File outputFile) in readDebug()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownload.java106 public final long contentLength; field in Download
122 long contentLength, in Download()
141 long contentLength, in Download()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownload.java93 public final long contentLength; field in Download
109 long contentLength, in Download()
128 long contentLength, in Download()
/external/nist-sip/java/gov/nist/javax/sip/header/
DContentLength.java86 protected Integer contentLength; field in ContentLength
115 public void setContentLength(int contentLength) in setContentLength()
/external/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/
DRepeatableInputStreamRequestEntity.java94 long contentLength = request.httpRequest().firstMatchingHeader("Content-Length") in RepeatableInputStreamRequestEntity() local
110 private long parseContentLength(String contentLength) { in parseContentLength()
/external/apache-http/src/org/apache/http/impl/io/
DContentLengthOutputStream.java64 private final long contentLength; field in ContentLengthOutputStream
81 public ContentLengthOutputStream(final SessionOutputBuffer out, long contentLength) { in ContentLengthOutputStream()
/external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/signer/internal/
DAws4SignerUtils.java78 String contentLength = mutableRequest.firstMatchingHeader(Header.CONTENT_LENGTH) in calculateRequestContentLength() local
100 long contentLength = 0; in getContentLength() local
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/
DInputStreamWithExecutorAsyncRequestBody.java51 private final Long contentLength; field in InputStreamWithExecutorAsyncRequestBody
64 public Optional<Long> contentLength() { in contentLength() method in InputStreamWithExecutorAsyncRequestBody
/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/multipart/
DUploadObjectHelperTest.java112 …dObject_contentLengthDoesNotExceedThresholdAndPartSize_shouldUploadInOneChunk(long contentLength) { in uploadObject_contentLengthDoesNotExceedThresholdAndPartSize_shouldUploadInOneChunk()
125 …uploadObject_unKnownContentLengthDoesNotExceedPartSize_shouldUploadInOneChunk(long contentLength) { in uploadObject_unKnownContentLengthDoesNotExceedPartSize_shouldUploadInOneChunk()
315 Long contentLength = contentLengthKnown ? MPU_CONTENT_SIZE : null; in uploadObject_requestBodyOnError_shouldFailAndAbort() local
330 private static PutObjectRequest putObjectRequest(Long contentLength) { in putObjectRequest()

12345678