Re: Implementing a custom SocketImpl

2019-03-23 Thread Chris Hegarty
Jared, As Alan mentioned, SocketImpl was designed 20+ years ago and has not kept pace with other areas of the platform. Mainly because it has not been used all that much. As part of JEP 337 [1] a decision was made to NOT simply provide a RDMA socket impl for the sockets part of this work, but rath

Re: Implementing a custom SocketImpl

2019-03-22 Thread Alan Bateman
On 20/03/2019 16:28, Lundell, Jared wrote: I have a use case where I need to implement a custom SocketImpl class and I've run into some difficulty caused by the current design of SocketImpl and the related classes in OpenJDK. My use case is implementing a custom proxy protocol, similar in spi

Implementing a custom SocketImpl

2019-03-20 Thread Lundell, Jared
I have a use case where I need to implement a custom SocketImpl class and I've run into some difficulty caused by the current design of SocketImpl and the related classes in OpenJDK. My use case is implementing a custom proxy protocol, similar in spirit to what SocksSocketImpl does but using a