Apache CXF API

Uses of Class
org.apache.cxf.configuration.jsse.TLSServerParameters

Packages that use TLSServerParameters
org.apache.cxf.configuration.jsse   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http_jetty.spring   
org.apache.cxf.transport.http.netty.server   
org.apache.cxf.transport.http.netty.server.spring   
org.apache.cxf.transport.https   
org.apache.cxf.transport.https_jetty   
 

Uses of TLSServerParameters in org.apache.cxf.configuration.jsse
 

Subclasses of TLSServerParameters in org.apache.cxf.configuration.jsse
 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.
 

Uses of TLSServerParameters in org.apache.cxf.transport.http_jetty
 

Methods in org.apache.cxf.transport.http_jetty that return TLSServerParameters
 TLSServerParameters JettyHTTPServerEngine.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
 Map<String,TLSServerParameters> JettyHTTPServerEngineFactory.getTlsServerParametersMap()
           
 

Methods in org.apache.cxf.transport.http_jetty with parameters of type TLSServerParameters
protected  JettyConnectorFactory JettyHTTPServerEngine.getHTTPSConnectorFactory(TLSServerParameters tlsParams)
          This method creates a connector factory enabled with the JSSE
 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.
 

Method parameters in org.apache.cxf.transport.http_jetty with type arguments of type TLSServerParameters
 void JettyHTTPServerEngineFactory.setTlsServerParametersMap(Map<String,TLSServerParameters> tlsParamsMap)
          This call sets TLSParametersMap for a JettyHTTPServerEngine
 

Constructor parameters in org.apache.cxf.transport.http_jetty with type arguments of type TLSServerParameters
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
 Map<String,TLSServerParameters> JettySpringTypesFactory.createTLSServerParametersMap(String s, JAXBContext ctx)
           
 

Constructor parameters in org.apache.cxf.transport.http_jetty.spring with type arguments of type TLSServerParameters
JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory(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
 TLSServerParameters NettyHttpServerEngine.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
 Map<String,TLSServerParameters> NettyHttpServerEngineFactory.getTlsServerParametersMap()
           
 

Methods in org.apache.cxf.transport.http.netty.server with parameters of type TLSServerParameters
 void NettyHttpServerEngine.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
 void NettyHttpServerEngineFactory.setTlsServerParameters(Map<String,TLSServerParameters> tlsParametersMap)
           
 

Constructors in org.apache.cxf.transport.http.netty.server with parameters of type TLSServerParameters
NettyHttpServletPipelineFactory(TLSServerParameters tlsServerParameters, boolean supportSession, int threadPoolSize, int maxChunkContentSize, Map<String,NettyHttpContextHandler> handlerMap, NettyHttpServerEngine engine)
           
 

Constructor parameters in org.apache.cxf.transport.http.netty.server with type arguments of type TLSServerParameters
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
 Map<String,TLSServerParameters> NettySpringTypesFactory.createTLSServerParametersMap(String s, JAXBContext ctx)
           
 

Constructor parameters in org.apache.cxf.transport.http.netty.server.spring with type arguments of type TLSServerParameters
NettyHttpServerEngineFactoryBeanDefinitionParser.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
static SSLEngine SSLUtils.createServerSSLEngine(TLSServerParameters parameters)
           
 

Uses of TLSServerParameters in org.apache.cxf.transport.https_jetty
 

Constructors in org.apache.cxf.transport.https_jetty with parameters of type TLSServerParameters
JettySslConnectorFactory(TLSServerParameters params)
           
JettySslConnectorFactory(TLSServerParameters params, int maxIdle)
           
 


Apache CXF API

Apache CXF