public class SimpleParsedOperationRequestHeader extends Object implements ParsedOperationRequestHeader
Constructor and Description |
---|
SimpleParsedOperationRequestHeader(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
addTo(CommandContext ctx,
org.jboss.dmr.ModelNode headers) |
String |
getName() |
String |
getValue() |
public SimpleParsedOperationRequestHeader(String name, String value) throws CommandFormatException
CommandFormatException
public String getName()
getName
in interface ParsedOperationRequestHeader
public String getValue()
public void addTo(CommandContext ctx, org.jboss.dmr.ModelNode headers) throws CommandFormatException
addTo
in interface ParsedOperationRequestHeader
CommandFormatException
Copyright © 2023 JBoss by Red Hat. All rights reserved.