netkit ~master (2021-12-18T12:26:52.5706076)
Dub
Repo
ConnectHandler
netkit
net
NetClientSocket
Undocumented in source.
class
ConnectHandler : ConnectCompletionHandle {
this
(NetClientSocket master);
void
completed
(void* attachment);
void
failed
(void* attachment);
}
Constructors
this
this
(NetClientSocket master)
Undocumented in source.
Members
Functions
completed
void
completed
(void* attachment)
Undocumented in source. Be warned that the author may not have intended to support it.
failed
void
failed
(void* attachment)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
netkit
net
NetClientSocket
classes
ConnectHandler
NetClientSocket
ReadHandler
WriteHandler