Method | Description | |
---|---|---|
bindToPort ( $port, $sendHwm = 100, $recvHwm = 100 ) | ||
close ( ) | ||
connectToHost ( $hostId, $port, $sendHwm = 100, $recvHwm = 100 ) | ||
disconnectFromAllHosts ( ) | ||
disconnectFromHost ( $hostId, $port ) | ||
send ( $message, $timeout = null ) | ||
sendMulti ( $message, $timeout = null ) | ||
sendMultiNonBlocking ( $message ) | ||
sendNonBlocking ( $message ) | ||
unbindFromAllPorts ( ) | ||
unbindFromPort ( $port ) |
public connectToHost ( $hostId, $port, $sendHwm = 100, $recvHwm = 100 ) |