Package | Description |
---|---|
org.jboss.as.controller.client |
The core client API for interacting with the management controllers for
either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.
|
org.jboss.as.controller.client.impl |
Implementation classes to support the
core JBoss AS management client API . |
org.jboss.as.controller.remote |
Modifier and Type | Method and Description |
---|---|
OperationResponse.StreamEntry |
OperationResponse.getInputStream(String uuid)
Gets a stream associated with the response that has the given
uuid . |
Modifier and Type | Method and Description |
---|---|
List<OperationResponse.StreamEntry> |
OperationResponse.getInputStreams()
Gets any streams that were associated with the operation response.
|
Modifier and Type | Method and Description |
---|---|
OperationResponse.StreamEntry |
OperationResponseProxy.getInputStream(String uuid) |
Modifier and Type | Method and Description |
---|---|
List<OperationResponse.StreamEntry> |
OperationResponseProxy.getInputStreams() |
Modifier and Type | Method and Description |
---|---|
static void |
ResponseAttachmentInputStreamSupport.handleDomainOperationResponseStreams(OperationContext context,
org.jboss.dmr.ModelNode responseNode,
List<OperationResponse.StreamEntry> streams)
Deal with streams attached to an operation response from a proxied domain process.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.