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, useSystemProperties
getAuthenticationType, getAWSAccessKey, getAWSRegion, getAWSSecretKey, getAWSService, getCookieScope, getCustomAuthCredentials, getHttpMethod, getOAuthContext, getPassword, getPreemptive, getPrivateKeyStore, getPublicKeyStore, getUrl, getUsername, isConnectionPoolingEnabled
generateConnectionInfo, generateConnectionInfo, getConnector, getContext, getOperationContext
public OpenAPIOperationConnection(OperationContext context)
public RestClient getClient()
getClient
in class RestOperationConnection
public org.apache.http.entity.ContentType getEntityContentType()
BrowseContext.getCustomOperationType()
.
Multiple Content Types are currently not supported.getEntityContentType
in class RestOperationConnection
public String getPath()
public OpenAPIRequestCookie getRequestCookie()
public OpenAPIResponseCookie getResponseCookie()