efl/src/examples
Gustavo Sverzut Barbieri e12afd772c efl_net_dialer_websocket: EFL now does WebSocket!
The Efl.Net.Dialer.Websocket is just like other Efl.Net.Dialers: you
can dial, you can close, monitor connected/address resolved and so
on. And you can use WebSocket primitives and events such as
text_send(), binary_send(), ping() and close_request() (since
WebSockets use a close process where you should state a close
reason). See efl_net_dialer_websocket_example.c

Even if WebSocket is a message-based protocol (like "packets" from
UDP), you can use efl_net_dialer_websocket_streaming_mode_set() to
tell it to handle text or binary messages as a stream. Then all the
Efl.Io.Reader and Efl.Io.Writer APIs work as expected, see
efl_io_copier_example.c updates.
2016-09-02 00:08:50 -03:00
..
ecore efl_net_dialer_websocket: EFL now does WebSocket! 2016-09-02 00:08:50 -03:00
ecore_avahi Examples: Fix compilation (disable CXX examples!) 2016-04-21 17:16:53 +09:00
edje examples: edje: make sure we handle the various corner cases for the po files 2016-07-26 12:40:55 +02:00
eet examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
eina examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
eina_cxx examples: eina-cxx: ensure the install hook honors a set DESTDIR 2016-06-17 15:05:02 +09:30
eio Efl object: Rename Eo_Event -> Efl_Event. 2016-08-30 13:34:10 +01:00
eldbus Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elementary Efl object: Rename Eo_Event -> Efl_Event. 2016-08-30 13:34:10 +01:00
elocation examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
elua examples: elua: ensure the install hook honors a set DESTDIR 2016-06-16 11:16:30 +02:00
emile examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
emotion Efl object: Rename Eo_Event -> Efl_Event. 2016-08-30 13:34:10 +01:00
eolian_cxx eolian_cxx: Fix behavior with explicit void return 2016-08-17 20:54:27 -03:00
ephysics examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
ethumb_client examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
evas evas events: Fix axis input values 2016-09-01 11:57:43 +09:00