- accept
SSHSession accept()
Undocumented in source. Be warned that the author may not have intended to support it.
- accept
SSHSession accept(SSHSession session)
Undocumented in source. Be warned that the author may not have intended to support it.
- accept
SSHSession accept(socket_t fd)
Undocumented in source. Be warned that the author may not have intended to support it.
- accept
SSHSession accept(SSHSession session, socket_t fd)
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.
- fdToAccept
void fdToAccept()
Undocumented in source. Be warned that the author may not have intended to support it.
- listen
void listen()
Undocumented in source. Be warned that the author may not have intended to support it.
- setOption
void setOption(BindOption type, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOption
void setOption(BindOption type, bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOption
void setOption(BindOption type, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOption
void setOption(BindOption type, string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- banner
string banner [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- bindAddress
string bindAddress [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- bindPort
ushort bindPort [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- bindPortStr
string bindPortStr [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- blocking
bool blocking [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- dsaKey
string dsaKey [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- ecdsaKey
string ecdsaKey [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fd
socket_t fd [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fd
socket_t fd [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- hostkey
string hostkey [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- logVerbosity
LogVerbosity logVerbosity [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- logVerbosityStr
string logVerbosityStr [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onIncomingConnectionCallback
OnIncomingConnectionCallback onIncomingConnectionCallback [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onIncomingConnectionCallback
OnIncomingConnectionCallback onIncomingConnectionCallback [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- rsaKey
string rsaKey [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.