jsr356-experts@websocket-spec.java.net

[jsr356-experts] Re: Last refactoring/naming proposal: RemoteEndpoint

From: Mark Thomas <mark_at_homeinbox.net>
Date: Fri, 22 Feb 2013 09:48:34 +0000

On 21/02/2013 01:03, Danny Coward wrote:
> Instead of:-
>
> OLD: Session: RemoteEndpoint getRemoteEndpoint(), we would have
>
> NEW: Session: T getRemoteEndpoint(T extends RemoteEndpoint);
> So, T could be RemoteEndpoint.Basic or RemoteEndpoint.Async.

I'm not at all clear what you are proposing here.

Mark