vibe-core ~master (2022-04-01T19:24:37Z)
Dub
Repo
ReadTimeoutException
vibe
core
net
Thrown by TCPConnection read-alike operations when timeout is reached.
@
safe
class
ReadTimeoutException : Exception {
this
(string message, Throwable next, string file, size_t line);
this
(string message, string file, size_t line, Throwable next);
}
Constructors
this
this
(string message, Throwable next, string file, size_t line)
Undocumented in source.
this
this
(string message, string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
vibe
core
net
aliases
TCPConnectionDelegate
TCPConnectionFunction
classes
ReadTimeoutException
enums
TCPListenOptions
UDPListenOptions
WaitForDataAsyncStatus
WaitForDataStatus
functions
anyAddress
connectTCP
listenTCP
listenTCP_s
listenUDP
resolveHost
mixins
__anonymous
structs
NetworkAddress
TCPConnection
TCPListener
UDPConnection
Thrown by TCPConnection read-alike operations when timeout is reached.