Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #17944
| From | Steven Simpson <ss@domain.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: IllegalArgumentException with Socket API and Proxy with Proxy.Type.HTTP |
| Date | 2012-08-16 21:26 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <ak10g9-v34.ln1@s.simpson148.btinternet.com> (permalink) |
| References | <0ac597b5-4afa-4839-88cf-47c91d6f9b8b@googlegroups.com> <ca9191a3-fce5-4f22-ae36-b2c42e47ef95@googlegroups.com> |
On 09/08/12 21:40, Greg wrote: > On Thursday, July 26, 2012 10:00:23 AM UTC-7, Greg wrote: >> I am trying to create a socket with the proxy type of HTTP. Every time the socket is created an IllegalArgumentException is thrown. I have learned from googling that the HTTP proxy is unsupported in sockets. > The code pretty extensively relies on the sockets interface. Can you define 'pretty extensively', i.e. enumerate the methods which are used, and in what sequences? If this is sufficiently simple, and you can modify the code, some refactoring to use your own abstraction of the socket ought to be possible. -- ss at comp dot lancs dot ac dot uk
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar | Unroll thread
IllegalArgumentException with Socket API and Proxy with Proxy.Type.HTTP Greg <shireyg@gmail.com> - 2012-07-26 10:00 -0700
Re: IllegalArgumentException with Socket API and Proxy with Proxy.Type.HTTP Knute Johnson <nospam@rabbitbrush.frazmtn.com> - 2012-07-29 08:36 -0700
Re: IllegalArgumentException with Socket API and Proxy with Proxy.Type.HTTP Steven Simpson <ss@domain.invalid> - 2012-07-30 13:26 +0100
Re: IllegalArgumentException with Socket API and Proxy with Proxy.Type.HTTP Greg <shireyg@gmail.com> - 2012-08-09 13:40 -0700
Re: IllegalArgumentException with Socket API and Proxy with Proxy.Type.HTTP Steven Simpson <ss@domain.invalid> - 2012-08-16 21:26 +0100
csiph-web