json/src/main/java/org/netbeans/html/json/spi/WSTransfer.java
changeset 886 88d62267a0b5
parent 838 bdc3d696dd4a
     1.1 --- a/json/src/main/java/org/netbeans/html/json/spi/WSTransfer.java	Tue Aug 26 18:13:30 2014 +0200
     1.2 +++ b/json/src/main/java/org/netbeans/html/json/spi/WSTransfer.java	Thu Dec 04 09:21:55 2014 +0100
     1.3 @@ -44,9 +44,17 @@
     1.4  
     1.5  import net.java.html.BrwsrCtx;
     1.6  import org.netbeans.html.context.spi.Contexts.Provider;
     1.7 +import org.netbeans.html.context.spi.Contexts.Id;
     1.8  
     1.9  /** Interface for providers of WebSocket protocol. Register into a 
    1.10 - * {@link BrwsrCtx context} in your own {@link Provider}
    1.11 + * {@link BrwsrCtx context} in your own {@link Provider}.
    1.12 + * Since introduction of {@link Id technology identifiers} one can choose between
    1.13 + * different background implementations to handle the conversion and
    1.14 + * communication requests. The known providers include
    1.15 + * <code>org.netbeans.html:ko4j</code> module which registers 
    1.16 + * a native browser implementation called <b>websocket</b>, and a
    1.17 + * <code>org.netbeans.html:ko-ws-tyrus</code> module which registers 
    1.18 + * Java based implementation named <b>tyrus</b>.
    1.19   *
    1.20   * @author Jaroslav Tulach
    1.21   * @param <WebSocket> internal implementation type representing the socket