Class OpenAPIOperationConnection

    • Constructor Detail

      • OpenAPIOperationConnection

        public OpenAPIOperationConnection​(OperationContext context)
    • Method Detail

      • getPath

        public String getPath()
        Gets the selected Path to execute upon.
        Returns:
        the path
      • getRequestCookie

        public OpenAPIRequestCookie getRequestCookie()
        Retrieves the request cookie, which describes schema type and parameters necessary to make a request
        Returns:
        the request cookie
      • getResponseCookie

        public OpenAPIResponseCookie getResponseCookie()
        Retrieves the response cookie, which describes the response schema types
        Returns:
        the response cookie
      • getAPIKeyCookieURL

        protected URL getAPIKeyCookieURL()
        Overrides the base implementation to scope API key cookies to the full URL (base URL + operation path).
        Overrides:
        getAPIKeyCookieURL in class RestOperationConnection
        Returns:
        the URL for cookie domain/path