EPPTransportBase | Base abstract class for the Transport classes. |
EPPTransportException | This class groups all exceptions having to do with the instantiation of
transports in EPPClient, such a ClassNotFoundException,
InstantiationException, etc... |
EPPTransportSMTP | Provides methods necessary to communicate via SMTP with an EPP Server. |
EPPTransportTCP | Provides methods necessary to establish connection and to communicate with
an EPP Server using plain socket (no encryption). |
EPPTransportTCPTLS | Provides methods necessary to build connection with EPP Server
using a SSL-TLS socket. |