public class WebSocket extends Transport
Transport.Options, Transport.ReadyState
Emitter.Listener
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
callFactory, EVENT_CLOSE, EVENT_DRAIN, EVENT_ERROR, EVENT_OPEN, EVENT_PACKET, EVENT_REQUEST_HEADERS, EVENT_RESPONSE_HEADERS, extraHeaders, hostname, name, path, port, query, readyState, secure, socket, timestampParam, timestampRequests, webSocketFactory, writable
Constructor and Description |
---|
WebSocket(Transport.Options opts) |
Modifier and Type | Method and Description |
---|---|
protected void |
doClose() |
protected void |
doOpen() |
protected String |
uri() |
protected void |
write(Packet[] packets) |
close, onClose, onData, onData, onError, onOpen, onPacket, open, send
public static final String NAME
public WebSocket(Transport.Options opts)
Copyright © 2022. All rights reserved.