Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anismiles/websocket-android-phonegap
/ types & classes
Types & classes
6 in github.com/anismiles/websocket-android-phonegap
⨍
Functions
49
◇
Types & classes
6
Class
Base64
src/com/strumsoft/websocket/phonegap/Base64.java:150
Enum
Draft
Enum for WebSocket Draft
src/com/strumsoft/websocket/phonegap/WebSocket.java:69
Class
InputStream
A {@link Base64.InputStream} will read data from another <tt>java.io.InputStream</tt>, given in the constructor, and encode/decode to/from Base64 nota
src/com/strumsoft/websocket/phonegap/Base64.java:1641
Class
OutputStream
A {@link Base64.OutputStream} will write data to another <tt>java.io.OutputStream</tt>, given in the constructor, and encode/decode to/from Base64 not
src/com/strumsoft/websocket/phonegap/Base64.java:1854
Class
WebSocket
The <tt>WebSocket</tt> is an implementation of WebSocket Client API, and expects a valid "ws://" URI to connect to. When connected, an instance reciev
src/com/strumsoft/websocket/phonegap/WebSocket.java:64
Class
WebSocketFactory
The <tt>WebSocketFactory</tt> is like a helper class to instantiate new WebSocket instaces especially from Javascript side. It expects a valid "ws://"
src/com/strumsoft/websocket/phonegap/WebSocketFactory.java:44