Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V 

A

accept(mediaType) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting media type setter.
accept(contentType) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting media type setter.
accept(mediaType) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting media type setter.
accept(contentType) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting media type setter.
as(cls) - Method in class com.github.aivancioglo.resttest.http.Response
Deserialize responseSpecification body as your model class.
as(cls, objectMapper) - Method in class com.github.aivancioglo.resttest.http.Response
Deserialize responseSpecification body as your model class.
as(cls, objectMapperType) - Method in class com.github.aivancioglo.resttest.http.Response
Deserialize responseSpecification body as your model class.
assertThat(verifier, verifiers) - Method in class com.github.aivancioglo.resttest.http.Response
Making responseSpecification validation.
assertThat(code, verifiers) - Method in class com.github.aivancioglo.resttest.http.Response
Making responseSpecification validation.
assertThat(statusCode, verifiers) - Method in class com.github.aivancioglo.resttest.http.Response
Making responseSpecification validation.
assertThat(code, jsonSchema, verifiers) - Method in class com.github.aivancioglo.resttest.http.Response
Making responseSpecification validation.
assertThat(statusCode, jsonSchema, verifiers) - Method in class com.github.aivancioglo.resttest.http.Response
Making responseSpecification validation.

B

basicAuth(userName, password) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Use http basic authentication.
basicAuth(userName, password) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Use http basic authentication.
body(body) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting requestSpecification body setter.
body(body) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting requestSpecification body setter.
body(body) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting requestSpecification body setter.
body(body) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting requestSpecification body setter.
body(matcher, additionalMatchers) - Static method in class com.github.aivancioglo.resttest.verifiers.Verifiers
Verify response body.
body(matcher, additionalMatchers) - Method in class com.github.aivancioglo.resttest.verifiers.Verifiers.Companion
Verify response body.

C

CaseInsensitiveSubstringMatcher - Class in com.github.aivancioglo.resttest.matchers
 
CaseInsensitiveSubstringMatcher(subString) - Constructor for class com.github.aivancioglo.resttest.matchers.CaseInsensitiveSubstringMatcher
 
CaseInsensitiveSubstringMatcher.Companion - Class in com.github.aivancioglo.resttest.matchers
 
com.github.aivancioglo.resttest.http - package com.github.aivancioglo.resttest.http
 
com.github.aivancioglo.resttest.logger - package com.github.aivancioglo.resttest.logger
 
com.github.aivancioglo.resttest.matchers - package com.github.aivancioglo.resttest.matchers
 
com.github.aivancioglo.resttest.setters - package com.github.aivancioglo.resttest.setters
 
com.github.aivancioglo.resttest.verifiers - package com.github.aivancioglo.resttest.verifiers
 
Companion - Static variable in class com.github.aivancioglo.resttest.http.OAuth1
 
Companion - Static variable in class com.github.aivancioglo.resttest.http.OAuth2
 
Companion - Static variable in class com.github.aivancioglo.resttest.http.RestTest
 
Companion - Static variable in class com.github.aivancioglo.resttest.http.Settings
 
Companion - Static variable in class com.github.aivancioglo.resttest.matchers.CaseInsensitiveSubstringMatcher
 
Companion - Static variable in class com.github.aivancioglo.resttest.matchers.RegexMatcher
 
Companion - Static variable in class com.github.aivancioglo.resttest.setters.Setters
 
Companion - Static variable in class com.github.aivancioglo.resttest.verifiers.Verifiers
 
consumerKey(consumerKey) - Method in class com.github.aivancioglo.resttest.http.OAuth1.Companion
Setter of OAuth 1.0 consumer key.
consumerKey(consumerKey) - Static method in class com.github.aivancioglo.resttest.http.OAuth1
Setter of OAuth 1.0 consumer key.
consumerSecret(consumerSecret) - Method in class com.github.aivancioglo.resttest.http.OAuth1.Companion
Setter of OAuth 1.0 consumer secret.
consumerSecret(consumerSecret) - Static method in class com.github.aivancioglo.resttest.http.OAuth1
Setter of OAuth 1.0 consumer secret.
containsIgnoringCase(subString) - Method in class com.github.aivancioglo.resttest.matchers.CaseInsensitiveSubstringMatcher.Companion
 
