public class AS2ServerConnection extends Object
Constructor and Description |
---|
AS2ServerConnection(String as2Version,
String originServer,
String serverFqdn,
Integer serverPortNumber,
AS2SignatureAlgorithm signingAlgorithm,
Certificate[] signingCertificateChain,
PrivateKey signingPrivateKey) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected org.apache.http.protocol.HttpProcessor |
initProtocolProcessor(String as2Version,
String originServer,
String serverFqdn,
int port,
AS2SignatureAlgorithm signatureAlgorithm,
Certificate[] signingCertificateChain,
PrivateKey signingPrivateKey) |
void |
listen(String requestUri,
org.apache.http.protocol.HttpRequestHandler handler) |
void |
stopListening(String requestUri) |
public AS2ServerConnection(String as2Version, String originServer, String serverFqdn, Integer serverPortNumber, AS2SignatureAlgorithm signingAlgorithm, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey) throws IOException
IOException
public void close()
public void listen(String requestUri, org.apache.http.protocol.HttpRequestHandler handler) throws IOException
IOException
public void stopListening(String requestUri)
protected org.apache.http.protocol.HttpProcessor initProtocolProcessor(String as2Version, String originServer, String serverFqdn, int port, AS2SignatureAlgorithm signatureAlgorithm, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey)
Apache Camel