Return-Path: X-Original-To: apmail-streams-commits-archive@minotaur.apache.org Delivered-To: apmail-streams-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A786710F5F for ; Sat, 16 May 2015 21:46:46 +0000 (UTC) Received: (qmail 58770 invoked by uid 500); 16 May 2015 21:46:46 -0000 Delivered-To: apmail-streams-commits-archive@streams.apache.org Received: (qmail 58750 invoked by uid 500); 16 May 2015 21:46:46 -0000 Mailing-List: contact commits-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list commits@streams.incubator.apache.org Received: (qmail 58739 invoked by uid 99); 16 May 2015 21:46:46 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 May 2015 21:46:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id E9FAF1A2D44 for ; Sat, 16 May 2015 21:46:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 3Rfp_dPFNUbz for ; Sat, 16 May 2015 21:46:26 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 2D6FB43E6A for ; Sat, 16 May 2015 21:46:15 +0000 (UTC) Received: (qmail 58242 invoked by uid 99); 16 May 2015 21:46:14 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 May 2015 21:46:14 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id E1006AC0FC3 for ; Sat, 16 May 2015 21:46:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r951518 [3/13] - in /websites/production/streams/content/site/0.2-incubating/streams-project/streams-components/streams-http: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/streams/ apidocs/org/apache/streams/components/ ap... Date: Sat, 16 May 2015 21:46:12 -0000 To: commits@streams.incubator.apache.org From: sblackmon@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150516214613.E1006AC0FC3@hades.apache.org> Added: websites/production/streams/content/site/0.2-incubating/streams-project/streams-components/streams-http/apidocs/org/apache/streams/components/http/HttpConfiguration.RequestMethod.html ============================================================================== --- websites/production/streams/content/site/0.2-incubating/streams-project/streams-components/streams-http/apidocs/org/apache/streams/components/http/HttpConfiguration.RequestMethod.html (added) +++ websites/production/streams/content/site/0.2-incubating/streams-project/streams-components/streams-http/apidocs/org/apache/streams/components/http/HttpConfiguration.RequestMethod.html Sat May 16 21:46:10 2015 @@ -0,0 +1,356 @@ + + + + + + +HttpConfiguration.RequestMethod (streams-http 0.2-incubating API) + + + + + + + + + + + +
+
org.apache.streams.components.http
+

