org.ow2.petals.binding.soap.listener.incoming.jetty
Class HTTPSConfig
java.lang.Object
org.ow2.petals.binding.soap.listener.incoming.jetty.HTTPSConfig
public class HTTPSConfig
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPSConfig
public HTTPSConfig(java.lang.String httpsRestrictedIP,
int httpsPort,
int acceptorSize,
HTTPSKeystoreConfig httpsKeystoreConfig)
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
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.