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