List of Janus Sockets $functions: Difference between revisions
Jump to navigation
Jump to search
m (Created page with "The following are the available Janus Sockets $functions. See Notation conventions for methods for information about the conventions followed in the method descriptions....") |
mNo edit summary |
||
Line 9: | Line 9: | ||
<tr><td valign="top">[[$Sock_Cert_Levels]]</td><td valign="top">Number of levels of the SSL certificate</td></tr> | <tr><td valign="top">[[$Sock_Cert_Levels]]</td><td valign="top">Number of levels of the SSL certificate</td></tr> | ||
<tr><td valign="top">[[$Sock_Close]]</td><td valign="top">Close this socket connection</td></tr> | <tr><td valign="top">[[$Sock_Close]]</td><td valign="top">Close this socket connection</td></tr> | ||
<tr><td valign="top">[[$Sock_Conn]]</td><td valign="top"> | <tr><td valign="top">[[$Sock_Conn]]</td><td valign="top">Create a socket connection</td></tr> | ||
<tr><td valign="top">[[$Sock_ErrInfo]]</td><td valign="top">Retrieve info about the most recent socket error</td></tr> | <tr><td valign="top">[[$Sock_ErrInfo]]</td><td valign="top">Retrieve info about the most recent socket error</td></tr> | ||
<tr><td valign="top">[[$Sock_Info]]</td><td valign="top">Retrieve information about the socket</td></tr> | <tr><td valign="top">[[$Sock_Info]]</td><td valign="top">Retrieve information about the socket</td></tr> |
Revision as of 21:25, 20 January 2012
The following are the available Janus Sockets $functions.
See Notation conventions for methods for information about the conventions followed in the method descriptions.
$Function | Description |
---|---|
$Sock_Capture | Should print output be sent on the socket? |
$Sock_Cert_Info | Retrieve a value from the SSL certificate |
$Sock_Cert_Levels | Number of levels of the SSL certificate |
$Sock_Close | Close this socket connection |
$Sock_Conn | Create a socket connection |
$Sock_ErrInfo | Retrieve info about the most recent socket error |
$Sock_Info | Retrieve information about the socket |
$Sock_Num | Socket numbers of a set of selected sockets |
$Sock_OnReset | Jump to label when this socket resets |
$Sock_Recv | Receive a string of bytes on this socket |
$Sock_RecvPrs | Receive bytes up to a given string |
$Sock_SSL_On | Turn on SSL processing |
$Sock_Send | Send a string over this socket |
$Sock_SendLn | Send a string plus line end character |
$Sock_Set | Change a setting for this socket |
$Sock_Tran_In | Translate a remote=encoded string to internal |
$Sock_Tran_Out | Translate an internal-encoded string to remote |
$Sock_URL_Encode | Use escape sequences to encode special chars |