Uses of Class
org.apache.cxf.transports.http_jetty.configuration.ParametersRefType
Packages that use ParametersRefType
-
Uses of ParametersRefType in org.apache.cxf.transports.http_jetty.configuration
Fields in org.apache.cxf.transports.http_jetty.configuration declared as ParametersRefTypeModifier and TypeFieldDescriptionprotected ParametersRefTypeJettyHTTPServerEngineConfigType.threadingParametersRefprotected ParametersRefTypeJettyHTTPServerEngineConfigType.tlsServerParametersRefMethods in org.apache.cxf.transports.http_jetty.configuration that return ParametersRefTypeModifier and TypeMethodDescriptionObjectFactory.createParametersRefType()Create an instance ofParametersRefTypeJettyHTTPServerEngineConfigType.getThreadingParametersRef()Gets the value of the threadingParametersRef property.JettyHTTPServerEngineConfigType.getTlsServerParametersRef()Gets the value of the tlsServerParametersRef property.Methods in org.apache.cxf.transports.http_jetty.configuration with parameters of type ParametersRefTypeModifier and TypeMethodDescriptionvoidJettyHTTPServerEngineConfigType.setThreadingParametersRef(ParametersRefType value) Sets the value of the threadingParametersRef property.voidJettyHTTPServerEngineConfigType.setTlsServerParametersRef(ParametersRefType value) Sets the value of the tlsServerParametersRef property.