Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AIR Mobile support? #147

Open
orthatg opened this issue Jan 3, 2014 · 2 comments
Open

AIR Mobile support? #147

orthatg opened this issue Jan 3, 2014 · 2 comments

Comments

@orthatg
Copy link

orthatg commented Jan 3, 2014

Could this library feasibly be modified to run in an AIR Mobile app or does this require the use of ExtInt?
Thx

@gimite
Copy link
Owner

gimite commented Jan 6, 2014

I'm not familiar with AIR mobile. In general, if you want to use the library from ActionScript, you can use WebSocket.swc which can be built with bundled flash-src/build.xml .

The ActionScript API is not documented. But you can use WebSocket class:
https://github.com/gimite/web-socket-js/blob/master/flash-src/src/net/gimite/websocket/WebSocket.as
This code shows how to use the class:
https://github.com/gimite/web-socket-js/blob/master/flash-src/src/net/gimite/websocket/WebSocketMain.as

@leefj
Copy link

leefj commented Dec 21, 2016

i use Netty and SecureSocket in my App.
it works on iOS ,but not work on android . on android the SecureSocket.serverCertificateStatus value is invalid .
does any body know how to solve this problem?
and shat "user-permission" should config ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants