SSHEvent

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

EventCallback
alias EventCallback = bool delegate(socket_t fd, PollEvents revents)
Undocumented in source.

Functions

addFd
void addFd(socket_t fd, PollEvents events, EventCallback cb)
Undocumented in source. Be warned that the author may not have intended to support it.
addSession
void addSession(SSHSession session)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
doPoll
void doPoll(int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
removeFd
void removeFd(socket_t fd)
Undocumented in source. Be warned that the author may not have intended to support it.
removeSession
void removeSession(SSHSession session)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Disposable

dispose
void dispose()
Undocumented in source.

Meta