throws UnknownHostException, IOException {
TransportProvider provider = TransportProviderFactory.connectTransportProvider(properties /*, connectTimeout*/,
socketTimeout);
// Start the transport protocol
transport = new TransportProtocolClient(hostVerification);
transport.addEventHandler(eventHandler);
transport.startTransportProtocol(provider, properties);
// Start the authentication protocol
authentication = new AuthenticationProtocolClient();