top
| ||
$__host | in file ClientSocket.php, variable ClientSocket::$__host Host to connect to | |
$__host | in file ServerSocket.php, variable ServerSocket::$__host Host to connect to | |
$__listener | in file ServerSocket.php, variable ServerSocket::$__listener Listener object for callbacks | |
$__port | in file ClientSocket.php, variable ClientSocket::$__port Port to connect to | |
$__port | in file ServerSocket.php, variable ServerSocket::$__port Port to connect to | |
$__socket | in file ServerSocket.php, variable ServerSocket::$__socket The listening socket | |
top
| ||
addMessageListener | in file ServerSocket.php, method ServerSocket::addMessageListener() Adds the listener which is called when requests are received. | |
top
| ||
ClientSocket | in file ClientSocket.php, method ClientSocket::ClientSocket() Creates a new ClientSocket for use with specified host and port | |
ClientSocket | in file ClientSocket.php, class ClientSocket $Id: ClientSocket.php,v 1.1.1.1 2003/03/27 10:27:42 maro Exp $ | |
ClientSocket.php | procedural page ClientSocket.php | |
top
| ||
top
| ||
listen | in file ServerSocket.php, method ServerSocket::listen() Listens on specified host and port for incoming requests from gateway. | |
top
| ||
ServerSocket.php | procedural page ServerSocket.php | |
send | in file ClientSocket.php, method ClientSocket::send() Sends a message to the desired host/port and reads the response from the socket and returns this to the calling app. | |
send | in file ServerSocket.php, method ServerSocket::send() Sends a message back to the gateway using the connected socket. | |
ServerSocket | in file ServerSocket.php, class ServerSocket $Id: ServerSocket.php,v 1.1.1.1 2003/03/27 10:27:42 maro Exp $ | |
ServerSocket | in file ServerSocket.php, method ServerSocket::ServerSocket() Creates a new ServerSocket for use with specified host and port |