containsIgnoringCase(subString) - Static method in class com.github.aivancioglo.resttest.matchers.CaseInsensitiveSubstringMatcher
 
ContentType - Enum in com.github.aivancioglo.resttest.http
 
ContentType(type, types) - Constructor for enum com.github.aivancioglo.resttest.http.ContentType
 
contentType() - Method in class com.github.aivancioglo.resttest.http.Response
Get the content type of the response
contentType(type) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting content type setter.
contentType(type) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting content type setter.
contentType(type) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting content type setter.
contentType(type) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting content type setter.
contentTypeIs(contentType) - Method in class com.github.aivancioglo.resttest.verifiers.Verifiers.Companion
Verify response body content type.
contentTypeIs(contentType) - Method in class com.github.aivancioglo.resttest.verifiers.Verifiers.Companion
Verify response body content type.
contentTypeIs(contentType) - Static method in class com.github.aivancioglo.resttest.verifiers.Verifiers
Verify response body content type.
contentTypeIs(contentType) - Static method in class com.github.aivancioglo.resttest.verifiers.Verifiers
Verify response body content type.

D

delete(setters) - Method in class com.github.aivancioglo.resttest.http.Endpoint
Making DELETE requestSpecification.
delete(url, setters) - Method in class com.github.aivancioglo.resttest.http.Endpoint
Making DELETE requestSpecification.
delete(setters) - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Making DELETE requestSpecification.
delete(url, setters) - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Making DELETE requestSpecification.
delete(setters) - Static method in class com.github.aivancioglo.resttest.http.RestTest
Making DELETE requestSpecification.
delete(url, setters) - Static method in class com.github.aivancioglo.resttest.http.RestTest
Making DELETE requestSpecification.
describeTo(description) - Method in class com.github.aivancioglo.resttest.matchers.CaseInsensitiveSubstringMatcher
 
describeTo(description) - Method in class com.github.aivancioglo.resttest.matchers.RegexMatcher
 

E

Endpoint - Class in com.github.aivancioglo.resttest.http
Universal class for any HTTP requestSpecification making.
Endpoint() - Constructor for class com.github.aivancioglo.resttest.http.Endpoint
Universal class for any HTTP requestSpecification making.
every(sec, mls) - Method in class com.github.aivancioglo.resttest.http.Session
Set your request delay.
every(sec) - Method in class com.github.aivancioglo.resttest.http.Session
Set your request delay.

F

formParam(key, value) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting form param setter.
formParam(key, value) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting form param setter.

G

get(setters) - Method in class com.github.aivancioglo.resttest.http.Endpoint
Making GET requestSpecification.
get(url, setters) - Method in class com.github.aivancioglo.resttest.http.Endpoint
Making GET requestSpecification.
get(setters) - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Making GET requestSpecification.
get(url, setters) - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Making GET requestSpecification.
get(setters) - Static method in class com.github.aivancioglo.resttest.http.RestTest
Making GET requestSpecification.
get(url, setters) - Static method in class com.github.aivancioglo.resttest.http.RestTest
Making GET requestSpecification.
getBody() - Method in class com.github.aivancioglo.resttest.http.Response
For getting body of last responseSpecification as string.
getCode() - Method in enum com.github.aivancioglo.resttest.http.StatusCode
 
getConsumerKey() - Method in class com.github.aivancioglo.resttest.http.OAuth1
 
getConsumerSecret() - Method in class com.github.aivancioglo.resttest.http.OAuth1
 
getContentType() - Method in class com.github.aivancioglo.resttest.http.Settings.Companion
 
