java.lang.Object
org.opendaylight.openflowjava.protocol.impl.core.connection.RpcResponseKey
public class RpcResponseKey
extends Object
RPC response key.
- Author:
- mirehak
-
Constructor Summary 
Constructors
-
Method Summary 
-
Constructor Details 
-
RpcResponseKey 
public RpcResponseKey(long xid,
String outputClazz)
-
Method Details 
-
getXid 
public long getXid()
Returns the xid.
-
getOutputClazz 
public String getOutputClazz()
Return the outputClazz.
-
-
-