POSIX Socket Programming for R


[Up] [Top]

Documentation for package ‘socketR’ version 1.0.4

Help Pages

socketR-package POSIX socket programming for R
close.Socket Close an R6 Socket with the standard R connection API.
close.socketr_socket Close a socketR handle with the standard R connection API.
Socket R6 convenience wrapper for socketR handles.
socketR POSIX socket programming for R
socket_accept Create and configure POSIX sockets.
socket_bind Create and configure POSIX sockets.
socket_broadcast Common socket option helpers.
socket_close Manage a socket handle lifecycle.
socket_connect Create and configure POSIX sockets.
socket_connection Adapt sockets and R connections for byte I/O.
socket_connections Adapt sockets and R connections for byte I/O.
socket_connection_read Adapt sockets and R connections for byte I/O.
socket_connection_write Adapt sockets and R connections for byte I/O.
socket_connect_auto Connect using the first available IPv6 or IPv4 endpoint.
socket_create Create and configure POSIX sockets.
socket_datagrams Datagram socket I/O.
socket_fd Return the native file descriptor, or NA for a closed socket.
socket_get_option Get a socket option.
socket_info Return the native file descriptor, or NA for a closed socket.
socket_inspection Return the native file descriptor, or NA for a closed socket.
socket_io Stream socket I/O.
socket_is_open Manage a socket handle lifecycle.
socket_keep_alive Common socket option helpers.
socket_lifecycle Manage a socket handle lifecycle.
socket_linger Common socket option helpers.
socket_listen Create and configure POSIX sockets.
socket_listen_auto Listen on the first available IPv6 or IPv4 address family.
socket_local_name Return the native file descriptor, or NA for a closed socket.
socket_no_delay Common socket option helpers.
socket_options Common socket option helpers.
socket_peer_name Return the native file descriptor, or NA for a closed socket.
socket_poll Control socket blocking and readiness.
socket_quick_ack Common socket option helpers.
socket_read Stream socket I/O.
socket_readiness Control socket blocking and readiness.
socket_receive Stream socket I/O.
socket_receive_buffer_size Common socket option helpers.
socket_receive_from Datagram socket I/O.
socket_receive_timeout Common socket option helpers.
socket_resolve Resolve a hostname or address into socket endpoints.
socket_reuse_address Common socket option helpers.
socket_send Stream socket I/O.
socket_send_buffer_size Common socket option helpers.
socket_send_timeout Common socket option helpers.
socket_send_to Datagram socket I/O.
socket_setup Create and configure POSIX sockets.
socket_set_blocking Control socket blocking and readiness.
socket_set_option Set a socket option.
socket_set_options Set multiple socket options in order.
socket_shutdown Manage a socket handle lifecycle.
socket_write Stream socket I/O.