com.hazelcast.instance
Interface AddressPicker


public interface AddressPicker


Method Summary
 Address getBindAddress()
           
 Address getPublicAddress()
           
 ServerSocketChannel getServerSocketChannel()
           
 void pickAddress()
           
 

Method Detail

pickAddress

void pickAddress()
                 throws Exception
Throws:
Exception

getBindAddress

Address getBindAddress()

getPublicAddress

Address getPublicAddress()

getServerSocketChannel

ServerSocketChannel getServerSocketChannel()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.