Package org.redisson.misc
Class RedisURI
- java.lang.Object
-
- org.redisson.misc.RedisURI
-
public class RedisURI extends Object
- Author:
- Nikita Koksharov
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static boolean
compare(InetSocketAddress entryAddr, RedisURI addr)
boolean
equals(Object obj)
String
getHost()
int
getPort()
String
getScheme()
int
hashCode()
boolean
isIP()
boolean
isSsl()
String
toString()
-
-
-
Method Detail
-
getScheme
public String getScheme()
-
isSsl
public boolean isSsl()
-
getHost
public String getHost()
-
getPort
public int getPort()
-
isIP
public boolean isIP()
-
compare
public static boolean compare(InetSocketAddress entryAddr, RedisURI addr)
-
-