![]() |
C++ IP API
9.5.8
TCP & UDP for virtual user scripts
|
| ▼NFacilita | |
| CBaseResponse | The base class of Response classes. |
| CDiscardResponse | Objects of this class are returned by discard methods. |
| CExtractionCursor | This class maintains information over a sequence of textual searches. |
| CExtractor | A means to search and extract information from a string. |
| CExtractorWithActions | A means to search and extract information from a string. |
| CIpEndPoint | This class encapsulates IP address and port. Static member instances represent common patterns and address families |
| CIpScript | Inherits from VirtualUserScript and provides access to factories for the creation of TCP connections and UDP links. |
| CIpVirtualUser | This class inherits from VirtualUser and provides access to UDP link and TCP connection factories. |
| CPattern | An Interface to which sub-classes must conform. |
| CPatternList | A Pattern which is a list other Pattern instances. |
| CPatternResponse | The objects of this class are returned by receive methods. |
| CReceiveResponse | Objects of this class are returned by receive methods. |
| CRegExpMatch | The objects of this class indicate a position and a string found in a textual search. |
| CSimplePattern | A Pattern based on a single string. |
| CTcpClientConnection | This class enables communication over the TCP protocol and permits connection to a server. |
| CTcpConnection | A TCP protocol connection endpoint that manages an underlying socket. Provides methods for sending and receiving data that are designed for use in test scripts |
| CTcpConnectionFactory | A factory class for the creation of TcpClientConnection and TcpConnection objects. |
| CUdpLink | |
| CUdpLinkFactory | This is a factory class for the creation of UdpLink objects in the context of an IpVirtualUser. |