Class / Finder |
Method / Relation |
Returns / Type |
com.vmware.o11n.plugin.rest.RequestExecutor
|
com.vmware.o11n.plugin.rest.RequestExecutor(com.vmware.o11n.plugin.rest.SessionInfo , boolean , String )
|
constructor
|
com.vmware.o11n.plugin.rest.RequestExecutor
|
getAutoRedirectEnabled()
|
boolean
|
com.vmware.o11n.plugin.rest.RequestExecutor
|
setAutoUrlRedirect(boolean )
|
void
|
RESTAuthentication
|
getProxyAuthentication(ch.dunes.vso.sdk.endpoints.IEndpointConfiguration )
|
RESTAuthentication
|
RESTAuthentication
|
saveProxyAuthentication(ch.dunes.vso.sdk.endpoints.IEndpointConfiguration )
|
void
|
RESTHost
|
getAutoUrlRedirectEnabled()
|
boolean
|
RESTHost
|
setAutoUrlRedirect(boolean autoRedirectEnabled)
|
void
|
RESTHost
|
toString()
|
String
|
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
|
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
|
RESTResponse
|
getHeaderValues(String headerName)
|
String[]
|
RESTResponse
|
setHttpResponse(org.apache.http.HttpResponse )
|
void
|