RSocket
Object Hierarchy:
Description:
[ SimpleType ]
[ CCode ( cname = "int" , cprefix = "r_socket_" , unref_function = "" ) ]
public class RSocket
Content:
Static methods:
- public static string http_get (string uri, out int code)
- public static string http_post (string uri, string data, out int code, out int rlen)
- public static int unix_connect (string file)
- public static int unix_listen (string file)
Creation methods:
Methods:
- public int accept ()
- public void block (bool blocking)
- public int close ()
- public bool connect (string host, string port, int proto, int timeout)
- public bool flush ()
- public int gets (ref string buf, int len)
- public bool listen (string port, string? certfile)
- public int printf (string str, ...)
- public int read (ref string buf, int len)
- public bool ready (int secs, int usecs)
- public string to_string ()
- public int write (int fd, void* buf, int len)