Skip navigation links
C G H I M N P R S T 

C

convertQueryStringIntoMap(String) - Static method in class net.relaysoft.robot.http.server.utils.HTTPUtils
Convert query string into map.

G

getAuthType() - Method in class net.relaysoft.robot.http.server.RequestDataHolder
 
getAuthType(HttpServletRequest) - Static method in class net.relaysoft.robot.http.server.utils.HTTPUtils
Resolves authentication type from HTTP servlet request.
getBody() - Method in class net.relaysoft.robot.http.server.RequestDataHolder
 
getBody() - Method in class net.relaysoft.robot.http.server.ResponseDataHolder
 
getCharsetFromContentType(String) - Static method in class net.relaysoft.robot.http.server.utils.HTTPUtils
Resolve character set encoding from Content-Type header value.
getCode() - Method in class net.relaysoft.robot.http.server.ResponseDataHolder
 
getContentType() - Method in class net.relaysoft.robot.http.server.RequestDataHolder
 
getContentType() - Method in class net.relaysoft.robot.http.server.ResponseDataHolder
 
getEncoding() - Method in class net.relaysoft.robot.http.server.RequestDataHolder
 
getFilePath() - Method in class net.relaysoft.robot.http.server.ResponseDataHolder
 
getHeaders() - Method in class net.relaysoft.robot.http.server.RequestDataHolder
 
getHeaders() - Method in class net.relaysoft.robot.http.server.ResponseDataHolder
 
getHTTPRequest(int) - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
getHTTPRequest() - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
getHTTPRequestContent(int) - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
getHTTPRequestContent() - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
getHTTPRequestHeader(String, int) - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
getHTTPRequestHeader(String) - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
getHTTPRequestHeaders(int) - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
getHTTPRequestHeaders() - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
getHTTPRequestMethod(int) - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
getHTTPRequestMethod() - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
getHTTPRequestQueryString(int) - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
getHTTPRequestQueryString() - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
getHTTPServerPort() - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
getKeywordDocumentation(String) - Method in class HTTPServer
 
getMethod() - Method in class net.relaysoft.robot.http.server.RequestDataHolder
 
getMockServer() - Static method in class net.relaysoft.robot.http.server.MockServerFactory
 
getParameterValue(String[], int, T) - Static method in class net.relaysoft.robot.http.server.utils.RobotUtils
Get optional parameter value from given parameter array.
getPath() - Method in class net.relaysoft.robot.http.server.RequestDataHolder
 
getPort() - Method in class net.relaysoft.robot.http.server.MockServer
 
getQueryString() - Method in class net.relaysoft.robot.http.server.RequestDataHolder
 
getRequest() - Method in class net.relaysoft.robot.http.server.MockServer
 
getRequest(int) - Method in class net.relaysoft.robot.http.server.MockServer
 
getRequestAuthType() - Method in class net.relaysoft.robot.http.server.MockServer
 
getRequestAuthType(int) - Method in class net.relaysoft.robot.http.server.MockServer
 
getRequestBody() - Method in class net.relaysoft.robot.http.server.MockServer
 
getRequestBody(int) - Method in class net.relaysoft.robot.http.server.MockServer
 
getRequestCount() - Method in class net.relaysoft.robot.http.server.MockServer
 
getRequestHeaders() - Method in class net.relaysoft.robot.http.server.MockServer
 
getRequestHeaders(int) - Method in class net.relaysoft.robot.http.server.MockServer
 
getRequestMethod() - Method in class net.relaysoft.robot.http.server.MockServer
 
getRequestMethod(int) - Method in class net.relaysoft.robot.http.server.MockServer
 
getRequestQueryString() - Method in class net.relaysoft.robot.http.server.MockServer
 
getRequestQueryString(int) - Method in class net.relaysoft.robot.http.server.MockServer
 

H

HEADER_AUTHORIZATION - Static variable in class net.relaysoft.robot.http.server.utils.HTTPUtils
 
HTTPServer - Class in <Unnamed>
 
HTTPServer() - Constructor for class HTTPServer
 
HTTPServerKeywords - Class in net.relaysoft.robot.http.server.keywords
 
HTTPServerKeywords() - Constructor for class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
HTTPUtils - Class in net.relaysoft.robot.http.server.utils
HTTP Utility methods for operating request data.

I

initializeHTTPServer(int) - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
initializeHTTPServer() - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
initializeServer(int) - Method in class net.relaysoft.robot.http.server.MockServer
Initialize mock server.
isBlank(String) - Static method in class net.relaysoft.robot.http.server.utils.StringUtils
Checks whether string is either null or empty.
isDictionary(String) - Static method in class net.relaysoft.robot.http.server.utils.RobotUtils
Checks whether string value structure equals to dictionary value.
isNotBlank(String) - Static method in class net.relaysoft.robot.http.server.utils.StringUtils
Checks that string is not null or empty.
isNumeric(String) - Static method in class net.relaysoft.robot.http.server.utils.StringUtils
Checks whether string only contains numeric characters.

