com.ibm.di.server
Interface BindAddressPolicy

All Known Implementing Classes:
BindAddressPolicyImpl, BindAddressPolicyImpl

public interface BindAddressPolicy

This interface provides basic methods for obtaining bind addresses.

Since:
7.1

Method Summary
 InetAddress getBindAddress()
          Provides the bind address to connect to.
 

Method Detail

getBindAddress

InetAddress getBindAddress()
Provides the bind address to connect to. * means bind to all available network interfaces. Mind that only one IP address value should be provided for the related property. No host names are accepted - only IP addresses.