users@jersey.java.net

[Jersey] Jersey Client tcp no delay

From: Cox,Lisa <coxl_at_oclc.org>
Date: Fri, 31 Aug 2012 08:52:03 -0400

Is there a way to set tcp nodelay on the Jersey client?

 

I am using

 

import com.sun.jersey.api.client.Client;

 

Client c = Client.create();

WebResource wr = c.resource(targetURL);

String response =
wr.path("/someplace").queryParams(parms).get(String.class);

 

I've been looking all over the place for some ability to set the
tcpNoDelay on the socket to true...

 

Thanks much,

Lisa Cox

Database Architect

OCLC, Inc.

6565 Kilgour Place

Dublin, OH 43017