Re: SocketImplFactory

2013-04-19 Thread Chris Hegarty
7 NIO features? Not that I am aware of ;-) -Chris. Tom -Original Message- From: Alan Bateman [mailto:alan.bate...@oracle.com] Sent: Friday, April 19, 2013 7:27 AM To: Salter, Thomas A Cc: OpenJDK (net-dev@openjdk.java.net) Subject: Re: SocketImplFactory On 18/04/2013 22:31, Salter

RE: SocketImplFactory

2013-04-19 Thread Salter, Thomas A
- From: Alan Bateman [mailto:alan.bate...@oracle.com] Sent: Friday, April 19, 2013 7:27 AM To: Salter, Thomas A Cc: OpenJDK (net-dev@openjdk.java.net) Subject: Re: SocketImplFactory On 18/04/2013 22:31, Salter, Thomas A wrote: > Are there any real-life examples of using SocketImplFactory? > &

Re: SocketImplFactory

2013-04-19 Thread Alan Bateman
On 18/04/2013 22:31, Salter, Thomas A wrote: Are there any real-life examples of using SocketImplFactory? I was hoping to find a way to redirect selected sockets, by IP address, to a different implementation of sockets that could take advantage of a high-speed connection. For this to work

SocketImplFactory

2013-04-18 Thread Salter, Thomas A
Are there any real-life examples of using SocketImplFactory? I was hoping to find a way to redirect selected sockets, by IP address, to a different implementation of sockets that could take advantage of a high-speed connection. For this to work, I'd need to be able to delegate all