Uses of Interface
com.caucho.websocket.WebSocketEncoder

Packages that use WebSocketEncoder
com.caucho.remote.websocket   
com.caucho.websocket   
 

Uses of WebSocketEncoder in com.caucho.remote.websocket
 

Methods in com.caucho.remote.websocket with parameters of type WebSocketEncoder
<T> java.util.concurrent.BlockingQueue<T>
WebSocketClient.createOutputQueue(WebSocketEncoder<T> encoder)
           
<T> java.util.concurrent.BlockingQueue<T>
WebSocketContextStreamImpl.createOutputQueue(WebSocketEncoder<T> encoder)
           
 

Constructors in com.caucho.remote.websocket with parameters of type WebSocketEncoder
WebSocketBlockingQueue(WebSocketContext ws, WebSocketEncoder<T> encoder, int capacity)
           
 

Uses of WebSocketEncoder in com.caucho.websocket
 

Methods in com.caucho.websocket with parameters of type WebSocketEncoder
<T> java.util.concurrent.BlockingQueue<T>
WebSocketContext.createOutputQueue(WebSocketEncoder<T> encoder)
          Creates a thread-safe queue, which applications can send objects to be marshaled.