Uses of Interface
com.sun.enterprise.v3.services.impl.NetworkProxy
-
Packages that use NetworkProxy Package Description 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 Modifier and Type Class Description classGrizzlyProxyThis class is responsible for configuring Grizzly.Methods in com.sun.enterprise.v3.services.impl that return NetworkProxy Modifier and Type Method Description NetworkProxyGrizzlyService. lookupNetworkProxy(NetworkListener listener)LookupGrizzlyProxy, which corresponds to theNetworkListener.Methods in com.sun.enterprise.v3.services.impl with parameters of type NetworkProxy Modifier and Type Method Description voidGrizzlyService. addNetworkProxy(NetworkProxy proxy)Add the new proxy to our list of proxies.booleanGrizzlyService. closeNetworkProxy(NetworkProxy proxy)booleanGrizzlyService. removeNetworkProxy(NetworkProxy proxy)Remove the proxy from our list of proxies.
-