Static Public Member Functions | |
| static List< InetSocketAddress > | getAddresses (String s) |
| static List<InetSocketAddress> getAddresses | ( | String | s | ) | [static] |
Split a string in the form of "host:port host2:port" into a List of InetSocketAddress instances suitable for instantiating a MemcachedClient.
Note that colon-delimited IPv6 is also supported. For example: ::1:11211
1.5.8