getHost() - Method in class com.github.aivancioglo.resttest.http.Request
 
getLogAllRequestsEnabled() - Method in class com.github.aivancioglo.resttest.http.Settings.Companion
 
getLogger() - Method in class com.github.aivancioglo.resttest.http.Response
 
getLogIfFailedEnabled() - Method in class com.github.aivancioglo.resttest.http.Settings.Companion
 
getMessage() - Method in enum com.github.aivancioglo.resttest.http.StatusCode
 
getOAuth1() - Method in class com.github.aivancioglo.resttest.http.Request
 
getOAuth2() - Method in class com.github.aivancioglo.resttest.http.Request
 
getProperty(name) - Method in class com.github.aivancioglo.resttest.http.Property
 
getProperty(name, p) - Method in class com.github.aivancioglo.resttest.http.Property
 
getProtocol() - Method in class com.github.aivancioglo.resttest.http.Request
 
getRequest() - Method in class com.github.aivancioglo.resttest.http.Response
 
getRequestSpecification() - Method in class com.github.aivancioglo.resttest.http.Request
 
getResponse() - Method in class com.github.aivancioglo.resttest.http.Response
 
getSoftAssertionEnabled() - Method in class com.github.aivancioglo.resttest.http.Settings.Companion
 
getStatusCode() - Method in class com.github.aivancioglo.resttest.http.Response
For getting responseSpecification code of last responseSpecification.
getToken() - Method in class com.github.aivancioglo.resttest.http.OAuth1
 
getToken() - Method in class com.github.aivancioglo.resttest.http.OAuth2
 
getTokenSecret() - Method in class com.github.aivancioglo.resttest.http.OAuth1
 
getType() - Method in enum com.github.aivancioglo.resttest.http.ContentType
 
getUsed() - Method in class com.github.aivancioglo.resttest.http.OAuth1
 
getUsed() - Method in class com.github.aivancioglo.resttest.http.OAuth2
 

H

head(setters) - Method in class com.github.aivancioglo.resttest.http.Endpoint
Making HEAD requestSpecification.
head(url, setters) - Method in class com.github.aivancioglo.resttest.http.Endpoint
Making HEAD requestSpecification.
head(setters) - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Making HEAD requestSpecification.
head(url, setters) - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Making HEAD requestSpecification.
head(setters) - Static method in class com.github.aivancioglo.resttest.http.RestTest
Making HEAD requestSpecification.
head(url, setters) - Static method in class com.github.aivancioglo.resttest.http.RestTest
Making HEAD requestSpecification.
header(name) - Method in class com.github.aivancioglo.resttest.http.Response
Get responseSpecification header by name.
header(name, value) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting header setter.
header(name, value) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting header setter.
header(name, matcher) - Method in class com.github.aivancioglo.resttest.verifiers.Verifiers.Companion
Verify response header.
header(name, matcher) - Static method in class com.github.aivancioglo.resttest.verifiers.Verifiers
Verify response header.
headers() - Method in class com.github.aivancioglo.resttest.http.Response
Returns list of headers.
headers(expectedHeaders) - Method in class com.github.aivancioglo.resttest.verifiers.Verifiers.Companion
Verify response headers.
headers(firstExpectedHeaderName, firstExpectedHeaderValue, expectedHeaders) - Method in class com.github.aivancioglo.resttest.verifiers.Verifiers.Companion
Verify response headers.
headers(expectedHeaders) - Static method in class com.github.aivancioglo.resttest.verifiers.Verifiers
Verify response headers.
headers(firstExpectedHeaderName, firstExpectedHeaderValue, expectedHeaders) - Static method in class com.github.aivancioglo.resttest.verifiers.Verifiers
Verify response headers.
host(host) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting requestSpecification host setter.
host(host) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting requestSpecification host setter.

I

INSTANCE - Static variable in class com.github.aivancioglo.resttest.http.Property
 
isHeaderExist(name) - Method in class com.github.aivancioglo.resttest.http.Response
Check if header exist.

