Package com.c8db.internal.http
Class HttpConnectionFactory
- java.lang.Object
-
- com.c8db.internal.http.HttpConnectionFactory
-
- All Implemented Interfaces:
ConnectionFactory
public class HttpConnectionFactory extends Object implements ConnectionFactory
-
-
Constructor Summary
Constructors Constructor Description HttpConnectionFactory(Integer timeout, String user, String password, String email, Boolean jwtAuth, Boolean useSsl, SSLContext sslContext, C8Serialization util, Protocol protocol, Long connectionTtl, String httpCookieSpec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Connectioncreate(HostDescription host)
-
-
-
Method Detail
-
create
public Connection create(HostDescription host)
- Specified by:
createin interfaceConnectionFactory
-
-