Uses of Class
org.apache.cxf.configuration.jsse.TLSServerParameters
Packages that use TLSServerParameters
Package
Description
-
Uses of TLSServerParameters in org.apache.cxf.configuration.jsse
Subclasses of TLSServerParameters in org.apache.cxf.configuration.jsseModifier and TypeClassDescriptionclassThis 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 TLSServerParametersModifier and TypeMethodDescriptionJettyHTTPServerEngine.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 TLSServerParametersMethods in org.apache.cxf.transport.http_jetty with parameters of type TLSServerParametersModifier and TypeMethodDescriptionvoidJettyHTTPServerEngine.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 TLSServerParametersModifier and TypeMethodDescriptionvoidJettyHTTPServerEngineFactory.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 TLSServerParametersModifierConstructorDescriptionJettyHTTPServerEngineFactory(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 TLSServerParametersModifier and TypeMethodDescriptionJettySpringTypesFactory.createTLSServerParametersMap(String s, jakarta.xml.bind.JAXBContext ctx) Constructor parameters in org.apache.cxf.transport.http_jetty.spring with type arguments of type TLSServerParametersModifierConstructorDescriptionSpringJettyHTTPServerEngineFactory(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 TLSServerParametersModifier and TypeMethodDescriptionUndertowHTTPServerEngine.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 TLSServerParametersMethods in org.apache.cxf.transport.http_undertow with parameters of type TLSServerParametersModifier and TypeMethodDescriptionvoidUndertowHTTPServerEngine.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 TLSServerParametersModifier and TypeMethodDescriptionvoidUndertowHTTPServerEngineFactory.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 TLSServerParametersModifierConstructorDescriptionUndertowHTTPServerEngineFactory(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 TLSServerParametersModifier and TypeMethodDescriptionUndertowSpringTypesFactory.createTLSServerParametersMap(String s, jakarta.xml.bind.JAXBContext ctx) Constructor parameters in org.apache.cxf.transport.http_undertow.spring with type arguments of type TLSServerParametersModifierConstructorDescriptionSpringUndertowHTTPServerEngineFactory(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 TLSServerParametersModifier and TypeMethodDescriptionNettyHttpServerEngine.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 TLSServerParametersMethods in org.apache.cxf.transport.http.netty.server with parameters of type TLSServerParametersModifier and TypeMethodDescriptionvoidNettyHttpServerEngine.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 TLSServerParametersModifier and TypeMethodDescriptionvoidNettyHttpServerEngineFactory.setTlsServerParameters(Map<String, TLSServerParameters> tlsParametersMap) Constructors in org.apache.cxf.transport.http.netty.server with parameters of type TLSServerParametersModifierConstructorDescriptionNettyHttpServletPipelineFactory(TLSServerParameters tlsServerParameters, boolean supportSession, int threadPoolSize, int maxChunkContentSize, Map<String, NettyHttpContextHandler> handlerMap, NettyHttpServerEngine engine) Deprecated.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 TLSServerParametersModifierConstructorDescriptionNettyHttpServerEngineFactory(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 TLSServerParametersModifier and TypeMethodDescriptionNettySpringTypesFactory.createTLSServerParametersMap(String s, jakarta.xml.bind.JAXBContext ctx) Constructor parameters in org.apache.cxf.transport.http.netty.server.spring with type arguments of type TLSServerParametersModifierConstructorDescriptionSpringNettyHttpServerEngineFactory(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 TLSServerParametersModifier and TypeMethodDescriptionstatic SSLEngineSSLUtils.createServerSSLEngine(TLSServerParameters parameters)
NettyHttpServletPipelineFactory(TLSServerParameters, boolean, int, Map, NettyHttpServerEngine, EventExecutorGroup)