dfl2 v1.0.3 (2014-11-03T16:58:07Z)
Home
Dub
Repo
AsyncSocket
dfl
socket
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)
this
(AddressFamily af, SocketType type)
this
(AddressFamily af, SocketType type, Dstring protocolName)
this
()
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)
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