vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
Libevent2TCPListener
index
vibe
core
drivers
libevent2_tcp
Undocumented in source.
version(VibeLibeventDriver)
final
class
Libevent2TCPListener : TCPListener {
this
(NetworkAddress bind_address);
NetworkAddress
bindAddress
[@property getter];
void
addContext
(TCPContext* ctx);
void
stopListening
();
}
Constructors
this
this
(NetworkAddress bind_address)
Undocumented in source.
Members
Functions
addContext
void
addContext
(TCPContext* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
stopListening
void
stopListening
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
bindAddress
NetworkAddress
bindAddress
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
index
vibe
core
drivers
libevent2_tcp
aliases
TCPContextAlloc
UncaughtException
classes
Libevent2TCPConnection
Libevent2TCPListener
enums
ConnectionState
functions
onConnect
onSocketEvent
onSocketRead
onSocketWrite
removeFromArray
structs
TCPContext