Enum HttpConfiguration.RequestMethod

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static HttpConfiguration.RequestMethod[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (HttpConfiguration.RequestMethod c : HttpConfiguration.RequestMethod.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static HttpConfiguration.RequestMethod valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
      • +
      + + + + + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015 The Apache Software Foundation. All rights reserved.

+ + Added: websites/production/streams/content/site/0.2-incubating/streams-project/streams-components/streams-http/apidocs/org/apache/streams/components/http/HttpConfiguration.html ============================================================================== --- websites/production/streams/content/site/0.2-incubating/streams-project/streams-components/streams-http/apidocs/org/apache/streams/components/http/HttpConfiguration.html (added) +++ websites/production/streams/content/site/0.2-incubating/streams-project/streams-components/streams-http/apidocs/org/apache/streams/components/http/HttpConfiguration.html Sat May 16 21:46:10 2015 @@ -0,0 +1,798 @@ + + + + + + +HttpConfiguration (streams-http 0.2-incubating API) + + + + + + + + + + + +
+
org.apache.streams.components.http
+

Class HttpConfiguration

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.streams.components.http.HttpConfiguration
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HttpConfiguration

        +
        public HttpConfiguration()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getProtocol

        +
        public String getProtocol()
        +
        Protocol
        +
        Returns:
        The protocol
        +
      • +
      + + + +
        +
      • +

        setProtocol

        +
        public void setProtocol(String protocol)
        +
        Protocol
        +
        Parameters:
        protocol - The protocol
        +
      • +
      + + + + + + + +
        +
      • +

        getHostname

        +
        public String getHostname()
        +
        Hostname + (Required)
        +
        Returns:
        The hostname
        +
      • +
      + + + +
        +
      • +

        setHostname

        +
        public void setHostname(String hostname)
        +
        Hostname + (Required)
        +
        Parameters:
        hostname - The hostname
        +
      • +
      + + + + + + + +
        +
      • +

        getPort

        +
        public Long getPort()
        +
        Port
        +
        Returns:
        The port
        +
      • +
      + + + +
        +
      • +

        setPort

        +
        public void setPort(Long port)
        +
        Port
        +
        Parameters:
        port - The port
        +
      • +
      + + + + + + + +
        +
      • +

        getResourcePath

        +
        public String getResourcePath()
        +
        Resource Path + (Required)
        +
        Returns:
        The resourcePath
        +
      • +
      + + + +
        +
      • +

        setResourcePath

        +
        public void setResourcePath(String resourcePath)
        +
        Resource Path + (Required)
        +
        Parameters:
        resourcePath - The resourcePath
        +
      • +
      + + + + + + + + + + + + + + + + + + + +
        +
      • +

        getContentType

        +
        public String getContentType()
        +
        Resource content-type + (Required)
        +
        Returns:
        The contentType
        +
      • +
      + + + +
        +
      • +

        setContentType

        +
        public void setContentType(String contentType)
        +
        Resource content-type + (Required)
        +
        Parameters:
        contentType - The content-type
        +
      • +
      + + + + + + + +
        +
      • +

        getAccessToken

        +
        public String getAccessToken()
        +
        Known Access Token
        +
        Returns:
        The accessToken
        +
      • +
      + + + +
        +
      • +

        setAccessToken

        +
        public void setAccessToken(String accessToken)
        +
        Known Access Token
        +
        Parameters:
        accessToken - The access_token
        +
      • +
      + + + + + + + +
        +
      • +

        getUsername

        +
        public String getUsername()
        +
        Basic Auth Username
        +
        Returns:
        The username
        +
      • +
      + + + +
        +
      • +

        setUsername

        +
        public void setUsername(String username)
        +
        Basic Auth Username
        +
        Parameters:
        username - The username
        +
      • +
      + + + + + + + +
        +
      • +

        getPassword

        +
        public String getPassword()
        +
        Basic Auth Password
        +
        Returns:
        The password
        +
      • +
      + + + +
        +
      • +

        setPassword

        +
        public void setPassword(String password)
        +
        Basic Auth Password
        +
        Parameters:
        password - The password
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getAdditionalProperties

        +
        public Map<String,Object> getAdditionalProperties()
        +
      • +
      + + + +
        +
      • +

        setAdditionalProperty

        +
        public void setAdditionalProperty(String name,
        +                         Object value)
        +
      • +
      + + + + + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object other)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015 The Apache Software Foundation. All rights reserved.

+ + Added: websites/production/streams/content/site/0.2-incubating/streams-project/streams-components/streams-http/apidocs/org/apache/streams/components/http/HttpConfigurator.html ============================================================================== --- websites/production/streams/content/site/0.2-incubating/streams-project/streams-components/streams-http/apidocs/org/apache/streams/components/http/HttpConfigurator.html (added) +++ websites/production/streams/content/site/0.2-incubating/streams-project/streams-components/streams-http/apidocs/org/apache/streams/components/http/HttpConfigurator.html Sat May 16 21:46:10 2015 @@ -0,0 +1,285 @@ + + + + + + +HttpConfigurator (streams-http 0.2-incubating API) + + + + + + + + + + + +
+
org.apache.streams.components.http
+

Class HttpConfigurator

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.streams.components.http.HttpConfigurator
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class HttpConfigurator
    +extends Object
    +
    Converts a Config element into an instance of HttpConfiguration
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HttpConfigurator

        +
        public HttpConfigurator()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        detectProviderConfiguration

        +
        public static HttpProviderConfiguration detectProviderConfiguration(com.typesafe.config.Config config)
        +
      • +
      + + + +
        +
      • +

        detectProcessorConfiguration

        +
        public static HttpProcessorConfiguration detectProcessorConfiguration(com.typesafe.config.Config config)
        +
      • +
      + + + +
        +
      • +

        detectPersistWriterConfiguration

        +
        public static HttpPersistWriterConfiguration detectPersistWriterConfiguration(com.typesafe.config.Config config)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015 The Apache Software Foundation. All rights reserved.

+ +