ABL socket event model
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
ABL socket event model
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.