J

jsonSchema(jsonSchema) - Method in class com.github.aivancioglo.resttest.verifiers.Verifiers.Companion
Verify response body using JSON schema validation.
jsonSchema(jsonSchema) - Static method in class com.github.aivancioglo.resttest.verifiers.Verifiers
Verify response body using JSON schema validation.

L

log(type) - Method in class com.github.aivancioglo.resttest.http.Response
Response logging.
log() - Method in class com.github.aivancioglo.resttest.http.Response
Response logging.
log(logType) - Method in class com.github.aivancioglo.resttest.logger.Logger
 
log() - Method in class com.github.aivancioglo.resttest.logger.Logger
 
logger - Variable in class com.github.aivancioglo.resttest.http.Response
 
Logger - Class in com.github.aivancioglo.resttest.logger
 
Logger(request, response) - Constructor for class com.github.aivancioglo.resttest.logger.Logger
 
LogType - Enum in com.github.aivancioglo.resttest.logger
 
LogType() - Constructor for enum com.github.aivancioglo.resttest.logger.LogType
 

M

matchesSafely(actualString) - Method in class com.github.aivancioglo.resttest.matchers.CaseInsensitiveSubstringMatcher
 
matchesSafely(text) - Method in class com.github.aivancioglo.resttest.matchers.RegexMatcher
 
Model - Class in com.github.aivancioglo.resttest.http
 
Model() - Constructor for class com.github.aivancioglo.resttest.http.Model
 
multiPart(controlName, fileName, stream) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting multi part setter.
multiPart(controlName, fileName, stream, mimeType) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting multi part setter.
multiPart(file) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting multi part setter.
multiPart(controlName, file) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting multi part setter.
multiPart(multiPartSpecification) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting multi part setter.
multiPart(controlName, fileName, stream) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting multi part setter.
multiPart(controlName, fileName, stream, mimeType) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting multi part setter.
multiPart(file) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting multi part setter.
multiPart(controlName, file) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting multi part setter.
multiPart(multiPartSpecification) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting multi part setter.

N

noAuth() - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Clear all authentication settings.
noAuth() - Static method in class com.github.aivancioglo.resttest.setters.Setters
Clear all authentication settings.

O

OAuth1 - Class in com.github.aivancioglo.resttest.http
Class for OAuth 1.0 using in requests.
OAuth1() - Constructor for class com.github.aivancioglo.resttest.http.OAuth1
Class for OAuth 1.0 using in requests.
OAuth1.Companion - Class in com.github.aivancioglo.resttest.http
 
OAuth2 - Class in com.github.aivancioglo.resttest.http
Class for OAuth 2 using in requests.
OAuth2() - Constructor for class com.github.aivancioglo.resttest.http.OAuth2
Class for OAuth 2 using in requests.
OAuth2.Companion - Class in com.github.aivancioglo.resttest.http
 
options(setters) - Method in class com.github.aivancioglo.resttest.http.Endpoint
Making OPTIONS requestSpecification.
options(url, setters) - Method in class com.github.aivancioglo.resttest.http.Endpoint
Making OPTIONS requestSpecification.
options(setters) - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Making OPTIONS requestSpecification.
options(url, setters) - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Making OPTIONS requestSpecification.
options(setters) - Static method in class com.github.aivancioglo.resttest.http.RestTest
Making OPTIONS requestSpecification.
options(url, setters) - Static method in class com.github.aivancioglo.resttest.http.RestTest
Making OPTIONS requestSpecification.

P

