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. 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.
--
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: [email protected]
For additional commands, e-mail: [email protected]