Uses of Class
org.apache.cxf.transports.http_undertow.configuration.ParametersRefType
Packages that use ParametersRefType
-
Uses of ParametersRefType in org.apache.cxf.transports.http_undertow.configuration
Fields in org.apache.cxf.transports.http_undertow.configuration declared as ParametersRefTypeModifier and TypeFieldDescriptionprotected ParametersRefTypeUndertowHTTPServerEngineConfigType.threadingParametersRefprotected ParametersRefTypeUndertowHTTPServerEngineConfigType.tlsServerParametersRefMethods in org.apache.cxf.transports.http_undertow.configuration that return ParametersRefTypeModifier and TypeMethodDescriptionObjectFactory.createParametersRefType()Create an instance ofParametersRefTypeUndertowHTTPServerEngineConfigType.getThreadingParametersRef()Gets the value of the threadingParametersRef property.UndertowHTTPServerEngineConfigType.getTlsServerParametersRef()Gets the value of the tlsServerParametersRef property.Methods in org.apache.cxf.transports.http_undertow.configuration with parameters of type ParametersRefTypeModifier and TypeMethodDescriptionvoidUndertowHTTPServerEngineConfigType.setThreadingParametersRef(ParametersRefType value) Sets the value of the threadingParametersRef property.voidUndertowHTTPServerEngineConfigType.setTlsServerParametersRef(ParametersRefType value) Sets the value of the tlsServerParametersRef property.