Link to home
Start Free TrialLog in
Avatar of woigl
woigl

asked on

JAVA Socket over HTTP Proxy

Is there any chance to write a SererSocket->Socket connection which can be used over a HTTP Proxy in a bidirectional mode?

I want to send data between two hosts by using Standard Sockets over an PROXY Server. The Data is right now not HTTP compatible... but i am fine to add headers.
ASKER CERTIFIED SOLUTION
Avatar of contactkarthi
contactkarthi
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of woigl
woigl

ASKER

And this socket is bi-directional? because i wanna keep streaming data for an hour or two. As well as how can i send data (which is most probably ByteCode) over it not to get killed by the proxy?