Class RpcResponseKey
- java.lang.Object
- 
- org.opendaylight.openflowjava.protocol.impl.core.connection.RpcResponseKey
 
- 
 public class RpcResponseKey extends Object RPC response key.- Author:
- mirehak
 
- 
- 
Constructor SummaryConstructors Constructor Description RpcResponseKey(long xid, String outputClazz)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetOutputClazz()Return the outputClazz.longgetXid()Returns the xid.inthashCode()StringtoString()
 
-