gdx-dragome icon indicating copy to clipboard operation
gdx-dragome copied to clipboard

Net implementation

Open czyzby opened this issue 8 years ago • 2 comments

See DragomeNet.

  • [x] openURI
  • [x] sendHttpRequest
  • [x] cancelHttpRequest

Sockets are not supported by DragomeNet (or GWT, for that matter).

czyzby avatar Mar 05 '16 13:03 czyzby

DragomeNet is fully implemented. It needs to be tested, though - I'm not sure if you should manually create Function object in Java, I'd like @fpetrola input on this.

czyzby avatar Mar 22 '16 13:03 czyzby

I've made some changes in DragomeNet eval usage, now it's using evalCasting to create the resulting typed instance in one step: e4449fe1aac97fc398e0bbff63d17f4b6cd3b0a8

fpetrola avatar Mar 29 '16 18:03 fpetrola