Uses of Class
com.facilita.fc.web.OffsetEditSequence
-
Packages that use OffsetEditSequence Package Description com.facilita.fc.web The eggPlant Performance Web Java API makes it easy to perform load tests against web sites and services, by providing classes and methods that simulate the behaviour of a web browser sending/receiving HTTP(s) requests to/from a web server. -
-
Uses of OffsetEditSequence in com.facilita.fc.web
Methods in com.facilita.fc.web with parameters of type OffsetEditSequence Modifier and Type Method Description static long
OffsetEditSequence. getCPtr(OffsetEditSequence obj)
For internal use only.void
Request. setOffsetEdit(OffsetEditSequence edits)
Sets anOffsetEditSequence
object to be applied to the message body of thisRequest
object, immediately before the request is sent to the web server.
-