throws TTransportException
{
this.description = description;
this.serverTransport = serverTransport;
Factory protFactory = new TBinaryProtocol.Factory(strictRead, strictWrite);
server = new TSaneThreadPoolServer(processor, serverTransport, protFactory);
server.start();
}