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 booleanequals(Object obj)StringgetOutputClazz()Return the outputClazz.longgetXid()Returns the xid.inthashCode()StringtoString()
-