param(key, value) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting param setter.
param(key, value) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting param setter.
patch(setters) - Method in class com.github.aivancioglo.resttest.http.Endpoint
Making PATCH requestSpecification.
patch(url, setters) - Method in class com.github.aivancioglo.resttest.http.Endpoint
Making PATCH requestSpecification.
patch(setters) - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Making PATCH requestSpecification.
patch(url, setters) - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Making PATCH requestSpecification.
patch(setters) - Static method in class com.github.aivancioglo.resttest.http.RestTest
Making PATCH requestSpecification.
patch(url, setters) - Static method in class com.github.aivancioglo.resttest.http.RestTest
Making PATCH requestSpecification.
path(path1, path2) - Method in class com.github.aivancioglo.resttest.http.Response
Extract value by JSON path.
path(path) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting requestSpecification path setter.
path(path) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting requestSpecification path setter.
path(key, matcher, additionalKeyMatcherPairs) - Method in class com.github.aivancioglo.resttest.verifiers.Verifiers.Companion
Verify response body path.
path(key, matcher, additionalKeyMatcherPairs) - Static method in class com.github.aivancioglo.resttest.verifiers.Verifiers
Verify response body path.
pathParam(key, value) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting path param setter.
pathParam(key, value) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting path param setter.
perform() - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Use this function, to creates Session of request repeating.
perform() - Static method in class com.github.aivancioglo.resttest.http.RestTest
Use this function, to creates Session of request repeating.
port(port) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting requestSpecification port setter.
port(port) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting requestSpecification port setter.
post(setters) - Method in class com.github.aivancioglo.resttest.http.Endpoint
Making POST requestSpecification.
post(url, setters) - Method in class com.github.aivancioglo.resttest.http.Endpoint
Making POST requestSpecification.
post(setters) - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Making POST requestSpecification.
post(url, setters) - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Making POST requestSpecification.
post(setters) - Static method in class com.github.aivancioglo.resttest.http.RestTest
Making POST requestSpecification.
post(url, setters) - Static method in class com.github.aivancioglo.resttest.http.RestTest
Making POST requestSpecification.
print() - Method in class com.github.aivancioglo.resttest.logger.RequestLogger
 
print() - Method in class com.github.aivancioglo.resttest.logger.ResponseLogger
 
Property - Class in com.github.aivancioglo.resttest.http
 
protocol(protocol) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting requestSpecification protocol setter.
protocol(protocol) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting requestSpecification protocol setter.
put(setters) - Method in class com.github.aivancioglo.resttest.http.Endpoint
Making PUT requestSpecification.
put(url, setters) - Method in class com.github.aivancioglo.resttest.http.Endpoint
Making PUT requestSpecification.
put(setters) - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Making PUT requestSpecification.
put(url, setters) - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Making PUT requestSpecification.
put(setters) - Static method in class com.github.aivancioglo.resttest.http.RestTest
Making PUT requestSpecification.
put(url, setters) - Static method in class com.github.aivancioglo.resttest.http.RestTest
Making PUT requestSpecification.

Q

queryParam(key, value) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting query param setter.
queryParam(key, value) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting query param setter.

R

redirects(max) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting redirect setter.
redirects(follow) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Getting redirect setter.
redirects(max) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting redirect setter.
redirects(follow) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Getting redirect setter.
regex(regex) - Method in class com.github.aivancioglo.resttest.matchers.RegexMatcher.Companion
 
regex(regex) - Static method in class com.github.aivancioglo.resttest.matchers.RegexMatcher
 
RegexMatcher - Class in com.github.aivancioglo.resttest.matchers
 
RegexMatcher(regex) - Constructor for class com.github.aivancioglo.resttest.matchers.RegexMatcher
 
RegexMatcher.Companion - Class in com.github.aivancioglo.resttest.matchers
 
Request - Class in com.github.aivancioglo.resttest.http
Class for creating request. You can extend it using your own endpoint class.
Request() - Constructor for class com.github.aivancioglo.resttest.http.Request
Class for creating request. You can extend it using your own endpoint class.
request - Variable in class com.github.aivancioglo.resttest.http.Response
 
RequestLogger - Class in com.github.aivancioglo.resttest.logger
 
RequestLogger(request) - Constructor for class com.github.aivancioglo.resttest.logger.RequestLogger
 
