ae v0.0.2884 (2020-12-20T12:34:54Z)
Home
Dub
Repo
IConnection.send
ae
net
asockets
IConnection
Queue Data for sending.
void
send
(Data[] data, int priority)
interface
IConnection
void
send
(
Data
[]
data
,
int
priority
=
DEFAULT_PRIORITY
)
void
send
(Data datum, int priority)
Meta
Source
See Implementation
ae
net
asockets
IConnection
aliases
BufferFlushedHandler
ConnectHandler
DisconnectHandler
ReadDataHandler
functions
disconnect
send
manifest constants
DEFAULT_PRIORITY
MAX_PRIORITY
properties
connected
disconnecting
handleBufferFlushed
handleConnect
handleDisconnect
handleReadData
state
static variables
defaultDisconnectReason
Queue Data for sending.