Uses of Class
org.apache.cxf.configuration.jsse.TLSServerParametersConfig
-
Packages that use TLSServerParametersConfig Package Description org.apache.cxf.transport.http_jetty.spring org.apache.cxf.transport.http_undertow.spring org.apache.cxf.transport.http.netty.server.spring -
-
Uses of TLSServerParametersConfig in org.apache.cxf.transport.http_jetty.spring
Methods in org.apache.cxf.transport.http_jetty.spring that return TLSServerParametersConfig Modifier and Type Method Description static TLSServerParametersConfigJettyHTTPServerEngineBeanDefinitionParser. createTLSServerParametersConfig(String s, javax.xml.bind.JAXBContext context) -
Uses of TLSServerParametersConfig in org.apache.cxf.transport.http_undertow.spring
Methods in org.apache.cxf.transport.http_undertow.spring that return TLSServerParametersConfig Modifier and Type Method Description static TLSServerParametersConfigUndertowHTTPServerEngineBeanDefinitionParser. createTLSServerParametersConfig(String s, javax.xml.bind.JAXBContext context) -
Uses of TLSServerParametersConfig in org.apache.cxf.transport.http.netty.server.spring
Methods in org.apache.cxf.transport.http.netty.server.spring that return TLSServerParametersConfig Modifier and Type Method Description static TLSServerParametersConfigNettyHttpServerEngineBeanDefinitionParser. createTLSServerParametersConfig(String s, javax.xml.bind.JAXBContext context)
-