Class ByteArrayRequestBody
java.lang.Object
io.gatling.http.client.body.RequestBody.Base<byte[]>
io.gatling.http.client.body.bytearray.ByteArrayRequestBody
- All Implemented Interfaces:
RequestBody
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.gatling.http.client.body.RequestBody
RequestBody.Base<T> -
Field Summary
Fields inherited from class io.gatling.http.client.body.RequestBody.Base
content -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.gatling.http.client.body.RequestBody.Base
getContent, toString, truncateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.gatling.http.client.body.RequestBody
getPatchedContentType
-
Constructor Details
-
ByteArrayRequestBody
-
-
Method Details
-
build
-
newBuilder
-
getBytes
public byte[] getBytes() -
getFileName
-
getCharset
-
print
-