public void initialize(HttpRequest request) {
}
});
GenericUrl url = new GenericUrl(_url);
HttpContent hc = new AbstractHttpContent("text/json") {
String content = serialize(jsonServiceRequest_);
@Override
public void writeTo(OutputStream out_) throws IOException {
String service = _url +jsonServiceRequest_.getService();
if (maxPayloadLengthToLog < 0 || content.length() <= maxPayloadLengthToLog) {