[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18069306#comment-18069306
 ] 

ASF subversion and git services commented on HTTPCLIENT-973:
------------------------------------------------------------

Commit 558d851b8512c6163ce324f9ad765b39286d8faa in httpcomponents-client's 
branch refs/heads/master from Arturo Bernal
[ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=558d851b8 ]

HTTPCLIENT-973:implement RFC-compliant WebSocket support.
Add full WebSocket implementation with RFC 6455/7692 framing, close handshake, 
UTF‑8 validation, and RFC 8441 Extended CONNECT for HTTP/2, plus tests and 
examples.


> Websocket support
> -----------------
>
>                 Key: HTTPCLIENT-973
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-973
>             Project: HttpComponents HttpClient
>          Issue Type: New Feature
>          Components: HttpClient (classic)
>            Reporter: Erik Martino Hansen
>            Priority: Major
>              Labels: volunteers-wanted
>             Fix For: Future
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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 was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to