Kompics
1.1
Introduction
Kompics Tutorial
Kompics Scala
Kompics Internals
Project Information
Javadoc
Core
Timer Port
Network Port
se.sics.kompics.network
Address
ConnectionStatus
ConnectionStatus.Dropped
ConnectionStatus.Established
ConnectionStatus.Requested
Header
ListeningStatus
ListeningStatus.Request
ListeningStatus.Response
MessageNotify
MessageNotify.Req
MessageNotify.Resp
MessageNotify.State
Msg
Network
NetworkControl
NetworkException
Transport
se.sics.kompics.network.test
Virtual Network Port
Java Timer Component
Netty Network
Simulator
Kompics
Docs
»
Javadoc
»
Network Port
»
se.sics.kompics.network
»
MessageNotify.Req
View page source
MessageNotify.Req
¶
public static class
Req
extends
Direct
.
Request
<
Resp
>
¶
Fields
¶
msg
¶
public final
Msg
<?, ?>
msg
¶
notifyOfDelivery
¶
public final boolean
notifyOfDelivery
¶
Constructors
¶
Req
¶
public
Req
(
Msg
<?, ?>
msg
)
¶
Req
¶
public
Req
(
Msg
<?, ?>
msg
, boolean
notifyOfDelivery
)
¶
Methods
¶
deliveryResponse
¶
public
Resp
deliveryResponse
(
long
time
, boolean
success
, long
nanoEnd
)
¶
getMsgId
¶
public
UUID
getMsgId
(
)
¶
injectSize
¶
public void
injectSize
(
int
size
, long
nanoStart
)
¶
prepareResponse
¶
public void
prepareResponse
(
long
time
, boolean
success
, long
nanoEnd
)
¶
toString
¶
public
String
toString
(
)
¶