public class StreamRequestBody
extends okhttp3.RequestBody
Constructor and Description |
---|
StreamRequestBody(okhttp3.MediaType contentType,
hudson.FilePath file) |
Modifier and Type | Method and Description |
---|---|
long |
contentLength() |
okhttp3.MediaType |
contentType() |
void |
writeTo(okio.BufferedSink sink) |
public StreamRequestBody(okhttp3.MediaType contentType, hudson.FilePath file) throws IOException, InterruptedException
IOException
InterruptedException
@Nullable public okhttp3.MediaType contentType()
contentType
in class okhttp3.RequestBody
public long contentLength() throws IOException
contentLength
in class okhttp3.RequestBody
IOException
public void writeTo(@NonNull okio.BufferedSink sink)
writeTo
in class okhttp3.RequestBody
Copyright © 2016–2023. All rights reserved.