Package | Description |
---|---|
org.jboss.as.host.controller.mgmt | |
org.jboss.as.protocol.mgmt |
Modifier and Type | Method and Description |
---|---|
protected static void |
ServerToHostProtocolHandler.safeWriteResponse(org.jboss.remoting3.Channel channel,
ManagementProtocolHeader header,
byte param) |
protected static void |
ServerToHostProtocolHandler.safeWriteResponse(org.jboss.remoting3.Channel channel,
ManagementProtocolHeader header,
Exception error) |
protected static void |
ServerToHostProtocolHandler.writeHeader(ManagementProtocolHeader header,
OutputStream os) |
Modifier and Type | Class and Description |
---|---|
class |
ManagementByeByeHeader |
class |
ManagementPingHeader |
class |
ManagementPongHeader |
class |
ManagementRequestHeader
ManagementProtocol header used for management requests.
|
class |
ManagementResponseHeader
ManagementProtocol header used for management operation responses.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends ManagementProtocolHeader> |
ManagementProtocolHeader.cast(Class<T> expected) |
Modifier and Type | Method and Description |
---|---|
ManagementProtocolHeader |
ManagementRequestContext.MultipleResponseAsyncTask.getCurrentRequestHeader()
Deprecated.
Gets the current request header for which an error response should be sent
|
ManagementProtocolHeader |
ManagementRequestContext.getRequestHeader()
Get the protocol header.
|
static ManagementProtocolHeader |
ManagementProtocolHeader.parse(DataInput input)
Parses the input stream to read the header
|
Modifier and Type | Method and Description |
---|---|
static ManagementResponseHeader |
ManagementResponseHeader.create(ManagementProtocolHeader header) |
static ManagementResponseHeader |
ManagementResponseHeader.create(ManagementProtocolHeader header,
int responseId) |
void |
AbstractMessageHandler.handleMessage(org.jboss.remoting3.Channel channel,
DataInput input,
ManagementProtocolHeader header)
Handle a message.
|
void |
ManagementMessageHandler.handleMessage(org.jboss.remoting3.Channel channel,
DataInput input,
ManagementProtocolHeader header)
Handle a message on the channel.
|
protected <T,A> void |
AbstractMessageHandler.handleMessage(org.jboss.remoting3.Channel channel,
DataInput message,
ManagementProtocolHeader header,
ActiveOperation<T,A> support,
ManagementRequestHandler<T,A> handler)
Handle a message.
|
protected static void |
ManagementChannelReceiver.handlePing(org.jboss.remoting3.Channel channel,
ManagementProtocolHeader header)
Handle a simple ping request.
|
protected <T,A> void |
AbstractMessageHandler.handleRequest(org.jboss.remoting3.Channel channel,
DataInput message,
ManagementProtocolHeader header,
org.jboss.as.protocol.mgmt.AbstractMessageHandler.ActiveRequest<T,A> activeRequest)
Handle a message.
|
protected static void |
AbstractMessageHandler.safeWriteErrorResponse(org.jboss.remoting3.Channel channel,
ManagementProtocolHeader header,
Throwable error)
Safe write error response.
|
protected ManagementRequestHeader |
AbstractMessageHandler.validateRequest(ManagementProtocolHeader header)
Validate whether the request can be handled.
|
protected static FlushableDataOutput |
AbstractMessageHandler.writeHeader(ManagementProtocolHeader header,
OutputStream os)
Write the management protocol header.
|
protected static void |
ManagementChannelReceiver.writeHeader(ManagementProtocolHeader header,
OutputStream os)
Write the management protocol header.
|
FlushableDataOutput |
ManagementRequestContext.writeMessage(ManagementProtocolHeader header)
Initiates writing a new message to the remote side, using the given header.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.