vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
Win32TCPListener
index
vibe
core
drivers
win32
version(VibeWin32Driver)
final
class
Win32TCPListener : TCPListener,
SocketEventHandler
{
this
(Win32EventDriver driver, SOCKET sock, NetworkAddress bind_addr, void delegate(TCPConnection conn) @(safe) conn_callback, TCPListenOptions options);
NetworkAddress
bindAddress
[@property getter];
void
stopListening
();
SOCKET
socket
();
void
notifySocketEvent
(SOCKET sock, WORD event, WORD error);
}
Constructors
this
this
(Win32EventDriver driver, SOCKET sock, NetworkAddress bind_addr, void delegate(TCPConnection conn) @(safe) conn_callback, TCPListenOptions options)
Undocumented in source.
Members
Functions
notifySocketEvent
void
notifySocketEvent
(SOCKET sock, WORD event, WORD error)
Undocumented in source. Be warned that the author may not have intended to support it.
socket
SOCKET
socket
()
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.
Inherited Members
From SocketEventHandler
socket
SOCKET
socket
()
Undocumented in source.
notifySocketEvent
void
notifySocketEvent
(SOCKET sock, WORD event, WORD error)
Undocumented in source.
Meta
Source
See Implementation
index
vibe
core
drivers
win32
classes
Win32DirectoryWatcher
Win32EventDriver
Win32FileStream
Win32ManualEvent
Win32TCPConnection
Win32TCPListener
Win32UDPConnection
enums
ConnectionStatus
functions
setupWindowClass
interfaces
SocketEventHandler
manifest constants
WM_USER_SIGNAL
WM_USER_SOCKET