vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
LibasyncTCPConnection.Settings
index
vibe
core
drivers
libasync
LibasyncTCPConnection
Undocumented in source.
class
LibasyncTCPConnection
@
trusted
struct
Settings {
void
delegate
(
TCPConnection
)
onConnect
;
Duration
readTimeout
;
bool
keepAlive
;
bool
tcpNoDelay
;
Waiter
reader
;
Waiter
writer
;
}
Members
Variables
keepAlive
bool
keepAlive
;
Undocumented in source.
onConnect
void
delegate
(
TCPConnection
)
onConnect
;
Undocumented in source.
readTimeout
Duration
readTimeout
;
Undocumented in source.
reader
Waiter
reader
;
Undocumented in source.
tcpNoDelay
bool
tcpNoDelay
;
Undocumented in source.
writer
Waiter
writer
;
Undocumented in source.
Meta
Source
See Implementation
index
vibe
core
drivers
libasync
LibasyncTCPConnection
constructors
this
functions
close
finalize
flush
handler
onConnect
peek
read
readChunk
waitForData
write
properties
connected
dataAvailableForRead
empty
keepAlive
leastSize
localAddress
peerAddress
readTimeout
remoteAddress
tcpNoDelay
structs
Settings
TCPConnectionImpl
Waiter