Sets the file descriptor associated with the socket. The socket owns the fd after this call. @param fd file descriptor
(long fd)
| 68 | * @param fd file descriptor |
| 69 | */ |
| 70 | void of(long fd); |
| 71 | |
| 72 | /** |
| 73 | * Receives plain data into the given buffer from the socket. On encrypted |
no outgoing calls