com.hazelcast.client.util
Class AddressHelper

java.lang.Object
  extended by 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


Method Summary
static Collection<InetSocketAddress> getPossibleSocketAddresses(InetAddress inetAddress, int port, String scopedAddress)
           
static Collection<InetSocketAddress> getSocketAddresses(String address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.