Hello experts,
Here's the v004 javadoc and spec document for you to review:-
http://java.net/projects/websocket-spec/downloads/directory/Spec%20javadoc%20Drafts/v004
I've also checked the API source and spec document source into the
repository. Please do take a careful look when you get chance,
Thanks,
- Danny
Change List v003 to v004
Spec document added
Definition of threading in the application model
- see spec document
Java EE integration draft
- see spec document
HttpSession changes
- removed explicit API dependency, moved to handshake only
API Tweaks
- ByteBuffer replaces byte[]
- public static Frame.Data.Binary.Continuation
createBinaryContinuationFrame(String s, boolean isLast) -> public static
Frame.Data.Binary.Continuation createBinaryContinuationFrame(String s,
boolean isLast)
- DataFrame - text frame returns ByteBuffer instead of String, UTF-8
encoded partial string
- WebSocketMessage -> maxMessageSize
- added EncodeException.getObject()
- CloseCodes now use an extensible enum pattern
--
<http://www.oracle.com> *Danny Coward *
Java EE
Oracle Corporation