You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Erik Martino Hansen (JIRA)" <ji...@apache.org> on 2010/08/03 15:17:42 UTC

[jira] Updated: (HTTPCLIENT-973) Websocket support

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Martino Hansen updated HTTPCLIENT-973:
-------------------------------------------

    Description: 
Websocket are designed for browser use but I see useful use cases in a java client as well:

- java clients for existing websites where changes are pushed to clients using websockets
- use of websockets to tunnel through firewalls
- put all communication behind single port on servlet engine.

A good example on emerging use is websocket+stomp (http://jmesnil.net/stomp-websocket/doc/, http://www.nighttale.net/activemq/activemq-54-stomp-over-web-sockets.html)

so I believe hc should support websocket clients.

  was:
Websocket are designed for browser use but I see useful use cases in a java client as well:

- java clients for existing websites where changes are pushed to clients using websockets
- use of websockets to tunnel through firewalls
- put all communication behind single port on servlet engine. For example websocket+stomp (http://jmesnil.net/stomp-websocket/doc/, http://www.nighttale.net/activemq/activemq-54-stomp-over-web-sockets.html)

so I believe hc should support websocket clients.


> Websocket support
> -----------------
>
>                 Key: HTTPCLIENT-973
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-973
>             Project: HttpComponents HttpClient
>          Issue Type: New Feature
>          Components: HttpClient
>            Reporter: Erik Martino Hansen
>
> Websocket are designed for browser use but I see useful use cases in a java client as well:
> - java clients for existing websites where changes are pushed to clients using websockets
> - use of websockets to tunnel through firewalls
> - put all communication behind single port on servlet engine.
> A good example on emerging use is websocket+stomp (http://jmesnil.net/stomp-websocket/doc/, http://www.nighttale.net/activemq/activemq-54-stomp-over-web-sockets.html)
> so I believe hc should support websocket clients.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org