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 |
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 |
---|
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