On 20/08/2012 22:35, Chris Hegarty wrote:
Shirish,
Oooh, I'm not sure that any change to URL of this kind would be
compatible. It may have been desirable to have this kind of behavior
when URL was being originally created, but it is a legacy class, now
replaced with URI, and I'm not sure a ch
Changeset: 6d29c2af040f
Author:alanb
Date: 2012-08-21 13:42 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6d29c2af040f
7132889: (se) AbstractSelectableChannel.register and configureBlocking not safe
from asynchronous close
Reviewed-by: alanb
Contributed-by: Shirish Kuncolie
Sam,
Thanks for the comments. Some discussion below.
On 17/08/12 00:13, Sam Pullara wrote:
I suggest that you make it a more fluent API rather than having
multiple callback methods in your callback interface. As it stands it
isn't compatible with lambdas. You might take some inspiration for th
Hi,
I'm not sure if this is the right list to post this to or not, so
please forgive me if it is not. If this is not the correct list,
would someone please direct me to the correct place?
I'm creating a Java application that implements a custom SSL server.
By "custom", I mean "implements its own