Package io.dropwizard.redis.uri
Class RedisModeURIFactory
- java.lang.Object
-
- io.dropwizard.redis.uri.RedisURIFactory
-
- io.dropwizard.redis.uri.RedisModeURIFactory
-
- All Implemented Interfaces:
io.dropwizard.jackson.Discoverable
public class RedisModeURIFactory extends RedisURIFactory
-
-
Field Summary
-
Fields inherited from class io.dropwizard.redis.uri.RedisURIFactory
clientName, password, timeout, username
-
-
Constructor Summary
Constructors Constructor Description RedisModeURIFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.lettuce.core.RedisURIbuild()com.google.common.net.HostAndPortgetNode()booleanisSsl()booleanisStartTls()booleanisVerifyPeer()voidsetNode(com.google.common.net.HostAndPort node)voidsetSsl(boolean ssl)voidsetStartTls(boolean startTls)voidsetVerifyPeer(boolean verifyPeer)-
Methods inherited from class io.dropwizard.redis.uri.RedisURIFactory
getClientName, getPassword, getTimeout, getUsername, setClientName, setPassword, setTimeout, setUsername
-
-
-
-
Method Detail
-
getNode
public com.google.common.net.HostAndPort getNode()
-
setNode
public void setNode(com.google.common.net.HostAndPort node)
-
isSsl
public boolean isSsl()
-
setSsl
public void setSsl(boolean ssl)
-
isStartTls
public boolean isStartTls()
-
setStartTls
public void setStartTls(boolean startTls)
-
isVerifyPeer
public boolean isVerifyPeer()
-
setVerifyPeer
public void setVerifyPeer(boolean verifyPeer)
-
build
public io.lettuce.core.RedisURI build()
- Specified by:
buildin classRedisURIFactory
-
-