protected abstract void run();
public Connection newConnection() throws ConnectionException
{
Container container = getContainerName() == null ? new Container() : new Container(getContainerName());
return getUsername() == null ? new Connection(getHost(), getPort(), null, null, _frameSize, container,
_remoteHost == null ? getHost() : _remoteHost, _useSSL,
0)
: new Connection(getHost(), getPort(), getUsername(), getPassword(), _frameSize,
container, _remoteHost == null ? getHost() : _remoteHost, _useSSL,