} else if ( addr instanceof InetSocketAddress ) {
sockets = new InetSocketAddress[1];
sockets[0] = (InetSocketAddress) addr;
}
AsyncMessageResponseHandler handler = new AsyncMessageResponseHandler();
Exception exception = null;
Conversation conv = null;
for ( InetSocketAddress socket : sockets ) {
try {
conv = conversationManager.startConversation( senderId,