Method | Description | |
---|---|---|
__construct ( $sender_id, $sub_addr, $pub_addr ) | ||
deliver ( $uuid, $idents, $data ) | ||
deliver_http ( $uuid, $idents, $body, $code = 200, $status = "OK", $headers = null ) | ||
deliver_json ( $uuid, $idents, $data ) | ||
recv ( ) | ||
recv_json ( ) | ||
reply ( $req, $msg ) | ||
reply_http ( $req, $body, $code = 200, $status = "OK", $headers = null ) | ||
reply_json ( $req, $data ) | ||
send ( $uuid, $conn_id, $msg ) |
public deliver_http ( $uuid, $idents, $body, $code = 200, $status = "OK", $headers = null ) |
public reply_http ( $req, $body, $code = 200, $status = "OK", $headers = null ) |