#include <coherence/net/SocketAddress.hpp>
Inherits Object.
Public Types | |
| typedef spec::Handle | Handle | 
| SocketAddress Handle definition. | |
| typedef spec::View | View | 
| SocketAddress View definition. | |
| typedef spec::Holder | Holder | 
| SocketAddress Holder definition. | |
Public Member Functions | |
| virtual bool | isUnresolved () const =0 | 
| Identify if the SocketAddress has been resolved. | |
| virtual  SocketAddress::View  | resolve () const =0 | 
| Resolve the SocketAddress. | |
| virtual SocketAddress::View resolve | ( | ) |  const [pure virtual] | 
        
Resolve the SocketAddress.
If the address was already in a resolved state the returned address may be the original address.
| IOException | upon resolution failure. |