ABL socket event model
- Last Updated: October 29, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The ABL socket event model includes two types of ABL events:
-
CONNECT event— Posted on a server socket object when a client seeks to establish a socket connection. As part of generating this event, ABL creates a socket object for the server to communicate with the client on the new connection. -
READ-RESPONSE event— Posted on a socket object when data is available to be read on the socket.