| Modifier and Type | Class and Description |
|---|---|
class |
TLSServerParametersConfig
This class is used by Spring Config to convert the TLSServerParameters
JAXB generated type into programmatic TLS Server Parameters for the
configuration of the http-destination.
|
| Modifier and Type | Method and Description |
|---|---|
TLSServerParameters |
JettyHTTPServerEngine.getTlsServerParameters()
This method returns the programmatically set TLSServerParameters, not
the TLSServerParametersType, which is the JAXB generated type used
in SpringConfiguration.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,TLSServerParameters> |
JettyHTTPServerEngineFactory.getTlsServerParametersMap() |
| Modifier and Type | Method and Description |
|---|---|
protected JettyConnectorFactory |
JettyHTTPServerEngine.getHTTPSConnectorFactory(TLSServerParameters tlsParams)
This method creates a connector factory enabled with the JSSE
|
void |
JettyHTTPServerEngine.setTlsServerParameters(TLSServerParameters params)
This method is used to programmatically set the TLSServerParameters.
|
void |
JettyHTTPServerEngineFactory.setTLSServerParametersForPort(int port,
TLSServerParameters tlsParams)
calls thru to {
JettyHTTPServerEngineFactory.createJettyHTTPServerEngine(String, int, String) with 'null' for host value |
void |
JettyHTTPServerEngineFactory.setTLSServerParametersForPort(String host,
int port,
TLSServerParameters tlsParams)
This call sets TLSServerParameters for a JettyHTTPServerEngine
that will be subsequently created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JettyHTTPServerEngineFactory.setTlsServerParametersMap(Map<String,TLSServerParameters> tlsParamsMap)
This call sets TLSParametersMap for a JettyHTTPServerEngine
|
| Constructor and Description |
|---|
JettyHTTPServerEngineFactory(Bus b,
Map<String,TLSServerParameters> tls,
Map<String,ThreadingParameters> threading) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TLSServerParameters> |
JettySpringTypesFactory.createTLSServerParametersMap(String s,
JAXBContext ctx) |
| Constructor and Description |
|---|
JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory(Bus bus,
Map<String,TLSServerParameters> tls,
Map<String,ThreadingParameters> threading) |
| Modifier and Type | Method and Description |
|---|---|
static SSLEngine |
SSLUtils.createServerSSLEngine(TLSServerParameters parameters) |
| Constructor and Description |
|---|
JettySslConnectorFactory(TLSServerParameters params) |
JettySslConnectorFactory(TLSServerParameters params,
int maxIdle) |
Apache CXF