Uses of Class
org.apache.cxf.transports.http_netty_server.configuration.ThreadingParametersIdentifiedType
-
Packages that use ThreadingParametersIdentifiedType Package Description org.apache.cxf.transports.http_netty_server.configuration -
-
Uses of ThreadingParametersIdentifiedType in org.apache.cxf.transports.http_netty_server.configuration
Fields in org.apache.cxf.transports.http_netty_server.configuration with type parameters of type ThreadingParametersIdentifiedType Modifier and Type Field Description protected List<ThreadingParametersIdentifiedType>NettyHttpServerEngineFactoryConfigType. identifiedThreadingParametersMethods in org.apache.cxf.transports.http_netty_server.configuration that return ThreadingParametersIdentifiedType Modifier and Type Method Description ThreadingParametersIdentifiedTypeObjectFactory. createThreadingParametersIdentifiedType()Create an instance ofThreadingParametersIdentifiedTypeMethods in org.apache.cxf.transports.http_netty_server.configuration that return types with arguments of type ThreadingParametersIdentifiedType Modifier and Type Method Description List<ThreadingParametersIdentifiedType>NettyHttpServerEngineFactoryConfigType. getIdentifiedThreadingParameters()Gets the value of the identifiedThreadingParameters property.
-