Uses of Interface
com.verisign.epp.transport.EPPClientCon

Packages that use EPPClientCon
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   
 

Uses of EPPClientCon in com.verisign.epp.interfaces
 

Fields in com.verisign.epp.interfaces declared as EPPClientCon
protected  EPPClientCon EPPSession.myConnection
          Session connection
 

Methods in com.verisign.epp.interfaces that return EPPClientCon
 EPPClientCon EPPSession.getClientCon()
          Gets the client connection used for the EPPSession.
protected  EPPClientCon EPPSession.getConnection()
          Gets the client connection.
 

Uses of EPPClientCon in com.verisign.epp.transport
 

Methods in com.verisign.epp.transport that return EPPClientCon
 EPPClientCon EPPConFactory.getEPPConnection()
          DOCUMENT ME!
 EPPClientCon EPPConFactory.getEPPConnection(java.lang.String mySocket)
          DOCUMENT ME!
 EPPClientCon EPPClientConTst.mkEPPClientCon(java.lang.String newSocketClient)
          DOCUMENT ME!
 

Methods in com.verisign.epp.transport with parameters of type EPPClientCon
 void EPPConFactoryTst.handleIO(EPPClientCon myClientCon)
          DOCUMENT ME!
 

Uses of EPPClientCon in com.verisign.epp.transport.client
 

Classes in com.verisign.epp.transport.client that implement EPPClientCon
 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.