ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
IConnection.send
ae
net
asockets
IConnection
Queue Data for sending.
void
send
(Data[] data, int priority)
void
send
(Data datum, int priority)
interface
IConnection
final
void
send
(
Data
datum
,
int
priority
=
DEFAULT_PRIORITY
)
enum
MAX_PRIORITY
;
enum
DEFAULT_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.