object
http_socket_transport
Sockets-backed HTTP transport predicates built on top of the sockets, http_client_core, and http_server_core libraries.
logtalk_load(http_socket_transport(loader))static, context_switching_calls, threadedPublic predicates
(no local declarations; see entity ancestors if any)
Protected predicates
(no local declarations; see entity ancestors if any)
Private predicates
connection_pool_seed_/1
Last allocated connection pool identifier.
dynamicconnection_pool_seed_(PoolId)connection_pool_seed_(?positive_integer) - zero_or_oneconnection_pool_config_/6
Stored connection pool configuration indexed by pool identifier.
dynamicconnection_pool_config_(PoolId,Host,Port,MinSize,MaxSize,ConnectionOptions)connection_pool_config_(?positive_integer,?atom,?integer,?non_negative_integer,?positive_integer,?list) - zero_or_moreconnection_pool_available_/2
Reusable idle client connections indexed by pool identifier.
dynamicconnection_pool_available_(PoolId,Connection)connection_pool_available_(?positive_integer,?compound) - zero_or_moreconnection_pool_in_use_/2
Checked-out client connections indexed by pool identifier.
dynamicconnection_pool_in_use_(PoolId,Connection)connection_pool_in_use_(?positive_integer,?compound) - zero_or_morelistener_shutdown_seed_/1
Last allocated shutdown run identifier for open-ended listener loops.
dynamiclistener_shutdown_seed_(RunId)listener_shutdown_seed_(?positive_integer) - zero_or_onelistener_shutdown_control_/3
Registered shutdown control terms and their associated listeners.
dynamiclistener_shutdown_control_(Control,Listener,RunId)listener_shutdown_control_(?nonvar,?compound,?positive_integer) - zero_or_morelistener_shutdown_requested_/2
Recorded shutdown requests indexed by control term and run identifier.
dynamiclistener_shutdown_requested_(Control,RunId)listener_shutdown_requested_(?nonvar,?positive_integer) - zero_or_morelistener_active_worker_/3
Active listener worker records indexed by control term and run identifier.
dynamiclistener_active_worker_(Control,RunId,Worker)listener_active_worker_(?nonvar,?positive_integer,?compound) - zero_or_morelistener_endpoint_/3
Stored listener endpoints indexed by listener handle.
dynamiclistener_endpoint_(Listener,Host,Port)listener_endpoint_(?compound,?atom,?integer) - zero_or_moreOperators
(none)