SocketQueue

Constructors

this
this(DflSocket sock)

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)
peek
void[] peek()
void[] peek(uint len)
readEvent
void readEvent()
receive
void[] receive()
void[] receive(uint len)
reset
void reset()
send
void send(void[] buf)
writeEvent
void writeEvent()

Properties

receiveBytes
uint receiveBytes [@property getter]
sendBytes
uint sendBytes [@property getter]
socket
DflSocket socket [@property getter]

Meta