Interface RequestBody
- All Known Implementing Classes:
ByteArrayRequestBody, FileRequestBody, FormUrlEncodedRequestBody, InputStreamRequestBody, MultipartFormDataRequestBody, RequestBody.Base, StringChunksRequestBody, StringRequestBody
public interface RequestBody
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.netty.buffer.ByteBufAllocator alloc) byte[]getBytes()default CharSequenceprint(int maxLength)
-
Method Details
-
build
- Throws:
IOException
-
newBuilder
RequestBodyBuilder newBuilder() -
getBytes
byte[] getBytes() -
getPatchedContentType
-
print
-