Package | Description |
---|---|
com.verisign.epp.transport | |
com.verisign.epp.transport.client | |
com.verisign.epp.transport.server |
Modifier and Type | Method and Description |
---|---|
void |
EPPClientCon.close()
Closes the client connection.
|
EPPClientCon |
EPPConFactory.getEPPConnection()
DOCUMENT ME!
|
EPPClientCon |
EPPConFactory.getEPPConnection(java.lang.String mySocket)
DOCUMENT ME!
|
EPPServerCon |
EPPSrvFactory.getEPPServer()
Creates a server socket implements the
EPPServerCon interface
based on the configuration. |
EPPServerCon |
EPPSrvFactory.getEPPServer(java.lang.String aServerSocketClass)
Creates a server socket by name that implements the
EPPServerCon
interface. |
java.io.InputStream |
EPPClientCon.getInputStream()
Gets the input stream associated with the active connection.
|
java.io.OutputStream |
EPPClientCon.getOutputStream()
Gets the output stream associated with the active connection.
|
void |
EPPConFactoryTst.handleIO(EPPClientCon myClientCon)
DOCUMENT ME!
|
void |
EPPClientCon.initialize()
Initializes the client connection.
|
void |
EPPClientCon.initialize(java.lang.String aHostName,
int aPortNumber,
EPPSSLContext aSSLContext)
Initializes the client connection with a specific host and port.
|
void |
EPPClientCon.initialize(java.lang.String aHostName,
int aPortNumber,
java.lang.String aClientHostName,
EPPSSLContext aSSLContext)
Initializes the client connection with a specific host and port.
|
void |
EPPServerCon.RunServer(ServerEventHandler newHandler)
DOCUMENT ME!
|
Modifier and Type | Method and Description |
---|---|
void |
EPPSSLClientSocket.close()
Closing the connection.
|
void |
EPPPlainClientSocket.close()
Closing the connection.
|
void |
EPPProxyServer.decodeConfigItem(java.lang.String aConfigItem)
Parsing a proxy server configuration item that meets the regular
expression. "^\[?
|
java.io.InputStream |
EPPSSLClientSocket.getInputStream()
Gets the input stream of the
Socket connection. |
java.io.InputStream |
EPPPlainClientSocket.getInputStream()
Gets the input stream of the
Socket connection. |
java.io.OutputStream |
EPPSSLClientSocket.getOutputStream()
Gets the output stream of the
Socket connection. |
java.io.OutputStream |
EPPPlainClientSocket.getOutputStream()
Gets the output stream of the
Socket connection. |
void |
EPPSSLProxyClientSocket.initialize()
Override of the
EPPSSLClientSocket.initialize() that will first
connect to the Apache proxy server, send the target server connection
information to the proxy server, and then initialize the SSL connection
through the proxy server. |
static void |
EPPSSLImpl.initialize()
Initialize the
EPPSSLImpl , which will create an initialize
the SSLContext . |
void |
EPPSSLClientSocket.initialize()
Initializes an SSL connection to the host and port defined by the server
name and the server port properties of
EPPEnv . |
void |
EPPPlainProxyClientSocket.initialize()
Override of the
EPPSSLClientSocket.initialize() that will first
connect to the Apache proxy server, send the target server connection
information to the proxy server, and then initialize the SSL connection
through the proxy server. |
void |
EPPPlainClientSocket.initialize()
Initializes an SSL connection to the host and port defined by the server
name and the server port properties of
EPPEnv . |
static EPPSSLContext |
EPPSSLImpl.initialize(EPPSSLConfig aConfig) |
void |
EPPSSLClientSocket.initialize(java.lang.String aHostName,
int aPortNumber,
EPPSSLContext aSSLContext)
Initializes a SSL connection to a specific host and port.
|
void |
EPPPlainClientSocket.initialize(java.lang.String aHostName,
int aPortNumber,
EPPSSLContext aSSLContext)
Initializes a SSL connection to a specific host and port.
|
void |
EPPSSLClientSocket.initialize(java.lang.String aHostName,
int aPortNumber,
java.lang.String aClientHostName,
EPPSSLContext aSSLContext)
Initializes a SSL connection to a specific host and port.
|
void |
EPPPlainClientSocket.initialize(java.lang.String aHostName,
int aPortNumber,
java.lang.String aClientHostName,
EPPSSLContext aSSLContext)
Initializes a SSL connection to a specific host and port.
|
Constructor and Description |
---|
EPPPlainClientSocket()
Default constructor that gets the following settings from
EPPEnv :hostName - Defined with the EPPEnv.getServerName() method. |
EPPPlainProxyClientSocket()
Constructor for initializing a new client socket connection that goes
throw one of a list of proxy servers defined by the EPP.ProxyServers
configuration property.
|
EPPSSLClientSocket()
Default constructor that gets the following settings from
EPPEnv :hostName - Defined with the
EPPEnv.getServerName() method. |
EPPSSLProxyClientSocket()
Constructor for initializing a new client socket connection that goes
throw one of a list of proxy servers defined by the EPP.ProxyServers
configuration property.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPSSLServer.close()
Closing the server socket
|
void |
EPPPlainServer.close()
DOCUMENT ME!
|
static EPPSSLServerSingle |
EPPSSLServerSingle.getInstance()
DOCUMENT ME!
|
static EPPPlainServerSingle |
EPPPlainServerSingle.getInstance()
DOCUMENT ME!
|
void |
EPPSSLServer.loop()
Run the accept loop, where the server will continue
listening while the listening flag is
true as
defined by the getListening and the
setListening(boolean) methods. |
void |
EPPPlainServer.loop()
DOCUMENT ME!
|
void |
EPPSSLServer.RunServer(ServerEventHandler aHandler)
Starts the server by creating the SSL server socket and
going into connection accept loop.
|
void |
EPPPlainServer.RunServer(ServerEventHandler newHandler)
DOCUMENT ME!
|
Constructor and Description |
---|
EPPPlainServer()
Pre-condition the util.Env provide the properties
|
EPPSSLServer()
Creates an
EPPSSLServer that initializes
the SSL configuration and gets the port number to listen
on. |
Copyright © VeriSign Inc. All Rights Reserved.