public synchronized void submitRequest(
final HttpRequest request) throws IOException, HttpException {
assertValid();
OperatedClientConnection conn = getWrappedConnection();
conn.submitRequest(request);
}
protected ByteBufferAllocator createByteBufferAllocator() {
return new HeapByteBufferAllocator();
}