public class RedisURI extends Object
Constructor and Description |
---|
RedisURI(String uri) |
RedisURI(String scheme,
String host,
int port) |
Modifier and Type | Method and Description |
---|---|
static boolean |
compare(InetSocketAddress entryAddr,
RedisURI addr) |
boolean |
equals(Object obj) |
String |
getHost() |
int |
getPort() |
String |
getScheme() |
int |
hashCode() |
boolean |
isSsl() |
String |
toString() |
public RedisURI(String uri)
public String getScheme()
public boolean isSsl()
public String getHost()
public int getPort()
public static boolean compare(InetSocketAddress entryAddr, RedisURI addr)
Copyright © 2014–2020 Redisson. All rights reserved.