| Package | Description |
|---|---|
| ssh |
| Modifier and Type | Method and Description |
|---|---|
SshLibrary.SOCKET |
SshLibrary.ssh_bind_get_fd(SshLibrary.ssh_bind ssh_bind_o) |
SshLibrary.SOCKET |
SshLibrary.ssh_get_fd(SshLibrary.ssh_session session)
Original signature :
socket_t ssh_get_fd(ssh_session)native declaration : /usr/include/libssh/libssh.h:315 |
| Modifier and Type | Method and Description |
|---|---|
void |
SshLibrary.ssh_bind_set_fd(SshLibrary.ssh_bind ssh_bind_o,
SshLibrary.SOCKET fd) |
int |
SshLibrary.ssh_select(com.sun.jna.ptr.PointerByReference channels,
com.sun.jna.ptr.PointerByReference outchannels,
SshLibrary.SOCKET maxfd,
com.sun.jna.Pointer readfds,
com.sun.jna.Pointer timeout)
Original signature :
int ssh_select(ssh_channel*, ssh_channel*, socket_t, fd_set*, timeval*)native declaration : /usr/include/libssh/libssh.h:367 |
Copyright © 2018. All rights reserved.