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