SocketQueue

Undocumented in source.

Constructors

this
this(DflSocket sock)
Undocumented in source.

Members

Aliases

recv
deprecated alias recv = receive
Undocumented in source.
recvBytes
deprecated alias recvBytes = receiveBytes
Undocumented in source.

Functions

event
void event(DflSocket _sock, EventType type, int err)
Undocumented in source.
peek
void[] peek()
Undocumented in source. Be warned that the author may not have intended to support it.
peek
void[] peek(uint len)

ditto

readEvent
void readEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
receive
void[] receive()
Undocumented in source. Be warned that the author may not have intended to support it.
receive
void[] receive(uint len)

ditto

reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(void[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
writeEvent
void writeEvent()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

receiveBytes
uint receiveBytes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
sendBytes
uint sendBytes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
socket
DflSocket socket [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta