AsyncSocket.this
- this(EventLoop evLoop, int domain, SocketType type, int protocol, fd_t handle)
- this(EventLoop evLoop, int domain, SocketType type, int protocol)
- this(EventLoop eventLoop, int domain, SocketType type)
- this(EventLoop evLoop, int domain, int type, int protocol)
- this(EventLoop evLoop, int domain, int type)
libasync socket AsyncSocket
aliasesconstructorsdestructorsfunctionsmixinspropertiesvariables
Convenience constructor if avoiding SocketType is preferred. Supports only SOCK_STREAM, SOCK_SEQPACKET, SOCK_DGRAM, SOCK_RAW, and SOCK_RDM.