On 17.08.2012 14:30, Michael McMahon wrote:
On 09/08/12 19:15, Chris Hegarty wrote:
Michael,
Looking good, some comments.
1) Why the use of CookieManager, rather than CookieHandler? I would
expect that CookieHandler would be a cleaner API
CookieHandler is a very low level API, which doesn't
Greetings,
And apologies if I am sending this to the wrong list...
Suppose I want my code to talk to a TCP server via an HTTP proxy, by
setting up a proxy tunnel using the CONNECT method. By any chance, is
there a mechanism in the Java SE networking stack that would allow me to
do so? A mecha
ebView needs to support both HTTP and SOCKS proxies.
Thank you,
-- Vasiliy
On 25/10/12 14:32, Vasiliy Baranov wrote:
Greetings,
And apologies if I am sending this to the wrong list...
Suppose I want my code to talk to a TCP server via an HTTP proxy, by
setting up a proxy tunnel using the CONNECT
n you use that?
- Michael
On 25/10/12 14:32, Vasiliy Baranov wrote:
Greetings,
And apologies if I am sending this to the wrong list...
Suppose I want my code to talk to a TCP server via an HTTP proxy, by
setting up a proxy tunnel using the CONNECT method. By any chance, is there
a mechanism i
fore
(http://mail.openjdk.java.net/pipermail/net-dev/2010-February/001569.html).
Regards
Damjan
On Thu, Oct 25, 2012 at 5:14 PM, Vasiliy Baranov
wrote:
Hi Damjan,
This looks like exactly what I need. Thank you for sharing!
Now perhaps the question is whether this feature can be or already is
inclu
Greetings,
Suppose I need to call java.net.CookieHandler.get(URI uri,
Map> requestHeaders) and need to filter out
'HttpOnly' cookies from the result. My understanding is in that case I
should call CookieHandler.get with a URI starting with "javascript://"
or any other non-HTTP scheme.
Now w
On 14.06.2013 19:32, Chris Hegarty wrote:
Hi Vasiliy,
On 14/06/2013 09:48, Vasiliy Baranov wrote:
Greetings,
Suppose I need to call java.net.CookieHandler.get(URI uri,
Map> requestHeaders) and need to filter out
'HttpOnly' cookies from the result. My understanding is in that