Uses of Interface
com.github.nosan.embedded.cassandra.commons.function.IOSupplier
-
Packages that use IOSupplier Package Description com.github.nosan.embedded.cassandra Embedded Cassandra provides an easy way to start and stop Apache Cassandra.com.github.nosan.embedded.cassandra.commons.function I/O function classes.com.github.nosan.embedded.cassandra.commons.web HTTP client classes. -
-
Uses of IOSupplier in com.github.nosan.embedded.cassandra
Methods in com.github.nosan.embedded.cassandra with parameters of type IOSupplier Modifier and Type Method Description CassandraBuilderCassandraBuilder. workingDirectory(IOSupplier<? extends Path> workingDirectorySupplier)Set theSupplierof the working directory that should be called each time whenCassandraBuilder.build()is called. -
Uses of IOSupplier in com.github.nosan.embedded.cassandra.commons.function
Methods in com.github.nosan.embedded.cassandra.commons.function that return IOSupplier Modifier and Type Method Description static <T> IOSupplier<T>IOSupplier. wrap(Supplier<? extends T> supplier)Wrap a providedSupplierintoIOSupplier. -
Uses of IOSupplier in com.github.nosan.embedded.cassandra.commons.web
Methods in com.github.nosan.embedded.cassandra.commons.web that return IOSupplier Modifier and Type Method Description static IOSupplier<? extends InputStream>HttpClient.BodySuppliers. ofBytes(byte[] body)Creates a body supplier of the provided byte array.static IOSupplier<? extends InputStream>HttpClient.BodySuppliers. ofString(String body)Creates a body supplier of the provided string.static IOSupplier<? extends InputStream>HttpClient.BodySuppliers. ofString(String body, Charset charset)Creates a body supplier of the provided string and charset.Methods in com.github.nosan.embedded.cassandra.commons.web with parameters of type IOSupplier Modifier and Type Method Description HttpResponseHttpClient. send(HttpRequest httpRequest, IOSupplier<? extends InputStream> bodySupplier)Sends HTTP request with a provided body.HttpResponseJdkHttpClient. send(HttpRequest httpRequest, IOSupplier<? extends InputStream> bodySupplier)
-