public class ReverseProxyHandler extends PersistentResourceDefinition
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
CONNECTIONS_PER_THREAD |
static ReverseProxyHandler |
INSTANCE |
static AttributeDefinition |
MAX_REQUEST_TIME |
static AttributeDefinition |
PROBLEM_SERVER_RETRY |
static AttributeDefinition |
SESSION_COOKIE_NAMES |
Modifier and Type | Method and Description |
---|---|
io.undertow.server.HttpHandler |
createHandler(OperationContext context,
org.jboss.dmr.ModelNode model) |
List<AccessConstraintDefinition> |
getAccessConstraints()
Get the definition of any access constraints associated with the resource.
|
Collection<AttributeDefinition> |
getAttributes() |
protected List<? extends PersistentResourceDefinition> |
getChildren() |
void |
registerOperations(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
registerAttributes, registerChildren
getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperation
public static final AttributeDefinition PROBLEM_SERVER_RETRY
public static final AttributeDefinition SESSION_COOKIE_NAMES
public static final AttributeDefinition CONNECTIONS_PER_THREAD
public static final AttributeDefinition MAX_REQUEST_TIME
public static final ReverseProxyHandler INSTANCE
public Collection<AttributeDefinition> getAttributes()
getAttributes
in class PersistentResourceDefinition
protected List<? extends PersistentResourceDefinition> getChildren()
getChildren
in class PersistentResourceDefinition
public io.undertow.server.HttpHandler createHandler(OperationContext context, org.jboss.dmr.ModelNode model) throws OperationFailedException
OperationFailedException
public void registerOperations(ManagementResourceRegistration resourceRegistration)
SimpleResourceDefinition
registerOperations
in interface ResourceDefinition
registerOperations
in class SimpleResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionpublic List<AccessConstraintDefinition> getAccessConstraints()
SimpleResourceDefinition
getAccessConstraints
in interface ConstrainedResourceDefinition
getAccessConstraints
in class SimpleResourceDefinition
Copyright © 2014 JBoss by Red Hat. All rights reserved.