ae v0.0.2876 (2020-12-19T15:33:36Z)
Home
Dub
Repo
IConnection.ReadDataHandler
ae
net
asockets
IConnection
Callback setter for when new data is read.
interface
IConnection
alias
ReadDataHandler
=
void
delegate
(
Data
data
)
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
Callback setter for when new data is read.