Uses of Class
org.apache.cxf.transports.http_jetty.configuration.ParametersRefType
-
Packages that use ParametersRefType Package Description org.apache.cxf.transports.http_jetty.configuration -
-
Uses of ParametersRefType in org.apache.cxf.transports.http_jetty.configuration
Fields in org.apache.cxf.transports.http_jetty.configuration declared as ParametersRefType Modifier and Type Field Description protected ParametersRefTypeJettyHTTPServerEngineConfigType. threadingParametersRefprotected ParametersRefTypeJettyHTTPServerEngineConfigType. tlsServerParametersRefMethods in org.apache.cxf.transports.http_jetty.configuration that return ParametersRefType Modifier and Type Method Description ParametersRefTypeObjectFactory. createParametersRefType()Create an instance ofParametersRefTypeParametersRefTypeJettyHTTPServerEngineConfigType. getThreadingParametersRef()Gets the value of the threadingParametersRef property.ParametersRefTypeJettyHTTPServerEngineConfigType. getTlsServerParametersRef()Gets the value of the tlsServerParametersRef property.Methods in org.apache.cxf.transports.http_jetty.configuration with parameters of type ParametersRefType Modifier and Type Method Description voidJettyHTTPServerEngineConfigType. setThreadingParametersRef(ParametersRefType value)Sets the value of the threadingParametersRef property.voidJettyHTTPServerEngineConfigType. setTlsServerParametersRef(ParametersRefType value)Sets the value of the tlsServerParametersRef property.
-