Package org.glassfish.grizzly.config
Interface ConfigAwareElement<E extends org.jvnet.hk2.config.ConfigBeanProxy>
- All Known Implementing Classes:
HttpRedirectFilter
public interface ConfigAwareElement<E extends org.jvnet.hk2.config.ConfigBeanProxy>
Grizzly config elements like protocols, filters, which implement this
interface, will get correspondent dom configuration element.
- Author:
- Alexey Stashok
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(org.glassfish.hk2.api.ServiceLocator habitat, NetworkListener networkListener, E configuration)
-
Method Details
-
configure
void configure(org.glassfish.hk2.api.ServiceLocator habitat, NetworkListener networkListener, E configuration)
-