Uses of Class
com.mimecast.robin.config.client.RequestConfig
Packages that use RequestConfig
Package
Description
A client for making HTTP requests as part of an assertion.
The entry point and core components of the Robin application.
-
Uses of RequestConfig in com.mimecast.robin.assertion.client.request
Methods in com.mimecast.robin.assertion.client.request with parameters of type RequestConfigModifier and TypeMethodDescriptionRequestExternalClient.RequestClient.request(RequestConfig config) Make request with given RequestConfig instance. -
Uses of RequestConfig in com.mimecast.robin.main
Methods in com.mimecast.robin.main with parameters of type RequestConfigModifier and TypeMethodDescriptionprotected HttpRequestRequestBase.getRequest(RequestConfig requestConfig) Gets HttpRequest instance.protected HttpResponseRequestBase.makeRequest(RequestConfig requestConfig) Make request with given RequestConfig instance.