libasync ~master (2021-10-01T13:41:16Z)
Dub
Repo
BufferedTCPConnection.this
libasync
bufferedtcp
BufferedTCPConnection
this
(EventLoop evl, fd_t preInitializedSocket, OnEvent onConnectCb, OnEvent onCloseCb, OnEvent onErrorCb)
this
(AsyncTCPConnection conn, OnEvent onConnectCb, OnEvent onCloseCb, OnEvent onErrorCb)
class
BufferedTCPConnection
(size_t size = 4092)
this
(
AsyncTCPConnection
conn
,
in
OnEvent
onConnectCb
= null
,
in
OnEvent
onCloseCb
= null
,
in
OnEvent
onErrorCb
= null
)
Meta
Source
See Implementation
libasync
bufferedtcp
BufferedTCPConnection
aliases
OnEvent
OnRead
constructors
this
functions
close
handle
host
ip
read
run
setOption
write
properties
error
hasError
inbound
isConnected
local
noDelay
peer
status