NetworkLoad

class NetworkLoad(val idx: Int, val timeOut: Long, val data: String, val connection: ClientConnection) : Task

Submits huge amounts of data to the server. Idea: should stress the network units.

Constructors

Link copied to clipboard
constructor(idx: Int, timeOut: Long, data: String, connection: ClientConnection)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val idx: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun perform(): Boolean
Link copied to clipboard
open fun run()