Uses of Interface
com.sun.enterprise.v3.services.impl.NetworkProxy

Packages that use NetworkProxy
com.sun.enterprise.v3.services.impl   
 

Uses of NetworkProxy in com.sun.enterprise.v3.services.impl
 

Classes in com.sun.enterprise.v3.services.impl that implement NetworkProxy
 class GrizzlyProxy
          This class is responsible for configuring Grizzly.
 

Methods in com.sun.enterprise.v3.services.impl that return NetworkProxy
 NetworkProxy GrizzlyService.lookupNetworkProxy(org.glassfish.grizzly.config.dom.NetworkListener listener)
          Lookup GrizzlyProxy, which corresponds to the NetworkListener.
 

Methods in com.sun.enterprise.v3.services.impl with parameters of type NetworkProxy
 void GrizzlyService.addNetworkProxy(NetworkProxy proxy)
          Add the new proxy to our list of proxies.
 boolean GrizzlyService.removeNetworkProxy(NetworkProxy proxy)
          Remove the proxy from our list of proxies.
 



Copyright © 2012. All Rights Reserved.