Uses of Interface
com.github.nosan.embedded.cassandra.commons.web.HttpClient
-
Packages that use HttpClient 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.web HTTP client classes. -
-
Uses of HttpClient in com.github.nosan.embedded.cassandra
Constructors in com.github.nosan.embedded.cassandra with parameters of type HttpClient Constructor Description WebCassandraDirectoryProvider(HttpClient httpClient)WebCassandraDirectoryProvider(HttpClient httpClient, Path downloadDirectory)Creates a newWebCassandraDirectoryProviderwith providedHttpClientand download directory. -
Uses of HttpClient in com.github.nosan.embedded.cassandra.commons.web
Classes in com.github.nosan.embedded.cassandra.commons.web that implement HttpClient Modifier and Type Class Description classJdkHttpClientAHttpClientimplementation based onHttpURLConnection.
-