|
Provides functionality for working with ClientSockets.
Method DetailClientSocket createClientSocket(String channel, boolean secure, int renewalIncrement) Creates a new ClientSocket that does not respond to inbound client requests.
Parameters:
Returns: ClientSocket Since: 06-04-2026 ClientSocket createClientSocket(String receiverWorkflow, String channel, boolean secure, int renewalIncrement) Creates a new ClientSocket. To keep a client alive you should have JavaScript brower code that sends a 'ping' message every 30 seconds. By default, idle sockets are closed after one minute.
Parameters:
Returns: ClientSocket Since: 06-04-2026 deleteClientSocket(String socketId) Deletes the ClientSocket
Parameters:
Since: 06-04-2026 ClientSocket getClientSocket(String socketId) Returns settings set in Pal Manager.
Parameters:
Returns: ClientSocket Since: 06-04-2026 SystemDataView getSockets() Returns ClientSockets associated with this pal. Returns: SystemDataView Since: 06-04-2026 |
|||||||||||||
| Copyright © 2006 - 2026, ContractPal, Inc. All rights reserved. | API Date: Jun 12, 2026 11:29 AM |