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 |
---|---|
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 |
---|---|
TLSServerParameters |
NettyHttpServerEngine.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> |
NettyHttpServerEngineFactory.getTlsServerParametersMap() |
Modifier and Type | Method and Description |
---|---|
void |
NettyHttpServerEngine.setTlsServerParameters(TLSServerParameters params)
This method is used to programmatically set the TLSServerParameters.
|
Modifier and Type | Method and Description |
---|---|
void |
NettyHttpServerEngineFactory.setTlsServerParameters(Map<String,TLSServerParameters> tlsParametersMap) |
Constructor and Description |
---|
NettyHttpServletPipelineFactory(TLSServerParameters tlsServerParameters,
boolean supportSession,
int threadPoolSize,
int maxChunkContentSize,
Map<String,NettyHttpContextHandler> handlerMap,
NettyHttpServerEngine engine) |
Constructor and Description |
---|
NettyHttpServerEngineFactory(Bus b,
Map<String,TLSServerParameters> tls,
Map<String,ThreadingParameters> threads) |
Modifier and Type | Method and Description |
---|---|
Map<String,TLSServerParameters> |
NettySpringTypesFactory.createTLSServerParametersMap(String s,
JAXBContext ctx) |
Constructor and Description |
---|
NettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactory(Bus bus,
Map<String,TLSServerParameters> tls,
Map<String,ThreadingParameters> threads) |
Modifier and Type | Method and Description |
---|---|
static SSLEngine |
SSLUtils.createServerSSLEngine(TLSServerParameters parameters) |
Apache CXF