Class SockJSSocket

  • All Implemented Interfaces:
    ReadStream<Buffer>, StreamBase, WriteStream<Buffer>

    public class SockJSSocket
    extends Object
    implements ReadStream<Buffer>, WriteStream<Buffer>
    You interact with SockJS clients through instances of SockJS socket.

    The API is very similar to WebSocket. It implements both and so it can be used with Pump to pump data with flow control.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.