Uses of Class
cambio.simulator.entities.networking.NetworkRequestEvent
Packages that use NetworkRequestEvent
Package
Description
Network behavior revolving around request sending, monitoring and receiving.
-
Uses of NetworkRequestEvent in cambio.simulator.entities.networking
Subclasses of NetworkRequestEvent in cambio.simulator.entities.networkingModifier and TypeClassDescriptionclass
Event that should be scheduled when a request gets canceled.class
Event that represents the successful arrival of a request at its target instance.class
Event that represents the sending of a request.class
Event that represents the timeout of aRequest
.