public final class EngineIoSocket
extends io.socket.emitter.Emitter
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close this socket.
|
String |
getId()
Gets the sid of this socket.
|
ReadyState |
getReadyState()
Gets the ready state of this socket.
|
void |
send(io.socket.engineio.parser.Packet<?> packet)
Send a packet to the remote client.
|
public String getId()
public ReadyState getReadyState()
public void send(io.socket.engineio.parser.Packet<?> packet)
packet - The packet to send.public void close()
Copyright © 2019. All rights reserved.