| Package | Description |
|---|---|
| ssh |
| Modifier and Type | Field and Description |
|---|---|
SshLibrary.ssh_callback_int_int |
ssh_socket_callbacks_struct.connected
This function is called when the ssh_socket_connect was used on the socket
on nonblocking state, and the connection successed. C type : ssh_callback_int_int |
SshLibrary.ssh_callback_int_int |
ssh_socket_callbacks_struct.exception
This function will be called each time an exception appears on socket.
|
| Constructor and Description |
|---|
ssh_socket_callbacks_struct(com.sun.jna.Pointer userdata,
SshLibrary.ssh_callback_data data,
SshLibrary.ssh_callback_int controlflow,
SshLibrary.ssh_callback_int_int exception,
SshLibrary.ssh_callback_int_int connected) |
Copyright © 2018. All rights reserved.