Response - Class in com.github.aivancioglo.resttest.http
This class is using for HTTP/HTTPS response validation and processing.
Response() - Constructor for class com.github.aivancioglo.resttest.http.Response
This class is using for HTTP/HTTPS response validation and processing.
Response(request, response) - Constructor for class com.github.aivancioglo.resttest.http.Response
 
response - Variable in class com.github.aivancioglo.resttest.http.Response
 
ResponseImpl - Class in com.github.aivancioglo.resttest.http
 
ResponseImpl(request, response) - Constructor for class com.github.aivancioglo.resttest.http.ResponseImpl
 
ResponseLogger - Class in com.github.aivancioglo.resttest.logger
 
ResponseLogger(response) - Constructor for class com.github.aivancioglo.resttest.logger.ResponseLogger
 
RestTest - Class in com.github.aivancioglo.resttest.http
 
RestTest() - Constructor for class com.github.aivancioglo.resttest.http.RestTest
 
RestTest.Companion - Class in com.github.aivancioglo.resttest.http
 

S

send(method, setters) - Method in class com.github.aivancioglo.resttest.http.Request
Sending your requestSpecification.
send(method, path, setters) - Method in class com.github.aivancioglo.resttest.http.Request
Sending your requestSpecification.
Session - Class in com.github.aivancioglo.resttest.http
Request repeating session.
Session() - Constructor for class com.github.aivancioglo.resttest.http.Session
Request repeating session.
set(request, response) - Method in class com.github.aivancioglo.resttest.http.Model
 
set(setters) - Method in class com.github.aivancioglo.resttest.http.Request
Set your own setters.
setConsumerKey(value) - Method in class com.github.aivancioglo.resttest.http.OAuth1
 
setConsumerSecret(value) - Method in class com.github.aivancioglo.resttest.http.OAuth1
 
setHost(p) - Method in class com.github.aivancioglo.resttest.http.Request
 
setLogger(p) - Method in class com.github.aivancioglo.resttest.http.Response
 
setProtocol(p) - Method in class com.github.aivancioglo.resttest.http.Request
 
setRequest(p) - Method in class com.github.aivancioglo.resttest.http.Response
 
setResponse(p) - Method in class com.github.aivancioglo.resttest.http.Response
 
Setter - Interface in com.github.aivancioglo.resttest.setters
Request specification setter interface.
Setters - Class in com.github.aivancioglo.resttest.setters
Abstract class for using static functions to call setters.
Setters() - Constructor for class com.github.aivancioglo.resttest.setters.Setters
Abstract class for using static functions to call setters.
Setters.Companion - Class in com.github.aivancioglo.resttest.setters
 
Settings - Class in com.github.aivancioglo.resttest.http
 
Settings() - Constructor for class com.github.aivancioglo.resttest.http.Settings
 
Settings.Companion - Class in com.github.aivancioglo.resttest.http
 
setToken(value) - Method in class com.github.aivancioglo.resttest.http.OAuth1
 
setToken(value) - Method in class com.github.aivancioglo.resttest.http.OAuth2
 
setTokenSecret(value) - Method in class com.github.aivancioglo.resttest.http.OAuth1
 
setType(p) - Method in enum com.github.aivancioglo.resttest.http.ContentType
 
StatusCode - Enum in com.github.aivancioglo.resttest.http
Enum class with all base responseSpecification status codes.
StatusCode(code, message) - Constructor for enum com.github.aivancioglo.resttest.http.StatusCode
creates enum item.
statusCode(statusCode) - Method in class com.github.aivancioglo.resttest.verifiers.Verifiers.Companion
Verify response status code.
statusCode(statusCode) - Method in class com.github.aivancioglo.resttest.verifiers.Verifiers.Companion
Verify response status code.
statusCode(statusCode) - Static method in class com.github.aivancioglo.resttest.verifiers.Verifiers
Verify response status code.
statusCode(statusCode) - Static method in class com.github.aivancioglo.resttest.verifiers.Verifiers
Verify response status code.

