One more link to websockets.html
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 12 Sep 2013 16:13:26 +0200
changeset 2923cf46366e418
parent 291 d89de2d41d52
child 293 79fc3a8e1a6e
One more link to websockets.html
json/src/main/java/net/java/html/json/OnReceive.java
     1.1 --- a/json/src/main/java/net/java/html/json/OnReceive.java	Thu Sep 12 16:10:02 2013 +0200
     1.2 +++ b/json/src/main/java/net/java/html/json/OnReceive.java	Thu Sep 12 16:13:26 2013 +0200
     1.3 @@ -73,7 +73,7 @@
     1.4   * Read the <a href="doc-files/websockets.html">tutorial</a> to see how.
     1.5   * 
     1.6   * @author Jaroslav Tulach <jtulach@netbeans.org>
     1.7 - * @since 0.5
     1.8 + * @since 0.3
     1.9   */
    1.10  @Retention(RetentionPolicy.SOURCE)
    1.11  @Target(ElementType.METHOD)
    1.12 @@ -115,6 +115,9 @@
    1.13       * <p>
    1.14       * When {@link #jsonp() JSONP} transport is requested, the method 
    1.15       * has to be <code>"GET"</code>.
    1.16 +     * <p>
    1.17 +     * Since version 0.5 one can specify "<a href="doc-files/websockets.html">WebSocket</a>"
    1.18 +     * as the communication method.
    1.19       * 
    1.20       * @return name of the HTTP transfer method
    1.21       * @since 0.3