Uses of Interface
org.glassfish.grizzly.config.dom.NetworkConfig
-
-
Uses of NetworkConfig in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return NetworkConfig Modifier and Type Method Description NetworkConfigConfig. getNetworkConfig()Gets the value of the networkConfig property.Methods in com.sun.enterprise.config.serverbeans with parameters of type NetworkConfig Modifier and Type Method Description voidConfig. setNetworkConfig(NetworkConfig value)Sets the value of the networkConfig property. -
Uses of NetworkConfig in com.sun.enterprise.web.reconfig
Methods in com.sun.enterprise.web.reconfig with parameters of type NetworkConfig Modifier and Type Method Description voidWebConfigListener. setNetworkConfig(NetworkConfig config) -
Uses of NetworkConfig in org.glassfish.config.support
Methods in org.glassfish.config.support with parameters of type NetworkConfig Modifier and Type Method Description static ProtocolsGrizzlyConfigSchemaMigrator. getProtocols(NetworkConfig config) -
Uses of NetworkConfig in org.glassfish.grizzly.config
Methods in org.glassfish.grizzly.config that return NetworkConfig Modifier and Type Method Description NetworkConfigGrizzlyConfig. getConfig() -
Uses of NetworkConfig in org.glassfish.grizzly.config.dom
Methods in org.glassfish.grizzly.config.dom that return NetworkConfig Modifier and Type Method Description static NetworkConfigNetworkListeners.Duck. getParent(NetworkListeners listeners)NetworkConfigNetworkListeners. getParent()static NetworkConfigProtocols.Duck. getParent(Protocols protocols)NetworkConfigProtocols. getParent()static NetworkConfigTransports.Duck. getParent(Transports transports)NetworkConfigTransports. getParent()Methods in org.glassfish.grizzly.config.dom with parameters of type NetworkConfig Modifier and Type Method Description static ProtocolNetworkConfig.Duck. findProtocol(NetworkConfig config, String name)static NetworkListenerNetworkConfig.Duck. getNetworkListener(NetworkConfig config, String name) -
Uses of NetworkConfig in org.glassfish.web.admin.monitor
Constructors in org.glassfish.web.admin.monitor with parameters of type NetworkConfig Constructor Description HttpServiceStatsProvider(String vsName, String listeners, NetworkConfig networkConfig)
-