|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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,
javax.xml.bind.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.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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |