Uses of Class
org.apache.cxf.configuration.jsse.TLSServerParameters
-
-
Uses of TLSServerParameters in org.apache.cxf.configuration.jsse
Subclasses of TLSServerParameters in org.apache.cxf.configuration.jsse Modifier and Type Class Description classTLSServerParametersConfigThis 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. -
Uses of TLSServerParameters in org.apache.cxf.transport.http_jetty
Methods in org.apache.cxf.transport.http_jetty that return TLSServerParameters Modifier and Type Method Description TLSServerParametersJettyHTTPServerEngine. getTlsServerParameters()This method returns the programmatically set TLSServerParameters, not the TLSServerParametersType, which is the JAXB generated type used in SpringConfiguration.Methods in org.apache.cxf.transport.http_jetty that return types with arguments of type TLSServerParameters Modifier and Type Method Description Map<String,TLSServerParameters>JettyHTTPServerEngineFactory. getTlsServerParametersMap()Methods in org.apache.cxf.transport.http_jetty with parameters of type TLSServerParameters Modifier and Type Method Description voidJettyHTTPServerEngine. setTlsServerParameters(TLSServerParameters params)This method is used to programmatically set the TLSServerParameters.voidJettyHTTPServerEngineFactory. setTLSServerParametersForPort(int port, TLSServerParameters tlsParams)calls thru to {JettyHTTPServerEngineFactory.createJettyHTTPServerEngine(String, int, String)with 'null' for host valuevoidJettyHTTPServerEngineFactory. setTLSServerParametersForPort(String host, int port, TLSServerParameters tlsParams)This call sets TLSServerParameters for a JettyHTTPServerEngine that will be subsequently created.Method parameters in org.apache.cxf.transport.http_jetty with type arguments of type TLSServerParameters Modifier and Type Method Description voidJettyHTTPServerEngineFactory. setTlsServerParametersMap(Map<String,TLSServerParameters> tlsParamsMap)This call sets TLSParametersMap for a JettyHTTPServerEngineConstructor parameters in org.apache.cxf.transport.http_jetty with type arguments of type TLSServerParameters Constructor Description JettyHTTPServerEngineFactory(Bus b, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threading) -
Uses of TLSServerParameters in org.apache.cxf.transport.http_jetty.spring
Methods in org.apache.cxf.transport.http_jetty.spring that return types with arguments of type TLSServerParameters Modifier and Type Method Description Map<String,TLSServerParameters>JettySpringTypesFactory. createTLSServerParametersMap(String s, javax.xml.bind.JAXBContext ctx)Constructor parameters in org.apache.cxf.transport.http_jetty.spring with type arguments of type TLSServerParameters Constructor Description SpringJettyHTTPServerEngineFactory(Bus bus, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threading) -
Uses of TLSServerParameters in org.apache.cxf.transport.http_undertow
Methods in org.apache.cxf.transport.http_undertow that return TLSServerParameters Modifier and Type Method Description TLSServerParametersUndertowHTTPServerEngine. getTlsServerParameters()This method returns the programmatically set TLSServerParameters, not the TLSServerParametersType, which is the JAXB generated type used in SpringConfiguration.Methods in org.apache.cxf.transport.http_undertow that return types with arguments of type TLSServerParameters Modifier and Type Method Description Map<String,TLSServerParameters>UndertowHTTPServerEngineFactory. getTlsServerParametersMap()Methods in org.apache.cxf.transport.http_undertow with parameters of type TLSServerParameters Modifier and Type Method Description voidUndertowHTTPServerEngine. setTlsServerParameters(TLSServerParameters params)This method is used to programmatically set the TLSServerParameters.voidUndertowHTTPServerEngineFactory. setTLSServerParametersForPort(int port, TLSServerParameters tlsParams)calls thru to {UndertowHTTPServerEngineFactory.createUndertowHTTPServerEngine(String, int, String)with 'null' for host valuevoidUndertowHTTPServerEngineFactory. setTLSServerParametersForPort(String host, int port, TLSServerParameters tlsParams)This call sets TLSServerParameters for a UndertowHTTPServerEngine that will be subsequently created.Method parameters in org.apache.cxf.transport.http_undertow with type arguments of type TLSServerParameters Modifier and Type Method Description voidUndertowHTTPServerEngineFactory. setTlsServerParametersMap(Map<String,TLSServerParameters> tlsParamsMap)This call sets TLSParametersMap for a UndertowHTTPServerEngineConstructor parameters in org.apache.cxf.transport.http_undertow with type arguments of type TLSServerParameters Constructor Description UndertowHTTPServerEngineFactory(Bus b, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threading) -
Uses of TLSServerParameters in org.apache.cxf.transport.http_undertow.spring
Methods in org.apache.cxf.transport.http_undertow.spring that return types with arguments of type TLSServerParameters Modifier and Type Method Description Map<String,TLSServerParameters>UndertowSpringTypesFactory. createTLSServerParametersMap(String s, javax.xml.bind.JAXBContext ctx)Constructor parameters in org.apache.cxf.transport.http_undertow.spring with type arguments of type TLSServerParameters Constructor Description SpringUndertowHTTPServerEngineFactory(Bus bus, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threading) -
Uses of TLSServerParameters in org.apache.cxf.transport.http.netty.server
Methods in org.apache.cxf.transport.http.netty.server that return TLSServerParameters Modifier and Type Method Description TLSServerParametersNettyHttpServerEngine. getTlsServerParameters()This method returns the programmatically set TLSServerParameters, not the TLSServerParametersType, which is the JAXB generated type used in SpringConfiguration.Methods in org.apache.cxf.transport.http.netty.server that return types with arguments of type TLSServerParameters Modifier and Type Method Description Map<String,TLSServerParameters>NettyHttpServerEngineFactory. getTlsServerParametersMap()Methods in org.apache.cxf.transport.http.netty.server with parameters of type TLSServerParameters Modifier and Type Method Description voidNettyHttpServerEngine. setTlsServerParameters(TLSServerParameters params)This method is used to programmatically set the TLSServerParameters.Method parameters in org.apache.cxf.transport.http.netty.server with type arguments of type TLSServerParameters Modifier and Type Method Description voidNettyHttpServerEngineFactory. setTlsServerParameters(Map<String,TLSServerParameters> tlsParametersMap)Constructors in org.apache.cxf.transport.http.netty.server with parameters of type TLSServerParameters Constructor Description NettyHttpServletPipelineFactory(TLSServerParameters tlsServerParameters, boolean supportSession, int threadPoolSize, int maxChunkContentSize, Map<String,NettyHttpContextHandler> handlerMap, NettyHttpServerEngine engine)NettyHttpServletPipelineFactory(TLSServerParameters tlsServerParameters, boolean supportSession, int maxChunkContentSize, Map<String,NettyHttpContextHandler> handlerMap, NettyHttpServerEngine engine, io.netty.util.concurrent.EventExecutorGroup applicationExecutor)NettyHttpServletPipelineFactory(TLSServerParameters tlsServerParameters, boolean supportSession, int maxChunkContentSize, Map<String,NettyHttpContextHandler> handlerMap, NettyHttpServerEngine engine, io.netty.util.concurrent.EventExecutorGroup applicationExecutor, boolean enableHttp2)Constructor parameters in org.apache.cxf.transport.http.netty.server with type arguments of type TLSServerParameters Constructor Description NettyHttpServerEngineFactory(Bus b, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threads) -
Uses of TLSServerParameters in org.apache.cxf.transport.http.netty.server.spring
Methods in org.apache.cxf.transport.http.netty.server.spring that return types with arguments of type TLSServerParameters Modifier and Type Method Description Map<String,TLSServerParameters>NettySpringTypesFactory. createTLSServerParametersMap(String s, javax.xml.bind.JAXBContext ctx)Constructor parameters in org.apache.cxf.transport.http.netty.server.spring with type arguments of type TLSServerParameters Constructor Description SpringNettyHttpServerEngineFactory(Bus bus, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threads) -
Uses of TLSServerParameters in org.apache.cxf.transport.https
Methods in org.apache.cxf.transport.https with parameters of type TLSServerParameters Modifier and Type Method Description static SSLEngineSSLUtils. createServerSSLEngine(TLSServerParameters parameters)
-