Apache CXF API

Uses of Class
org.apache.cxf.transports.http_netty_server.configuration.TLSServerParametersIdentifiedType

Packages that use TLSServerParametersIdentifiedType
org.apache.cxf.transports.http_netty_server.configuration   
 

Uses of TLSServerParametersIdentifiedType in org.apache.cxf.transports.http_netty_server.configuration
 

Fields in org.apache.cxf.transports.http_netty_server.configuration with type parameters of type TLSServerParametersIdentifiedType
protected  List<TLSServerParametersIdentifiedType> NettyHttpServerEngineFactoryConfigType.identifiedTLSServerParameters
           
 

Methods in org.apache.cxf.transports.http_netty_server.configuration that return TLSServerParametersIdentifiedType
 TLSServerParametersIdentifiedType ObjectFactory.createTLSServerParametersIdentifiedType()
          Create an instance of TLSServerParametersIdentifiedType
 

Methods in org.apache.cxf.transports.http_netty_server.configuration that return types with arguments of type TLSServerParametersIdentifiedType
 List<TLSServerParametersIdentifiedType> NettyHttpServerEngineFactoryConfigType.getIdentifiedTLSServerParameters()
          Gets the value of the identifiedTLSServerParameters property.
 


Apache CXF API

Apache CXF