com.hazelcast.client.util
Class AddressHelper
java.lang.Object
com.hazelcast.client.util.AddressHelper
public final class AddressHelper
- extends Object
This is a client side utility class for working with addresses and cluster connections
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSocketAddresses
public static Collection<InetSocketAddress> getSocketAddresses(String address)
getPossibleSocketAddresses
public static Collection<InetSocketAddress> getPossibleSocketAddresses(InetAddress inetAddress,
int port,
String scopedAddress)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.