ssh_socket_callbacks_struct class

These are the callbacks exported by the socket structure They are called by the socket module when a socket event appears

Inheritance

Properties

connected ssh_callback_int_int
This function is called when the ssh_socket_connect was used on the socket on nonblocking state, and the connection successed.
getter/setter pair
controlflow ssh_callback_int
This function will be called each time a controlflow state changes, i.e. the socket is available for reading or writing.
getter/setter pair
data ssh_callback_data
This function will be called each time data appears on socket. The data not consumed will appear on the next data event.
getter/setter pair
exception ssh_callback_int_int
This function will be called each time an exception appears on socket. An exception can be a socket problem (timeout, ...) or an end-of-file.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userdata Pointer<Void>
User-provided data. User is free to set anything he wants here
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited