List draft-ietf-hybi-thewebsocketprotocol-07 as supported websocket version

This commit is contained in:
Norman Maurer 2012-12-20 06:49:43 +01:00
parent c59a4738ef
commit badbc88032
3 changed files with 5 additions and 3 deletions

View File

@ -43,7 +43,7 @@ import java.util.Map;
* <p>
* Performs client side opening and closing handshakes for web socket specification version <a
* href="http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-07" >draft-ietf-hybi-thewebsocketprotocol-
* 10</a>
* 07</a>
* </p>
*/
public class WebSocketClientHandshaker07 extends WebSocketClientHandshaker {

View File

@ -39,8 +39,8 @@ import static org.jboss.netty.handler.codec.http.HttpVersion.*;
/**
* <p>
* Performs server side opening and closing handshakes for web socket specification version <a
* href="http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10" >draft-ietf-hybi-thewebsocketprotocol-
* 10</a>
* href="http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-07" >draft-ietf-hybi-thewebsocketprotocol-
* 07</a>
* </p>
*/
public class WebSocketServerHandshaker07 extends WebSocketServerHandshaker {

View File

@ -22,6 +22,8 @@
* The specification current supported are:
* <ul>
* <li><a href="http://goo.gl/wFiu3">draft-ietf-hybi-thewebsocketprotocol-00</a></li>
* <li><a href="http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-07">
* draft-ietf-hybi-thewebsocketprotocol-07</a></li>
* <li><a href="http://goo.gl/h27VE">draft-ietf-hybi-thewebsocketprotocol-10</a></li>
* <li><a href="http://tools.ietf.org/html/rfc6455 ">RFC 6455</a> (originally
* <a href="http://goo.gl/zVBkL">draft-ietf-hybi-thewebsocketprotocol-17</a>)</li>