You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Martin Snitkovsky (JIRA)" <ji...@apache.org> on 2009/07/05 08:22:14 UTC

[jira] Created: (WINK-39) Wink client - add support for Apache Http Client

Wink client -  add support for Apache Http Client
-------------------------------------------------

                 Key: WINK-39
                 URL: https://issues.apache.org/jira/browse/WINK-39
             Project: Wink
          Issue Type: Improvement
    Affects Versions: 0.1
            Reporter: Martin Snitkovsky


By default, Wink Client uses JDK HttpUrlConnection  as an underlying  http client. 
Wink client should be also able to use Apache Http Client. 

New module  (e.g. wink-apache-client )should be created, to support this functionality. 

Sources are attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WINK-39) Wink client - add support for Apache Http Client

Posted by "Nick Gallardo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Gallardo updated WINK-39:
------------------------------

    Component/s: Client

> Wink client -  add support for Apache Http Client
> -------------------------------------------------
>
>                 Key: WINK-39
>                 URL: https://issues.apache.org/jira/browse/WINK-39
>             Project: Wink
>          Issue Type: Improvement
>          Components: Client
>    Affects Versions: 0.1
>            Reporter: Martin Snitkovsky
>            Assignee: Martin Snitkovsky
>         Attachments: ApacheHttpClientConfig.java, ApacheHttpClientConnectionHandler.java
>
>
> By default, Wink Client uses JDK HttpUrlConnection  as an underlying  http client. 
> Wink client should be also able to use Apache Http Client. 
> New module  (e.g. wink-apache-client )should be created, to support this functionality. 
> Sources are attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WINK-39) Wink client - add support for Apache Http Client

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WINK-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12730074#action_12730074 ] 

Hudson commented on WINK-39:
----------------------------

Integrated in Wink-Trunk-JDK15 #24 (See [http://hudson.zones.apache.org/hudson/job/Wink-Trunk-JDK15/24/])
    [] -  Wink client - add support for Apache Http Client. 
Wink client integrates with new version of Apache Http Client 4.0 http://hc.apache.org/httpcomponents-client/index.html


> Wink client -  add support for Apache Http Client
> -------------------------------------------------
>
>                 Key: WINK-39
>                 URL: https://issues.apache.org/jira/browse/WINK-39
>             Project: Wink
>          Issue Type: Improvement
>          Components: Client
>    Affects Versions: 0.1
>            Reporter: Martin Snitkovsky
>            Assignee: Martin Snitkovsky
>             Fix For: 0.1
>
>         Attachments: ApacheHttpClientConfig.java, ApacheHttpClientConnectionHandler.java
>
>
> By default, Wink Client uses JDK HttpUrlConnection  as an underlying  http client. 
> Wink client should be also able to use Apache Http Client. 
> New module  (e.g. wink-apache-client )should be created, to support this functionality. 
> Sources are attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (WINK-39) Wink client - add support for Apache Http Client

Posted by "Martin Snitkovsky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on WINK-39 started by Martin Snitkovsky.

> Wink client -  add support for Apache Http Client
> -------------------------------------------------
>
>                 Key: WINK-39
>                 URL: https://issues.apache.org/jira/browse/WINK-39
>             Project: Wink
>          Issue Type: Improvement
>          Components: Client
>    Affects Versions: 0.1
>            Reporter: Martin Snitkovsky
>            Assignee: Martin Snitkovsky
>         Attachments: ApacheHttpClientConfig.java, ApacheHttpClientConnectionHandler.java
>
>
> By default, Wink Client uses JDK HttpUrlConnection  as an underlying  http client. 
> Wink client should be also able to use Apache Http Client. 
> New module  (e.g. wink-apache-client )should be created, to support this functionality. 
> Sources are attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WINK-39) Wink client - add support for Apache Http Client

Posted by "Martin Snitkovsky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Snitkovsky updated WINK-39:
----------------------------------

    Attachment: ApacheHttpClientConnectionHandler.java
                ApacheHttpClientConfig.java

