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