Uses of Class
org.jboss.as.protocol.mgmt.ManagementProtocolHeader
Packages that use ManagementProtocolHeader
-
Uses of ManagementProtocolHeader in org.jboss.as.protocol.mgmt
Subclasses of ManagementProtocolHeader in org.jboss.as.protocol.mgmtModifier and TypeClassDescriptionclassclassclassclassManagementProtocol header used for management requests.classManagementProtocol header used for management operation responses.Methods in org.jboss.as.protocol.mgmt with type parameters of type ManagementProtocolHeaderMethods in org.jboss.as.protocol.mgmt that return ManagementProtocolHeaderModifier and TypeMethodDescriptionManagementRequestContext.MultipleResponseAsyncTask.getCurrentRequestHeader()Deprecated.Gets the current request header for which an error response should be sentManagementRequestContext.getRequestHeader()Get the protocol header.static ManagementProtocolHeaderParses the input stream to read the headerMethods in org.jboss.as.protocol.mgmt with parameters of type ManagementProtocolHeaderModifier and TypeMethodDescriptionstatic ManagementResponseHeaderManagementResponseHeader.create(ManagementProtocolHeader header) static ManagementResponseHeaderManagementResponseHeader.create(ManagementProtocolHeader header, int responseId) voidAbstractMessageHandler.handleMessage(org.jboss.remoting3.Channel channel, DataInput input, ManagementProtocolHeader header) Handle a message.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.voidManagementMessageHandler.handleMessage(org.jboss.remoting3.Channel channel, DataInput input, ManagementProtocolHeader header) Handle a message on the channel.protected static voidAbstractMessageHandler.safeWriteErrorResponse(org.jboss.remoting3.Channel channel, ManagementProtocolHeader header, Throwable error) Safe write error response.protected ManagementRequestHeaderAbstractMessageHandler.validateRequest(ManagementProtocolHeader header) Validate whether the request can be handled.protected static FlushableDataOutputAbstractMessageHandler.writeHeader(ManagementProtocolHeader header, OutputStream os) Write the management protocol header.ManagementRequestContext.writeMessage(ManagementProtocolHeader header) Initiates writing a new message to the remote side, using the given header.