Interface AFSocketAddressFromHostname<A extends AFSocketAddress>

Type Parameters:
A - The supported address type.
All Known Implementing Classes:
AFSocketFactory, AFSocketFactory.FixedAddressSocketFactory, AFUNIXSocketFactory, AFUNIXSocketFactory.FactoryArg, AFUNIXSocketFactory.SystemProperty, AFUNIXSocketFactory.URIScheme

public interface AFSocketAddressFromHostname<A extends AFSocketAddress>
Helps converting an internet "hostname" to an AFSocketAddress.
Author:
Christian Kohlschütter