org.clazzes.remoting.helper
Class InetAddressHelper

java.lang.Object
  extended by org.clazzes.remoting.helper.InetAddressHelper

public abstract class InetAddressHelper
extends java.lang.Object

A class, which helps to resolve InetSocketAddress objects in a round-robin fashion.

Author:
wglas

Constructor Summary
InetAddressHelper()
           
 
Method Summary
static java.net.InetSocketAddress resolveSocketAddress(java.net.InetSocketAddress addr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InetAddressHelper

public InetAddressHelper()
Method Detail

resolveSocketAddress

public static java.net.InetSocketAddress resolveSocketAddress(java.net.InetSocketAddress addr)
                                                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.