public class OpenAPIOperationConnection extends RestOperationConnection
| Constructor and Description |
|---|
OpenAPIOperationConnection(OperationContext context) |
| Modifier and Type | Method and Description |
|---|---|
RestClient |
getClient()
Creates a OpenAPI client for operation execution
|
org.apache.http.entity.ContentType |
getEntityContentType()
Retrieves the content type from the request cookie.
|
String |
getPath()
Gets the selected Path to execute upon.
|
OpenAPIRequestCookie |
getRequestCookie()
Retrieves the request cookie, which describes schema type and parameters
necessary to make a request
|
OpenAPIResponseCookie |
getResponseCookie()
Retrieves the response cookie, which describes the response schema types
|
doPreemptiveAuthentication, getAuthenticationCredentials, getAuthSchemeProviders, getHttpClient, getHttpContext, getRedirectStrategy, getRetryHandler, useSystemPropertiesgetAuthenticationType, getAWSAccessKey, getAWSRegion, getAWSSecretKey, getAWSService, getCookieScope, getCustomAuthCredentials, getHttpMethod, getOAuthContext, getPassword, getPreemptive, getPrivateKeyStore, getPublicKeyStore, getUrl, getUsername, isConnectionPoolingEnabledgenerateConnectionInfo, generateConnectionInfo, getConnector, getContext, getOperationContextpublic OpenAPIOperationConnection(OperationContext context)
public RestClient getClient()
getClient in class RestOperationConnectionpublic org.apache.http.entity.ContentType getEntityContentType()
BrowseContext.getCustomOperationType().
Multiple Content Types are currently not supported.getEntityContentType in class RestOperationConnectionpublic String getPath()
public OpenAPIRequestCookie getRequestCookie()
public OpenAPIResponseCookie getResponseCookie()