Package com.verisign.epp.transport
Interface EPPServerCon
-
- All Known Implementing Classes:
EPPPlainServer,EPPPlainServerSingle,EPPSSLServer,EPPSSLServerSingle
public interface EPPServerCon$Id: EPPServerCon.java,v 1.2 2004/01/26 21:21:06 jim Exp $- Since:
- JDK1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidRunServer(ServerEventHandler newHandler)DOCUMENT ME!
-
-
-
Method Detail
-
RunServer
void RunServer(ServerEventHandler newHandler) throws EPPConException
DOCUMENT ME!- Parameters:
newHandler- DOCUMENT ME!- Throws:
EPPConException- DOCUMENT ME!
-
-