Uses of Class
com.facilita.fc.jni.RegExpMatchList
-
Packages that use RegExpMatchList Package Description com.facilita.fc.jni Contains useful utility classes.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 RegExpMatchList in com.facilita.fc.jni
Methods in com.facilita.fc.jni with parameters of type RegExpMatchList Modifier and Type Method Description static long
RegExpMatchList. getCPtr(RegExpMatchList obj)
For internal use only. -
Uses of RegExpMatchList in com.facilita.fc.web
Methods in com.facilita.fc.web that return RegExpMatchList Modifier and Type Method Description RegExpMatchList
Response. extractRegExp(ExtractionCursor cursor, java.lang.String regExp)
Extracts multipleString
objects from the response content, wherever the specified regular expression matches.RegExpMatchList
Response. extractRegExp(ExtractionCursor cursor, java.lang.String regExp, boolean caseSensitive)
Extracts multipleString
objects from the response content, wherever the specified regular expression matches, and specifying whether the search will be case-sensitive.RegExpMatchList
WebSocketMessage. extractRegExp(ExtractionCursor cursor, java.lang.String regExp)
Extracts multiple string objects from the message content, wherever the specified regular expression matches.RegExpMatchList
WebSocketMessage. extractRegExp(ExtractionCursor cursor, java.lang.String regExp, boolean caseSensitive)
Extracts multiple string objects from the message content, wherever the specified regular expression matches, and specifying whether the search will be case-sensitive.
-