Uses of Class
org.apache.cxf.transports.http_jetty.configuration.ParametersRefType
Packages that use ParametersRefType
-
Uses of ParametersRefType in org.apache.cxf.transports.http_jetty.configuration
Fields in org.apache.cxf.transports.http_jetty.configuration declared as ParametersRefTypeModifier and TypeFieldDescriptionprotected ParametersRefTypeJettyHTTPServerEngineConfigType.threadingParametersRefSpecifies a reference to a reusable set of threading parameters.protected ParametersRefTypeJettyHTTPServerEngineConfigType.tlsServerParametersRefSpecifies a reference to a reusable set of security parameters.Methods in org.apache.cxf.transports.http_jetty.configuration that return ParametersRefTypeModifier and TypeMethodDescriptionObjectFactory.createParametersRefType()Create an instance ofParametersRefTypeJettyHTTPServerEngineConfigType.getThreadingParametersRef()Specifies a reference to a reusable set of threading parameters.JettyHTTPServerEngineConfigType.getTlsServerParametersRef()Specifies a reference to a reusable set of security parameters.Methods in org.apache.cxf.transports.http_jetty.configuration with parameters of type ParametersRefTypeModifier and TypeMethodDescriptionvoidJettyHTTPServerEngineConfigType.setThreadingParametersRef(ParametersRefType value) Sets the value of the threadingParametersRef property.voidJettyHTTPServerEngineConfigType.setTlsServerParametersRef(ParametersRefType value) Sets the value of the tlsServerParametersRef property.