SYMBOL INDEX (136 symbols across 15 files) FILE: src/com/codebutler/android_websockets/HybiParser.java class HybiParser (line 39) | public class HybiParser { method HybiParser (line 94) | public HybiParser(WebSocketClient client) { method mask (line 98) | private static byte[] mask(byte[] payload, byte[] mask, int offset) { method start (line 107) | public void start(HappyDataInputStream stream) throws IOException { method parseOpcode (line 134) | private void parseOpcode(byte data) throws ProtocolError { method parseLength (line 159) | private void parseLength(byte data) { method parseExtendedLength (line 171) | private void parseExtendedLength(byte[] buffer) throws ProtocolError { method frame (line 176) | public byte[] frame(String data) { method frame (line 180) | public byte[] frame(byte[] data) { method frame (line 184) | private byte[] frame(byte[] data, int opcode, int errorCode) { method frame (line 188) | private byte[] frame(String data, int opcode, int errorCode) { method frame (line 192) | private byte[] frame(Object data, int opcode, int errorCode) { method ping (line 243) | public void ping(String message) { method close (line 247) | public void close(int code, String reason) { method emitFrame (line 253) | private void emitFrame() throws IOException { method reset (line 307) | private void reset() { method encode (line 312) | private String encode(byte[] buffer) { method decode (line 320) | private byte[] decode(String string) { method getInteger (line 328) | private int getInteger(byte[] bytes) throws ProtocolError { method copyOfRange (line 354) | private static byte[] copyOfRange(byte[] original, int start, int end) { method slice (line 369) | private byte[] slice(byte[] array, int start) { class ProtocolError (line 373) | public static class ProtocolError extends IOException { method ProtocolError (line 374) | public ProtocolError(String detailMessage) { method byteArrayToLong (line 379) | private static long byteArrayToLong(byte[] b, int offset, int length) { class HappyDataInputStream (line 391) | public static class HappyDataInputStream extends DataInputStream { method HappyDataInputStream (line 392) | public HappyDataInputStream(InputStream in) { method readBytes (line 396) | public byte[] readBytes(int length) throws IOException { FILE: src/com/codebutler/android_websockets/WebSocketClient.java class WebSocketClient (line 29) | public class WebSocketClient { method setTrustManagers (line 46) | public static void setTrustManagers(TrustManager[] tm) { method WebSocketClient (line 50) | public WebSocketClient(URI uri, Listener listener, List extends Hashtable> { method HashList (line 13) | public HashList() { method contains (line 16) | public boolean contains(String key) { method add (line 21) | public void add(String key, T value) { FILE: src/com/koushikdutta/http/AsyncHttpClient.java class AsyncHttpClient (line 27) | public class AsyncHttpClient { method AsyncHttpClient (line 29) | public AsyncHttpClient() { class SocketIORequest (line 33) | public static class SocketIORequest { method SocketIORequest (line 39) | public SocketIORequest(String uri) { method SocketIORequest (line 43) | public SocketIORequest(String uri, String endpoint) { method SocketIORequest (line 47) | public SocketIORequest(String uri, String endpoint, List getHeaders() { type StringCallback (line 66) | public static interface StringCallback { method onCompleted (line 67) | public void onCompleted(final Exception e, String result); type WebSocketConnectCallback (line 70) | public static interface WebSocketConnectCallback { method onCompleted (line 71) | public void onCompleted(Exception ex, WebSocketClient webSocket); method executeString (line 74) | public void executeString(final SocketIORequest socketIORequest, final... method readToEndAsArray (line 117) | private byte[] readToEndAsArray(InputStream input) throws IOException { method readToEnd (line 129) | private String readToEnd(InputStream input) throws IOException {