Class RequestBody (2.70.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class RequestBody
Static Methods
empty()
public static RequestBody empty()
Create a new empty RequestBody.
of(ByteBuffer[] buffers)
public static RequestBody of(ByteBuffer[] buffers)
Create a new RequestBody from the given ByteBuffers.
of(ByteBuffer[] srcs, int srcsOffset, int srcsLength)
public static RequestBody of(ByteBuffer[] srcs, int srcsOffset, int srcsLength)
Create a new RequestBody from the given ByteBuffers.
of(Path path)
public static RequestBody of(Path path)
Create a new RequestBody from the given Path.
| Parameter |
| Name |
Description |
path |
Path
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-07-31 UTC.
[null,null,["Last updated 2026-07-31 UTC."],[],[]]