Hi,

We have recently merged shiny new docs for the websocket client API,
they will be in the next release. If you are in a hurry you can find them
in master here:

https://github.com/akka/akka/blob/master/akka-docs/rst/java/http/client-side/websocket-support.rst
https://github.com/akka/akka/blob/master/akka-docs/rst/java/code/docs/http/javadsl/WebSocketClientExampleTest.java

--
Johan Andrén
Typesafe -  Reactive apps on the JVM
Twitter: @apnylle

On Monday, February 8, 2016 at 3:00:41 PM UTC+1, ash.ta wrote:
>
> hi hackers,
>
> i am looking for a *java* api based  solution for websocket push 
> functionality. clients will create websocket connections and server will 
> push them messages periodically.  
> as far as i understand it, i was planning to create an actor for each 
> socket created, so that messages sent to this actor's address will be 
> pushed through the websocket to the client.
> unfortunately, the only doc i found is this: WebsocketRoutingExample here 
> <https://github.com/akka/akka/blob/akka-stream-and-http-experimental-2.0.2/akka-docs-dev/rst/java/code/docs/http/javadsl/server/WebsocketRoutingExample.java>
>  , 
> but it provides a simple request-response example and i'm still missing the 
> way an actor can be bound to Flow
> or something like this.
>
> i would really appreciate if you could point me to either an existing java 
> example or to the set of apis that can help.
>
> thanks!
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to