8788899091929394
} final NStringEntity entity = new NStringEntity(new String(bout), ICommonConstants.UTF8); entity.setContentType(IJSONRPCConstants.RES_CONTENT_TYPE); _response.setEntity(gzip ? new GzipCompressingEntity(entity) : entity); }