Class RpcResponseKey
- java.lang.Object
-
- org.opendaylight.openflowjava.protocol.impl.core.connection.RpcResponseKey
-
public class RpcResponseKey extends Object
RPC response key.- Author:
- mirehak
-
-
Constructor Summary
Constructors Constructor Description RpcResponseKey(long xid, String outputClazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getOutputClazz()
Return the outputClazz.long
getXid()
Returns the xid.int
hashCode()
String
toString()
-