Class GzipFilter
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.controller.PersistentResourceDefinition
-
- org.wildfly.extension.undertow.AbstractHandlerDefinition
-
- org.wildfly.extension.undertow.filters.GzipFilter
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition,Handler
public class GzipFilter extends AbstractHandlerDefinition
- Author:
- Tomaz Cerar (c) 2014 Red Hat Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.wildfly.extension.undertow.AbstractHandlerDefinition
AbstractHandlerDefinition.DefaultHandlerRemove
-
-
Field Summary
Fields Modifier and Type Field Description static GzipFilterINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.undertow.server.HttpHandlercreateHandler(Class<? extends io.undertow.server.HttpHandler> handlerClass, org.jboss.dmr.ModelNode model, List<org.jboss.as.controller.AttributeDefinition> attributes, io.undertow.server.HttpHandler next)io.undertow.server.HttpHandlercreateHttpHandler(io.undertow.predicate.Predicate predicate, org.jboss.dmr.ModelNode model, io.undertow.server.HttpHandler next)protected Class[]getConstructorSignature()voidregisterOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)-
Methods inherited from class org.wildfly.extension.undertow.AbstractHandlerDefinition
getAccessConstraints, getAttributes, getHandlerClass
-
Methods inherited from class org.jboss.as.controller.PersistentResourceDefinition
getChildren, registerAttributes, registerChildren
-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
INSTANCE
public static final GzipFilter INSTANCE
-
-
Method Detail
-
createHttpHandler
public io.undertow.server.HttpHandler createHttpHandler(io.undertow.predicate.Predicate predicate, org.jboss.dmr.ModelNode model, io.undertow.server.HttpHandler next)- Specified by:
createHttpHandlerin interfaceHandler
-
getConstructorSignature
protected Class[] getConstructorSignature()
-
registerOperations
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerOperationsin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerOperationsin classAbstractHandlerDefinition
-
-