List draft-ietf-hybi-thewebsocketprotocol-07 as supported websocket version
This commit is contained in:
parent
c59a4738ef
commit
badbc88032
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user