T

time(matcher) - Method in class com.github.aivancioglo.resttest.verifiers.Verifiers.Companion
Verify the response time (in milliseconds).
time(matcher, timeUnit) - Method in class com.github.aivancioglo.resttest.verifiers.Verifiers.Companion
Verify the response time (in milliseconds).
time(matcher) - Static method in class com.github.aivancioglo.resttest.verifiers.Verifiers
Verify the response time (in milliseconds).
time(matcher, timeUnit) - Static method in class com.github.aivancioglo.resttest.verifiers.Verifiers
Verify the response time (in milliseconds).
timeout(sec, mls) - Method in class com.github.aivancioglo.resttest.http.Session
Set your timeout.
timeout(sec) - Method in class com.github.aivancioglo.resttest.http.Session
Set your timeout.
token(token) - Method in class com.github.aivancioglo.resttest.http.OAuth1.Companion
Setter of OAuth 1.0 token.
token(token) - Static method in class com.github.aivancioglo.resttest.http.OAuth1
Setter of OAuth 1.0 token.
token(token) - Method in class com.github.aivancioglo.resttest.http.OAuth2.Companion
Setter of OAuth 2 token.
token(token) - Static method in class com.github.aivancioglo.resttest.http.OAuth2
Setter of OAuth 2 token.
tokenSecret(tokenSecret) - Method in class com.github.aivancioglo.resttest.http.OAuth1.Companion
Setter of OAuth 1.0 token secret.
tokenSecret(tokenSecret) - Static method in class com.github.aivancioglo.resttest.http.OAuth1
Setter of OAuth 1.0 token secret.
trace(setters) - Method in class com.github.aivancioglo.resttest.http.Endpoint
Making TRACE requestSpecification.
trace(url, setters) - Method in class com.github.aivancioglo.resttest.http.Endpoint
Making TRACE requestSpecification.
trace(setters) - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Making TRACE requestSpecification.
trace(url, setters) - Method in class com.github.aivancioglo.resttest.http.RestTest.Companion
Making TRACE requestSpecification.
trace(setters) - Static method in class com.github.aivancioglo.resttest.http.RestTest
Making TRACE requestSpecification.
trace(url, setters) - Static method in class com.github.aivancioglo.resttest.http.RestTest
Making TRACE requestSpecification.
tries(loopsCount) - Method in class com.github.aivancioglo.resttest.http.Session
Set maximum loops.

U

until(request) - Method in class com.github.aivancioglo.resttest.http.Session
This function is executing your request until passing or timeout.
update(request) - Method in interface com.github.aivancioglo.resttest.setters.Setter
Update your request.
urlEncodingEnabled(isEnabled) - Method in class com.github.aivancioglo.resttest.setters.Setters.Companion
Specifies if RestTest should url encode the URL automatically. Usually this is a recommended but in some cases e.g. the query parameters are already be encoded before you provide them to RestTest then it's useful to disable URL encoding.
urlEncodingEnabled(isEnabled) - Static method in class com.github.aivancioglo.resttest.setters.Setters
Specifies if RestTest should url encode the URL automatically. Usually this is a recommended but in some cases e.g. the query parameters are already be encoded before you provide them to RestTest then it's useful to disable URL encoding.

V

Verifier - Interface in com.github.aivancioglo.resttest.verifiers
Verifiers interface.
Verifiers - Class in com.github.aivancioglo.resttest.verifiers
Abstract class for using static functions to verify response.
Verifiers() - Constructor for class com.github.aivancioglo.resttest.verifiers.Verifiers
Abstract class for using static functions to verify response.
Verifiers.Companion - Class in com.github.aivancioglo.resttest.verifiers
 
verify(response) - Method in interface com.github.aivancioglo.resttest.verifiers.Verifier
Function for response verifying.
A B C D E F G H I J L M N O P Q R S T U V 
Skip navigation links