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 booleancompare(InetSocketAddress entryAddr, RedisURI addr)booleanequals(Object obj)StringgetHost()intgetPort()StringgetScheme()inthashCode()booleanisSsl()StringtoString()
-
-
-
Method Detail
-
getScheme
public String getScheme()
-
isSsl
public boolean isSsl()
-
getHost
public String getHost()
-
getPort
public int getPort()
-
compare
public static boolean compare(InetSocketAddress entryAddr, RedisURI addr)
-
-