setAddress(new InetSocketAddress(getHelped().getPort()));
}
}
// Complete initialization
Container container = new SimpleContainer(this);
ContainerServer server = new ContainerServer(container,
getDefaultThreads());
SimpleServer filter = new SimpleServer(server);
Connection connection = new SocketConnection(filter);
setConfidential(true);