Uses of Interface
org.jboss.as.protocol.mgmt.FlushableDataOutput
-
Packages that use FlushableDataOutput Package Description org.jboss.as.protocol.mgmt -
-
Uses of FlushableDataOutput in org.jboss.as.protocol.mgmt
Methods in org.jboss.as.protocol.mgmt that return FlushableDataOutput Modifier and Type Method Description static FlushableDataOutputProtocolUtils. wrapAsDataOutput(OutputStream os)protected static FlushableDataOutputAbstractMessageHandler. writeHeader(ManagementProtocolHeader header, OutputStream os)Write the management protocol header.FlushableDataOutputManagementRequestContext. writeMessage(ManagementProtocolHeader header)Initiates writing a new message to the remote side, using the given header.Methods in org.jboss.as.protocol.mgmt with parameters of type FlushableDataOutput Modifier and Type Method Description protected abstract voidAbstractManagementRequest. sendRequest(ActiveOperation.ResultHandler<T> resultHandler, ManagementRequestContext<A> context, FlushableDataOutput output)Send the request.protected voidManagementPingRequest. sendRequest(ActiveOperation.ResultHandler<Long> resultHandler, ManagementRequestContext<Void> context, FlushableDataOutput output)voidProtocolUtils.ResponseWriter. write(FlushableDataOutput output)
-