On Fri, 2013-06-14 at 01:18 -0400, JOSE L MARTINEZ-AVIAL wrote: > I just took a quick look at the source code(4.3-alpha1), and it seems the > best option would be to modify > org.apache.http.impl.conn.SocketClientConnectionImpl so the wire created in > the constructor would be provided by a protected method. That way the > creation of the wire logger could be customized by extending > SocketClientConnectionImpl. > How does it sound? >
Jose You should be using ManagedHttpClientConnectionImpl (or a local copy of it) from 4.3-beta2. 4.3-alpha1 API is helplessly outdated. Hope this helps Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
