C++ IP API
9.5.7
TCP & UDP for virtual user scripts
|
▼CFacilita::BaseResponse | The base class of Response classes. |
CFacilita::DiscardResponse | Objects of this class are returned by discard methods. |
▼CFacilita::ReceiveResponse | Objects of this class are returned by receive methods. |
CFacilita::PatternResponse | The objects of this class are returned by receive methods. |
▼CCharacterEncoding | |
▼CFacilita::Extractor | A means to search and extract information from a string. |
▼CFacilita::ExtractorWithActions | A means to search and extract information from a string. |
CFacilita::ReceiveResponse | Objects of this class are returned by receive methods. |
CFacilita::ExtractionCursor | This class maintains information over a sequence of textual searches. |
CFacilita::IpEndPoint | This class encapsulates IP address and port. Static member instances represent common patterns and address families |
▼CIpLinkInterface | |
▼CFacilita::TcpConnection | 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 |
CFacilita::TcpClientConnection | This class enables communication over the TCP protocol and permits connection to a server. |
CFacilita::UdpLink | |
▼CFacilita::Pattern | An Interface to which sub-classes must conform. |
CFacilita::PatternList | A Pattern which is a list other Pattern instances. |
CFacilita::SimplePattern | A Pattern based on a single string. |
CFacilita::RegExpMatch | The objects of this class indicate a position and a string found in a textual search. |
▼CTcpConnectionInterface | |
CFacilita::TcpConnection | 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 |
▼CTcpPropertiesInterface | |
CFacilita::TcpConnection | 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 |
CFacilita::TcpConnectionFactory | A factory class for the creation of TcpClientConnection and TcpConnection objects. |
▼CUdpPropertiesInterface | |
CFacilita::UdpLink | |
CFacilita::UdpLinkFactory | This is a factory class for the creation of UdpLink objects in the context of an IpVirtualUser. |
▼CVirtualUser | |
CFacilita::IpVirtualUser | This class inherits from VirtualUser and provides access to UDP link and TCP connection factories. |
▼CVirtualUserScript | |
CFacilita::IpScript | Inherits from VirtualUserScript and provides access to factories for the creation of TCP connections and UDP links. |