public class DataPathMessageFuture extends DefaultMessageFuture
DefaultMessageFuture
that is associated with a specific datapath.MessageFuture.Result
cause, reply, request, xid
Constructor and Description |
---|
DataPathMessageFuture(OpenflowMessage request,
DataPathId dpid)
Constructs a message future for the given request, destined for the
specified datapath.
|
Modifier and Type | Method and Description |
---|---|
DataPathId |
dpid()
Returns the datapath ID associated with this future.
|
await, await, awaitUninterruptibly, awaitUninterruptibly, cause, problemString, reply, request, result, satisfied, setFailure, setFailure, setFailureTimeout, setSuccess, setSuccess, toString, xid
public DataPathMessageFuture(OpenflowMessage request, DataPathId dpid)
request
- the out-bound request associated with this futuerdpid
- the target datapathpublic DataPathId dpid()
Copyright © 2015. All Rights Reserved.