users@jersey.java.net

[Jersey] Client and custom socket factory

From: Christopher Piggott <cpiggott_at_gmail.com>
Date: Wed, 26 Jan 2011 14:35:35 -0500

I need to start a jersey client with the sockets coming from a
specific local address. Is there a simple way to take my client and
attach it to a socket factory (as a provider) or something like that?
I can't figure it out from the documentation...

--C