com.netscape.certsrv.connector
Interface IHttpConnection
public interface IHttpConnection
This represents a HTTP connection to a remote authority.
Http connection is used by the connector to send
PKI messages to a remote authority. The remote authority
will reply with a PKI message as well. An example would
be the communication between a CA and a KRA.
- Version:
- $Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $
send
IPKIMessage send(IPKIMessage tomsg)
throws EBaseException
- Sends the PKI message to the remote authority.
- Parameters:
tomsg
- Message to forward to authority.
- Throws:
EBaseException
- Failed to send message.