SocketQueue

Constructors

this
this(DflSocket sock)

Members

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
size_t sendBytes [@property getter]
socket
DflSocket socket [@property getter]

Meta