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 longRegExpMatchList. 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 RegExpMatchListResponse. extractRegExp(ExtractionCursor cursor, java.lang.String regExp)Extracts multipleStringobjects from the response content, wherever the specified regular expression matches.RegExpMatchListResponse. extractRegExp(ExtractionCursor cursor, java.lang.String regExp, boolean caseSensitive)Extracts multipleStringobjects from the response content, wherever the specified regular expression matches, and specifying whether the search will be case-sensitive.RegExpMatchListWebSocketMessage. extractRegExp(ExtractionCursor cursor, java.lang.String regExp)Extracts multiple string objects from the message content, wherever the specified regular expression matches.RegExpMatchListWebSocketMessage. 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.
-