M

MockServer - Class in net.relaysoft.robot.http.server
Mock HTTP server used for storing configured mapped responses and requests made against it.
MockServerFactory - Class in net.relaysoft.robot.http.server
Factory for creating new mock servers.

N

net.relaysoft.robot.http.server - package net.relaysoft.robot.http.server
 
net.relaysoft.robot.http.server.keywords - package net.relaysoft.robot.http.server.keywords
 
net.relaysoft.robot.http.server.utils - package net.relaysoft.robot.http.server.utils
 

P

parseDictionary(String) - Static method in class net.relaysoft.robot.http.server.utils.RobotUtils
Parser given string value into Map (dictionary).
printOut(String) - Static method in class net.relaysoft.robot.http.server.utils.PrintUtil
Print INFO into robot log output.
PrintUtil - Class in net.relaysoft.robot.http.server.utils
 

R

RequestDataHolder - Class in net.relaysoft.robot.http.server
 
RequestDataHolder(HttpServletRequest) - Constructor for class net.relaysoft.robot.http.server.RequestDataHolder
 
resetHTTPRequestContents() - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
resetHTTPResponseContents() - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
resetRequestData() - Method in class net.relaysoft.robot.http.server.MockServer
Reset all saved data from requests made against this mock.
resetResponseData() - Method in class net.relaysoft.robot.http.server.MockServer
Reset all set response values back to defaults.
ResponseDataHolder - Class in net.relaysoft.robot.http.server
 
ResponseDataHolder(String, String, Integer, Map<String, String>) - Constructor for class net.relaysoft.robot.http.server.ResponseDataHolder
 
ResponseDataHolder(Path, String, Integer, Map<String, String>) - Constructor for class net.relaysoft.robot.http.server.ResponseDataHolder
 
ROBOT_LIBRARY_SCOPE - Static variable in class HTTPServer
 
ROBOT_LIBRARY_VERSION - Static variable in class HTTPServer
 
RobotUtils - Class in net.relaysoft.robot.http.server.utils
Robot framework utility methods.

S

setDefaultResponse(String...) - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
setDefaultResponse(String, String, Integer, Map<String, String>) - Method in class net.relaysoft.robot.http.server.MockServer
Sets default response to return in case when request URL, method, query string and/or SOAP action does not match any REST or SOAP response configured into this mock server.
setDefaultResponseFromFile(String, String...) - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
setDefaultResponseFromFile(String, String, Integer, Map<String, String>) - Method in class net.relaysoft.robot.http.server.MockServer
Sets default response to return in case when request URL, method, query string and/or SOAP action does not match any REST or SOAP response configured into this mock server.
setRESTResponse(String, String, String...) - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
setRestResponseData(String, String, Map<String, String>, String, String, Integer, Map<String, String>) - Method in class net.relaysoft.robot.http.server.MockServer
Sets REST response to return in case when request URL, method, and optional query string matches into given values.
setRestResponseDataFromFile(String, String, Map<String, String>, String, String, Integer, Map<String, String>) - Method in class net.relaysoft.robot.http.server.MockServer
Sets REST response to return in case when request URL, method, and optional query string matches into given values.
setRESTResponseFromFile(String, String, String, String...) - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
setSOAPResponse(String, String, String, String...) - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
setSoapResponseData(String, String, String, String, Integer, Map<String, String>) - Method in class net.relaysoft.robot.http.server.MockServer
Sets REST response to return in case when request URL, and SOAP action matches into given values.
setSoapResponseDataFromFile(String, String, String, String, Integer, Map<String, String>) - Method in class net.relaysoft.robot.http.server.MockServer
Sets REST response to return in case when request URL, and SOAP action matches into given values.
setSOAPResponseFromFile(String, String, String, String...) - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
start() - Method in class net.relaysoft.robot.http.server.MockServer
Start mock server
startHTTPServer() - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
stop() - Method in class net.relaysoft.robot.http.server.MockServer
Stop mock server.
stopHTTPServer() - Method in class net.relaysoft.robot.http.server.keywords.HTTPServerKeywords
 
StringUtils - Class in net.relaysoft.robot.http.server.utils
Utility class for string operations
substringAfter(String, String) - Static method in class net.relaysoft.robot.http.server.utils.StringUtils
Return sub string after given character sequence from original string.
substringBetween(String, String, String) - Static method in class net.relaysoft.robot.http.server.utils.StringUtils
Return sub string between given character sequences from original string.

T

toString() - Method in class net.relaysoft.robot.http.server.RequestDataHolder
 
toString() - Method in class net.relaysoft.robot.http.server.ResponseDataHolder
 
C G H I M N P R S T 
Skip navigation links

Copyright © 2019. All rights reserved.