- onConnect
void onConnect(evutil_socket_t listenfd, short evtype, void* arg)
Undocumented in source. Be warned that the author may not have intended to support it.
- onSocketEvent
void onSocketEvent(bufferevent* buf_event, short status, void* arg)
Undocumented in source. Be warned that the author may not have intended to support it.
- onSocketRead
void onSocketRead(bufferevent* buf_event, void* arg)
Undocumented in source. Be warned that the author may not have intended to support it.
- onSocketWrite
void onSocketWrite(bufferevent* buf_event, void* arg)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeFromArray
void removeFromArray(T[] array, T item)
TCP side of the libevent driver
For the base driver implementation, see vibe.core.drivers.libevent2.