ae ~old-net (2022-05-18T17:03:39.1779262)
Dub
Repo
ClientSocket.handleBufferFlushed
ae
net
asockets
ClientSocket
Callback for when the send buffer has been flushed.
class
ClientSocket
void
delegate
(
ClientSocket
sender
)
handleBufferFlushed
;
Meta
Source
See Implementation
ae
net
asockets
ClientSocket
aliases
ReadDataHandler
constructors
this
functions
cancelIdleTimeout
clearQueue
connect
disconnect
isConnected
markNonIdle
onError
onReadable
onTask_Idle
onWritable
queuePresent
resumeIdleTimeout
send
setIdleTimeout
tryNextAddress
updateFlags
manifest constants
DEFAULT_PRIORITY
MAX_PRIORITY
properties
handleReadData
writePending
static variables
DefaultDisconnectReason
variables
connected
disconnecting
handleBufferFlushed
handleConnect
handleDisconnect
handleIdleTimeout
outQueue
partiallySent
Callback for when the send buffer has been flushed.