> Wink client -  add support for Apache Http Client
> -------------------------------------------------
>
>                 Key: WINK-39
>                 URL: https://issues.apache.org/jira/browse/WINK-39
>             Project: Wink
>          Issue Type: Improvement
>    Affects Versions: 0.1
>            Reporter: Martin Snitkovsky
>         Attachments: ApacheHttpClientConfig.java, ApacheHttpClientConnectionHandler.java
>
>
> By default, Wink Client uses JDK HttpUrlConnection  as an underlying  http client. 
> Wink client should be also able to use Apache Http Client. 
> New module  (e.g. wink-apache-client )should be created, to support this functionality. 
> Sources are attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WINK-39) Wink client - add support for Apache Http Client

Posted by "Martin Snitkovsky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Snitkovsky resolved WINK-39.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.1

Currently, Wink client integrates with new version of Apache Http Client 4.0 http://hc.apache.org/httpcomponents-client/index.html 

> Wink client -  add support for Apache Http Client
> -------------------------------------------------
>
>                 Key: WINK-39
>                 URL: https://issues.apache.org/jira/browse/WINK-39
>             Project: Wink
>          Issue Type: Improvement
>          Components: Client
>    Affects Versions: 0.1
>            Reporter: Martin Snitkovsky
>            Assignee: Martin Snitkovsky
>             Fix For: 0.1
>
>         Attachments: ApacheHttpClientConfig.java, ApacheHttpClientConnectionHandler.java
>
>
> By default, Wink Client uses JDK HttpUrlConnection  as an underlying  http client. 
> Wink client should be also able to use Apache Http Client. 
> New module  (e.g. wink-apache-client )should be created, to support this functionality. 
> Sources are attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WINK-39) Wink client - add support for Apache Http Client

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WINK-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12730907#action_12730907 ] 

Hudson commented on WINK-39:
----------------------------

Integrated in Wink-Trunk-JDK1.5 #2 (See [http://hudson.zones.apache.org/hudson/job/Wink-Trunk-JDK1.5/2/])
    Rename wink-apache-client to wink-client-apache-httpclient
Move wink-client-apache-httpclient to the level of wink-client 
[]


> Wink client -  add support for Apache Http Client
> -------------------------------------------------
>
>                 Key: WINK-39
>                 URL: https://issues.apache.org/jira/browse/WINK-39
>             Project: Wink
>          Issue Type: Improvement
>          Components: Client
>    Affects Versions: 0.1
>            Reporter: Martin Snitkovsky
>            Assignee: Martin Snitkovsky
>             Fix For: 0.1
>
>         Attachments: ApacheHttpClientConfig.java, ApacheHttpClientConnectionHandler.java
>
>
> By default, Wink Client uses JDK HttpUrlConnection  as an underlying  http client. 
> Wink client should be also able to use Apache Http Client. 
> New module  (e.g. wink-apache-client )should be created, to support this functionality. 
> Sources are attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WINK-39) Wink client - add support for Apache Http Client

Posted by "Martin Snitkovsky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Snitkovsky reassigned WINK-39:
-------------------------------------

    Assignee: Martin Snitkovsky

> Wink client -  add support for Apache Http Client
> -------------------------------------------------
>
>                 Key: WINK-39
>                 URL: https://issues.apache.org/jira/browse/WINK-39
>             Project: Wink
>          Issue Type: Improvement
>    Affects Versions: 0.1
>            Reporter: Martin Snitkovsky
>            Assignee: Martin Snitkovsky
>         Attachments: ApacheHttpClientConfig.java, ApacheHttpClientConnectionHandler.java
>
>
> By default, Wink Client uses JDK HttpUrlConnection  as an underlying  http client. 
> Wink client should be also able to use Apache Http Client. 
> New module  (e.g. wink-apache-client )should be created, to support this functionality. 
> Sources are attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.