Element index for package adapter.socket

Indexes by package:
sdk.client
PHPSDK
sdk
sdk.server
adapter.protocol.send
sdk.protocol.receive
adapter.protocol.receive
adapter.protocol
base

Index of all elements
a c i l s _
  top
_
$__hostin file ClientSocket.php, variable ClientSocket::$__host
    Host to connect to
$__hostin file ServerSocket.php, variable ServerSocket::$__host
    Host to connect to
$__listenerin file ServerSocket.php, variable ServerSocket::$__listener
    Listener object for callbacks
$__portin file ClientSocket.php, variable ClientSocket::$__port
    Port to connect to
$__portin file ServerSocket.php, variable ServerSocket::$__port
    Port to connect to
$__socketin file ServerSocket.php, variable ServerSocket::$__socket
    The listening socket
  top
a
addMessageListenerin file ServerSocket.php, method ServerSocket::addMessageListener()
    Adds the listener which is called when requests are received.
  top
c
ClientSocketin file ClientSocket.php, method ClientSocket::ClientSocket()
    Creates a new ClientSocket for use with specified host and port
ClientSocketin file ClientSocket.php, class ClientSocket
    $Id: ClientSocket.php,v 1.1.1.1 2003/03/27 10:27:42 maro Exp $
ClientSocket.phpprocedural page ClientSocket.php
  top
i
  top
l
listenin file ServerSocket.php, method ServerSocket::listen()
    Listens on specified host and port for incoming requests from gateway.
  top
s
ServerSocket.phpprocedural page ServerSocket.php
sendin 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.
sendin file ServerSocket.php, method ServerSocket::send()
    Sends a message back to the gateway using the connected socket.
ServerSocketin file ServerSocket.php, class ServerSocket
    $Id: ServerSocket.php,v 1.1.1.1 2003/03/27 10:27:42 maro Exp $
ServerSocketin file ServerSocket.php, method ServerSocket::ServerSocket()
    Creates a new ServerSocket for use with specified host and port