Class IpmiResponse
java.lang.Object
org.metricshub.ipmi.core.api.async.messages.IpmiResponse
- Direct Known Subclasses:
IpmiError,IpmiResponseData
Interface for response messages delivered to
IpmiResponseListeners-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConnectionHandleto the message that was an origin of the response Handle contains only the id of the connection, not theCipherSuiteandPrivilegeLevelused in that connection.intgetTag()Tag of the message that is associated with theIpmiResponse
-
Constructor Details
-
IpmiResponse
-
-
Method Details
-
getHandle
ConnectionHandleto the message that was an origin of the response Handle contains only the id of the connection, not theCipherSuiteandPrivilegeLevelused in that connection. -
getTag
public int getTag()Tag of the message that is associated with theIpmiResponse
-