org.ow2.petals.binding.soap.listener.incoming.jetty
Class HTTPSConfig

java.lang.Object
  extended by org.ow2.petals.binding.soap.listener.incoming.jetty.HTTPSConfig

public class HTTPSConfig
extends java.lang.Object

Author:
Adrien Ruffie - EBM WebSourcing

Constructor Summary
HTTPSConfig(java.lang.String httpsRestrictedIP, int httpsPort, int acceptorSize, HTTPSKeystoreConfig httpsKeystoreConfig)
           
 
Method Summary
 int getAcceptorSize()
           
 HTTPSKeystoreConfig getHttpsKeystoreConfig()
           
 int getHttpsPort()
           
 java.lang.String getHttpsRestrictedIP()
           
 HTTPSTruststoreConfig getHttpsTruststoreConfig()
           
 boolean isHttpsClientAuthEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPSConfig

public HTTPSConfig(java.lang.String httpsRestrictedIP,
                   int httpsPort,
                   int acceptorSize,
                   HTTPSKeystoreConfig httpsKeystoreConfig)
Method Detail

getHttpsTruststoreConfig

public HTTPSTruststoreConfig getHttpsTruststoreConfig()
Returns:
the httpsTruststoreConfig

getAcceptorSize

public int getAcceptorSize()
Returns:
the acceptorPoolSize

getHttpsPort

public int getHttpsPort()
Returns:
the httpsPort

getHttpsRestrictedIP

public java.lang.String getHttpsRestrictedIP()
Returns:
the httpsRestrictedIP

getHttpsKeystoreConfig

public HTTPSKeystoreConfig getHttpsKeystoreConfig()
Returns:
the httpsKeystoreConfig

isHttpsClientAuthEnabled

public boolean isHttpsClientAuthEnabled()
Returns:
the httpsClientAuthEnabled


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.