Class / Finder |
Method / Relation |
Returns / Type |
com.vmware.o11n.plugin.rest.RequestCreator
|
com.vmware.o11n.plugin.rest.RequestCreator(RESTHost , com.vmware.o11n.plugin.rest.SessionInfo , boolean )
|
constructor
|
com.vmware.o11n.plugin.rest.RequestExecutor
|
com.vmware.o11n.plugin.rest.RequestExecutor(com.vmware.o11n.plugin.rest.SessionInfo , boolean , String , boolean , Number , Number )
|
constructor
|
com.vmware.o11n.plugin.rest.RequestExecutor
|
getAutoRedirectEnabled()
|
boolean
|
com.vmware.o11n.plugin.rest.RequestExecutor
|
setAutoUrlRedirect(boolean )
|
void
|
RESTHost
|
clearCookies()
|
Void
|
RESTHost
|
clearExpired(Date date)
|
boolean
|
RESTHost
|
createRequestWithOptions(String method, String url, Object content, RESTRequestOptions options)
|
RESTRequest
|
RESTHost
|
getAutoUrlRedirectEnabled()
|
boolean
|
RESTHost
|
getCookies()
|
RESTCookie[]
|
RESTHost
|
setAutoUrlRedirect(boolean autoRedirectEnabled)
|
void
|
RESTHost
|
supportParallelRequests()
|
boolean
|
RESTHostManager
|
createHostSupportingParallelRequests(String name)
|
RESTHost
|
RESTHostManager
|
createRESTHostFromSwaggerSpecString(String hostName, String swaggerSpec, String host, String basePath, String preferredCommunicationProtocol, Properties params)
|
RESTHost
|
RESTHostManager
|
createRESTHostFromSwaggerSpecUrl(String hostName, String swaggerSpecUrl, AuthorizationValue[] auths, String preferredCommunicationProtocol, Properties params)
|
RESTHost
|
RESTHostManager
|
getSwaggerServiceUrl(String swaggerSpec, String host, String basePath, String preferredCommunicationProtocol)
|
String
|
RESTOperation
|
addMandatoryHeaderParameter(String mandatoryHeaderParamName)
|
void
|
RESTOperation
|
addMandatoryPathParameter(String mandatoryPathParamName)
|
void
|
RESTOperation
|
addMandatoryQueryParameter(String mandatoryQueryParamName)
|
void
|
RESTOperation
|
addPreferredAcceptHeaderMediaType(String mediaType)
|
void
|
RESTOperation
|
addSupportedAcceptHeaderMediaType(String mediaType)
|
void
|
RESTOperation
|
addSupportedContentType(String supportedContentType)
|
void
|
RESTOperation
|
createRequestWithOptions(String[] params, Object content, RESTRequestOptions options)
|
RESTRequest
|
RESTOperation
|
getDefaultContentType()
|
String
|
RESTOperation
|
getMandatoryHeaderParamNames()
|
java.util.Set
|
RESTOperation
|
getMandatoryPathParamNames()
|
java.util.Set
|
RESTOperation
|
getMandatoryQueryParamNames()
|
java.util.Set
|
RESTOperation
|
getSupportedAcceptHeaderMediaTypes()
|
String[]
|
RESTOperation
|
getSupportedContentTypes()
|
java.util.Set
|
RESTOperation
|
isHeaderParamMandatory(String headerParamName)
|
boolean
|
RESTOperation
|
isPathParamMandatory(String pathParamName)
|
boolean
|
RESTOperation
|
isQueryParamMandatory(String queryParamName)
|
boolean
|
RESTRequest
|
getConnectionTimeout()
|
Number
|
RESTRequest
|
getOperationTimeout()
|
Number
|
RESTRequest
|
setConnectionTimeout(Number )
|
void
|
RESTRequest
|
setOperationTimeout(Number )
|
void
|
RESTResponse
|
getHeaderValues(String headerName)
|
String[]
|
RESTResponse
|
setHttpResponse(org.apache.http.HttpResponse )
|
void
|