Package | Description |
---|---|
com.verisign.epp.interfaces |
Interfaces test client to run client tests against the
Stub Server for the Change Poll Extension.
|
com.verisign.epp.transport | |
com.verisign.epp.transport.client |
Modifier and Type | Field and Description |
---|---|
protected EPPClientCon |
EPPSession.myConnection
Session connection
|
Modifier and Type | Method and Description |
---|---|
EPPClientCon |
EPPSession.getClientCon()
Gets the client connection used for the
EPPSession . |
protected EPPClientCon |
EPPSession.getConnection()
Gets the client connection.
|
Modifier and Type | Method and Description |
---|---|
EPPClientCon |
EPPConFactory.getEPPConnection()
DOCUMENT ME!
|
EPPClientCon |
EPPConFactory.getEPPConnection(java.lang.String mySocket)
DOCUMENT ME!
|
EPPClientCon |
EPPClientConTst.mkEPPClientCon(java.lang.String aClientSocketClass)
Create client connection object given name of class that implements
EPPClientCon . |
Modifier and Type | Method and Description |
---|---|
void |
EPPConFactoryTst.handleIO(EPPClientCon myClientCon)
DOCUMENT ME!
|
Modifier and Type | Class and Description |
---|---|
class |
EPPPlainClientSocket
Plain client socket class that can be configured to connect to a server over
TCP using the
EPP.ClientSocketName configuration property. |
class |
EPPPlainProxyClientSocket
EPP plain client socket connection that goes through the Apache server
mod_proxy.
|
class |
EPPSSLClientSocket
Secure Socket Layer client socket class that can be configured to connect to
a server over SSL / TLS using the
EPP.ClientSocketName
configuration property. |
class |
EPPSSLProxyClientSocket
EPP SSL client socket connection that goes through the Apache server
mod_proxy.
|
Copyright © VeriSign Inc. All Rights Reserved.