Uses of Class
com.github.mizosoft.methanol.WritableBodyPublisher
-
Packages that use WritableBodyPublisher Package Description com.github.mizosoft.methanol -
-
Uses of WritableBodyPublisher in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return WritableBodyPublisher Modifier and Type Method Description static WritableBodyPublisherWritableBodyPublisher. create()Returns a newWritableBodyPublisher.static WritableBodyPublisherWritableBodyPublisher. create(int bufferSize)Returns a newWritableBodyPublisherwith the given buffer size (number of bytes to buffer before making them available to the HTTP client).
-