Uses of Class
org.apache.cxf.transports.http_netty_server.configuration.ParametersRefType
Packages that use ParametersRefType
-
Uses of ParametersRefType in org.apache.cxf.transports.http_netty_server.configuration
Fields in org.apache.cxf.transports.http_netty_server.configuration declared as ParametersRefTypeModifier and TypeFieldDescriptionprotected ParametersRefTypeNettyHttpServerEngineConfigType.threadingParametersRefprotected ParametersRefTypeNettyHttpServerEngineConfigType.tlsServerParametersRefMethods in org.apache.cxf.transports.http_netty_server.configuration that return ParametersRefTypeModifier and TypeMethodDescriptionObjectFactory.createParametersRefType()Create an instance ofParametersRefTypeNettyHttpServerEngineConfigType.getThreadingParametersRef()Gets the value of the threadingParametersRef property.NettyHttpServerEngineConfigType.getTlsServerParametersRef()Gets the value of the tlsServerParametersRef property.Methods in org.apache.cxf.transports.http_netty_server.configuration with parameters of type ParametersRefTypeModifier and TypeMethodDescriptionvoidNettyHttpServerEngineConfigType.setThreadingParametersRef(ParametersRefType value) Sets the value of the threadingParametersRef property.voidNettyHttpServerEngineConfigType.setTlsServerParametersRef(ParametersRefType value) Sets the value of the tlsServerParametersRef property.