public abstract class IpmiResponse
extends java.lang.Object
IpmiListener
sConstructor and Description |
---|
IpmiResponse(int tag,
ConnectionHandle handle) |
Modifier and Type | Method and Description |
---|---|
ConnectionHandle |
getHandle()
ConnectionHandle to the message that was an origin of the
response Handle contains only the id of the connection, not the
CipherSuite and PrivilegeLevel used in that connection. |
int |
getTag()
Tag of the message that is associated with the
IpmiResponse |
public IpmiResponse(int tag, ConnectionHandle handle)
public ConnectionHandle getHandle()
ConnectionHandle
to the message that was an origin of the
response Handle contains only the id of the connection, not the
CipherSuite
and PrivilegeLevel
used in that connection.public int getTag()
IpmiResponse