dformlib v0.1.0 (2016-01-28T21:30:47Z)
Dub
Repo
AsyncSocket
dfl
socket
Undocumented in source.
version(!DFL_NoSocket)
class
AsyncSocket :
DflSocket
{
this
(AddressFamily af, SocketType type, ProtocolType protocol);
this
(AddressFamily af, SocketType type);
this
(AddressFamily af, SocketType type, Dstring protocolName);
this
();
void
event
(EventType events, RegisterEventCallback callback);
AsyncSocket
accepting
();
void
close
();
bool
blocking
[@property getter];
bool
blocking
[@property setter];
}
Constructors
this
this
(AddressFamily af, SocketType type, ProtocolType protocol)
Undocumented in source.
this
this
(AddressFamily af, SocketType type)
this
(AddressFamily af, SocketType type, Dstring protocolName)
this
()
ditto
Members
Functions
accepting
AsyncSocket
accepting
()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void
close
()
Undocumented in source. Be warned that the author may not have intended to support it.
event
void
event
(EventType events, RegisterEventCallback callback)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
blocking
bool
blocking
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
blocking
bool
blocking
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dfl
socket
aliases
DflSocket
GetHostCallback
RegisterEventCallback
classes
AsyncSocket
AsyncTcpSocket
AsyncUdpSocket
GetHost
SocketQueue
enums
EventType
functions
asyncGetHostByAddr
asyncGetHostByName
registerEvent
unregisterEvent