SYMBOL INDEX (1815 symbols across 142 files) FILE: bin/lib/check_reqs.js function forgivingWhichSync (line 32) | function forgivingWhichSync(cmd) { function tryCommand (line 40) | function tryCommand(cmd, errMsg) { FILE: bin/lib/create.js function exec (line 32) | function exec(command, opt_cwd) { function setShellFatal (line 44) | function setShellFatal(value, func) { function getFrameworkDir (line 51) | function getFrameworkDir(projectPath, shared) { function copyJsAndLibrary (line 55) | function copyJsAndLibrary(projectPath, shared, projectName, xwalkSharedL... function extractSubProjectPaths (line 94) | function extractSubProjectPaths(data) { function writeProjectProperties (line 104) | function writeProjectProperties(projectPath, target_api, shared) { function copyBuildRules (line 131) | function copyBuildRules(projectPath) { function copyScripts (line 139) | function copyScripts(projectPath) { function validatePackageName (line 158) | function validatePackageName(package_name) { function validateProjectName (line 178) | function validateProjectName(project_name) { function removeDebuggableFromManifest (line 319) | function removeDebuggableFromManifest(projectPath) { function extractProjectNameFromManifest (line 324) | function extractProjectNameFromManifest(projectPath) { FILE: bin/templates/cordova/lib/appinfo.js function readAppInfoFromManifest (line 26) | function readAppInfoFromManifest() { FILE: bin/templates/cordova/lib/build.js function find_files (line 34) | function find_files(directory, predicate) { function hasCustomRules (line 50) | function hasCustomRules() { function extractProjectNameFromManifest (line 54) | function extractProjectNameFromManifest(projectPath) { function extractSubProjectPaths (line 64) | function extractSubProjectPaths() { function writeBuildXml (line 94) | function writeBuildXml(projectPath) { function parseOpts (line 267) | function parseOpts(options) { FILE: bin/templates/project/Activity.java class __ACTIVITY__ (line 25) | public class __ACTIVITY__ extends CordovaActivity method onCreate (line 27) | @Override method onXWalkReady (line 33) | @Override FILE: bin/templates/project/assets/www/main.js function roundNumber (line 47) | function roundNumber(num) { function updateAcceleration (line 55) | function updateAcceleration(a) { function dump_pic (line 84) | function dump_pic(data) { function fail (line 94) | function fail(msg) { function show_pic (line 98) | function show_pic() { function close (line 104) | function close() { function contacts_success (line 110) | function contacts_success(contacts) { function get_contacts (line 117) | function get_contacts() { function check_network (line 126) | function check_network() { function updateHeading (line 143) | function updateHeading(h) { function toggleCompass (line 147) | function toggleCompass() { function init (line 160) | function init() { FILE: framework/assets/www/cordova.js function build (line 41) | function build(module) { function createEvent (line 161) | function createEvent(type, data) { function extractParamName (line 381) | function extractParamName(callee, argIndex) { function checkArgs (line 385) | function checkArgs(spec, functionName, args, opt_callee) { function getValue (line 419) | function getValue(value, defaultValue) { function uint8ToBase64 (line 471) | function uint8ToBase64(rawData) { function each (line 501) | function each(objects, func, context) { function clobber (line 509) | function clobber(obj, key, value) { function assignOrWrapInDeprecateGetter (line 520) | function assignOrWrapInDeprecateGetter(obj, key, value, message) { function include (line 533) | function include(parent, objects, clobber, merge) { function recursiveMerge (line 577) | function recursiveMerge(target, src) { function forceFunction (line 728) | function forceFunction(f) { function androidExec (line 898) | function androidExec(success, fail, service, action, args) { function pollOnceFromOnlineEvent (line 944) | function pollOnceFromOnlineEvent() { function pollOnce (line 948) | function pollOnce(opt_fromOnlineEvent) { function pollingTimerFunc (line 958) | function pollingTimerFunc() { function hookOnlineApis (line 965) | function hookOnlineApis() { function processMessage (line 1016) | function processMessage(message) { function popMessageFromQueue (line 1097) | function popMessageFromQueue() { function logUnfiredChannels (line 1158) | function logUnfiredChannels(arr) { function replaceNavigator (line 1176) | function replaceNavigator(origNavigator) { function logUnfiredChannels (line 1277) | function logUnfiredChannels(arr) { function replaceNavigator (line 1295) | function replaceNavigator(origNavigator) { function addEntry (line 1383) | function addEntry(strategy, moduleName, symbolPath, opt_deprecationMessa... function prepareNamespace (line 1410) | function prepareNamespace(symbolPath, context) { function bindButtonChannel (line 1500) | function bindButtonChannel(buttonName) { function injectIfNecessary (line 1631) | function injectIfNecessary(id, url, onload, onerror) { function onScriptLoadingComplete (line 1646) | function onScriptLoadingComplete(moduleList, finishPluginLoading) { function handlePluginsObject (line 1674) | function handlePluginsObject(path, moduleList, finishPluginLoading) { function findCordovaPath (line 1693) | function findCordovaPath() { function UUIDcreatePart (line 1897) | function UUIDcreatePart(length) { FILE: framework/src/com/squareup/okhttp/Address.java class Address (line 37) | public final class Address { method Address (line 46) | public Address(String uriHost, int uriPort, SSLSocketFactory sslSocket... method getUriHost (line 63) | public String getUriHost() { method getUriPort (line 71) | public int getUriPort() { method getSslSocketFactory (line 79) | public SSLSocketFactory getSslSocketFactory() { method getHostnameVerifier (line 87) | public HostnameVerifier getHostnameVerifier() { method getAuthenticator (line 95) | public OkAuthenticator getAuthenticator() { method getTransports (line 103) | public List getTransports() { method getProxy (line 111) | public Proxy getProxy() { method equals (line 115) | @Override public boolean equals(Object other) { method hashCode (line 129) | @Override public int hashCode() { FILE: framework/src/com/squareup/okhttp/Connection.java class Connection (line 68) | public final class Connection implements Closeable { method Connection (line 90) | public Connection(Route route) { method connect (line 94) | public void connect(int connectTimeout, int readTimeout, TunnelRequest... method upgradeToTls (line 116) | private void upgradeToTls(TunnelRequest tunnelRequest) throws IOExcept... method isConnected (line 166) | public boolean isConnected() { method close (line 170) | @Override public void close() throws IOException { method getRoute (line 175) | public Route getRoute() { method getSocket (line 183) | public Socket getSocket() { method isAlive (line 188) | public boolean isAlive() { method isReadable (line 197) | public boolean isReadable() { method resetIdleStartTime (line 225) | public void resetIdleStartTime() { method isIdle (line 233) | public boolean isIdle() { method isExpired (line 241) | public boolean isExpired(long keepAliveDurationNs) { method getIdleStartTimeNs (line 249) | public long getIdleStartTimeNs() { method newTransport (line 254) | public Object newTransport(HttpEngine httpEngine) throws IOException { method isSpdy (line 264) | public boolean isSpdy() { method getSpdyConnection (line 268) | public SpdyConnection getSpdyConnection() { method getHttpMinorVersion (line 277) | public int getHttpMinorVersion() { method setHttpMinorVersion (line 281) | public void setHttpMinorVersion(int httpMinorVersion) { method requiresTunnel (line 290) | public boolean requiresTunnel() { method updateReadTimeout (line 294) | public void updateReadTimeout(int newTimeout) throws IOException { method makeTunnel (line 304) | private void makeTunnel(TunnelRequest tunnelRequest) throws IOException { method streamWrapper (line 331) | private void streamWrapper() throws IOException { FILE: framework/src/com/squareup/okhttp/ConnectionPool.java class ConnectionPool (line 55) | public class ConnectionPool { method call (line 87) | @Override public Void call() throws Exception { method ConnectionPool (line 120) | public ConnectionPool(int maxIdleConnections, long keepAliveDurationMs) { method getConnections (line 129) | List getConnections() { method waitForCleanupCallableToRun (line 140) | private void waitForCleanupCallableToRun() { method getDefault (line 151) | public static ConnectionPool getDefault() { method getConnectionCount (line 156) | public synchronized int getConnectionCount() { method getSpdyConnectionCount (line 161) | public synchronized int getSpdyConnectionCount() { method getHttpConnectionCount (line 170) | public synchronized int getHttpConnectionCount() { method get (line 179) | public synchronized Connection get(Address address) { method recycle (line 218) | public void recycle(Connection connection) { method maybeShare (line 249) | public void maybeShare(Connection connection) { method evictAll (line 263) | public void evictAll() { FILE: framework/src/com/squareup/okhttp/Dispatcher.java class Dispatcher (line 29) | final class Dispatcher { method enqueue (line 35) | public synchronized void enqueue( method cancel (line 47) | public synchronized void cancel(Object tag) { method finished (line 55) | synchronized void finished(Job job) { class RealResponseBody (line 60) | static class RealResponseBody extends Response.Body { method RealResponseBody (line 64) | RealResponseBody(ResponseHeaders responseHeaders, InputStream in) { method ready (line 69) | @Override public boolean ready() throws IOException { method contentType (line 73) | @Override public MediaType contentType() { method contentLength (line 78) | @Override public long contentLength() { method byteStream (line 82) | @Override public InputStream byteStream() throws IOException { FILE: framework/src/com/squareup/okhttp/Failure.java class Failure (line 24) | class Failure { method Failure (line 28) | private Failure(Builder builder) { method request (line 33) | public Request request() { method exception (line 37) | public Throwable exception() { class Builder (line 41) | public static class Builder { method request (line 45) | public Builder request(Request request) { method exception (line 50) | public Builder exception(Throwable exception) { method build (line 55) | public Failure build() { FILE: framework/src/com/squareup/okhttp/HttpResponseCache.java class HttpResponseCache (line 118) | public final class HttpResponseCache extends ResponseCache { method get (line 141) | @Override public CacheResponse get(URI uri, String requestMethod, method put (line 146) | @Override public CacheRequest put(URI uri, URLConnection connection) t... method maybeRemove (line 150) | @Override public void maybeRemove(String requestMethod, URI uri) throw... method update (line 154) | @Override public void update( method trackConditionalCacheHit (line 159) | @Override public void trackConditionalCacheHit() { method trackResponse (line 163) | @Override public void trackResponse(ResponseSource source) { method HttpResponseCache (line 168) | public HttpResponseCache(File directory, long maxSize) throws IOExcept... method uriToKey (line 172) | private String uriToKey(URI uri) { method get (line 176) | @Override public CacheResponse get(URI uri, String requestMethod, method put (line 201) | @Override public CacheRequest put(URI uri, URLConnection urlConnection... method maybeRemove (line 251) | private boolean maybeRemove(String requestMethod, URI uri) { method update (line 264) | private void update(CacheResponse conditionalCacheHit, HttpURLConnecti... method abortQuietly (line 287) | private void abortQuietly(DiskLruCache.Editor editor) { method getHttpEngine (line 297) | private HttpEngine getHttpEngine(URLConnection httpConnection) { method delete (line 312) | public void delete() throws IOException { method getWriteAbortCount (line 316) | public synchronized int getWriteAbortCount() { method getWriteSuccessCount (line 320) | public synchronized int getWriteSuccessCount() { method getSize (line 324) | public long getSize() { method getMaxSize (line 328) | public long getMaxSize() { method flush (line 332) | public void flush() throws IOException { method close (line 336) | public void close() throws IOException { method getDirectory (line 340) | public File getDirectory() { method isClosed (line 344) | public boolean isClosed() { method trackResponse (line 348) | private synchronized void trackResponse(ResponseSource source) { method trackConditionalCacheHit (line 362) | private synchronized void trackConditionalCacheHit() { method getNetworkCount (line 366) | public synchronized int getNetworkCount() { method getHitCount (line 370) | public synchronized int getHitCount() { method getRequestCount (line 374) | public synchronized int getRequestCount() { class CacheRequestImpl (line 378) | private final class CacheRequestImpl extends CacheRequest { method CacheRequestImpl (line 384) | public CacheRequestImpl(final DiskLruCache.Editor editor) throws IOE... method abort (line 408) | @Override public void abort() { method getBody (line 423) | @Override public OutputStream getBody() throws IOException { class Entry (line 428) | private static final class Entry { method Entry (line 486) | public Entry(InputStream in) throws IOException { method Entry (line 522) | public Entry(URI uri, RawHeaders varyHeaders, HttpURLConnection http... method getSslSocket (line 553) | private SSLSocket getSslSocket(HttpURLConnection httpConnection) { method writeTo (line 562) | public void writeTo(DiskLruCache.Editor editor) throws IOException { method isHttps (line 588) | private boolean isHttps() { method readCertArray (line 592) | private Certificate[] readCertArray(StrictLineReader reader) throws ... method writeCertArray (line 611) | private void writeCertArray(Writer writer, Certificate[] certificate... method matches (line 628) | public boolean matches(URI uri, String requestMethod, method newBodyInputStream (line 641) | private static InputStream newBodyInputStream(final DiskLruCache.Snaps... class EntryCacheResponse (line 650) | static class EntryCacheResponse extends CacheResponse { method EntryCacheResponse (line 655) | public EntryCacheResponse(Entry entry, DiskLruCache.Snapshot snapsho... method getHeaders (line 661) | @Override public Map> getHeaders() { method getBody (line 665) | @Override public InputStream getBody() { class EntrySecureCacheResponse (line 670) | static class EntrySecureCacheResponse extends SecureCacheResponse { method EntrySecureCacheResponse (line 675) | public EntrySecureCacheResponse(Entry entry, DiskLruCache.Snapshot s... method getHeaders (line 681) | @Override public Map> getHeaders() { method getBody (line 685) | @Override public InputStream getBody() { method getCipherSuite (line 689) | @Override public String getCipherSuite() { method getServerCertificateChain (line 693) | @Override public List getServerCertificateChain() method getPeerPrincipal (line 701) | @Override public Principal getPeerPrincipal() throws SSLPeerUnverifi... method getLocalCertificateChain (line 708) | @Override public List getLocalCertificateChain() { method getLocalPrincipal (line 715) | @Override public Principal getLocalPrincipal() { FILE: framework/src/com/squareup/okhttp/Job.java class Job (line 39) | final class Job implements Runnable, Policy { method Job (line 47) | public Job(Dispatcher dispatcher, OkHttpClient client, Request request, method getChunkLength (line 55) | @Override public int getChunkLength() { method getFixedContentLength (line 59) | @Override public long getFixedContentLength() { method getUseCaches (line 63) | @Override public boolean getUseCaches() { method getHttpConnectionToCache (line 67) | @Override public HttpURLConnection getHttpConnectionToCache() { method getURL (line 71) | @Override public URL getURL() { method getIfModifiedSince (line 75) | @Override public long getIfModifiedSince() { method usingProxy (line 79) | @Override public boolean usingProxy() { method setSelectedProxy (line 83) | @Override public void setSelectedProxy(Proxy proxy) { method tag (line 87) | Object tag() { method run (line 91) | @Override public void run() { method execute (line 107) | private Response execute() throws IOException { method newEngine (line 158) | HttpEngine newEngine(Connection connection) throws IOException { method processResponse (line 176) | private Request processResponse(HttpEngine engine, Response response) ... method sameConnection (line 227) | private boolean sameConnection(Request a, Request b) { FILE: framework/src/com/squareup/okhttp/MediaType.java class MediaType (line 27) | public final class MediaType { method MediaType (line 39) | private MediaType(String mediaType, String type, String subtype, Strin... method parse (line 50) | public static MediaType parse(String string) { method type (line 77) | public String type() { method subtype (line 85) | public String subtype() { method charset (line 93) | public Charset charset() { method charset (line 101) | public Charset charset(Charset defaultValue) { method toString (line 109) | @Override public String toString() { method equals (line 113) | @Override public boolean equals(Object o) { method hashCode (line 117) | @Override public int hashCode() { FILE: framework/src/com/squareup/okhttp/OkAuthenticator.java type OkAuthenticator (line 29) | public interface OkAuthenticator { method authenticate (line 39) | Credential authenticate(Proxy proxy, URL url, List challeng... method authenticateProxy (line 50) | Credential authenticateProxy(Proxy proxy, URL url, List cha... class Challenge (line 53) | public final class Challenge { method Challenge (line 57) | public Challenge(String scheme, String realm) { method getScheme (line 63) | public String getScheme() { method getRealm (line 68) | public String getRealm() { method equals (line 72) | @Override public boolean equals(Object o) { method hashCode (line 78) | @Override public int hashCode() { method toString (line 82) | @Override public String toString() { class Credential (line 88) | public final class Credential { method Credential (line 91) | private Credential(String headerValue) { method basic (line 96) | public static Credential basic(String userName, String password) { method getHeaderValue (line 107) | public String getHeaderValue() { method equals (line 111) | @Override public boolean equals(Object o) { method hashCode (line 115) | @Override public int hashCode() { method toString (line 119) | @Override public String toString() { FILE: framework/src/com/squareup/okhttp/OkHttpClient.java class OkHttpClient (line 41) | public final class OkHttpClient implements URLStreamHandlerFactory { method OkHttpClient (line 60) | public OkHttpClient() { method OkHttpClient (line 65) | private OkHttpClient(OkHttpClient copyFrom) { method setConnectTimeout (line 75) | public void setConnectTimeout(long timeout, TimeUnit unit) { method getConnectTimeout (line 90) | public int getConnectTimeout() { method setReadTimeout (line 99) | public void setReadTimeout(long timeout, TimeUnit unit) { method getReadTimeout (line 114) | public int getReadTimeout() { method setProxy (line 124) | public OkHttpClient setProxy(Proxy proxy) { method getProxy (line 129) | public Proxy getProxy() { method setProxySelector (line 142) | public OkHttpClient setProxySelector(ProxySelector proxySelector) { method getProxySelector (line 147) | public ProxySelector getProxySelector() { method setCookieHandler (line 158) | public OkHttpClient setCookieHandler(CookieHandler cookieHandler) { method getCookieHandler (line 163) | public CookieHandler getCookieHandler() { method setResponseCache (line 173) | public OkHttpClient setResponseCache(ResponseCache responseCache) { method getResponseCache (line 178) | public ResponseCache getResponseCache() { method getOkResponseCache (line 182) | public OkResponseCache getOkResponseCache() { method setSslSocketFactory (line 198) | public OkHttpClient setSslSocketFactory(SSLSocketFactory sslSocketFact... method getSslSocketFactory (line 203) | public SSLSocketFactory getSslSocketFactory() { method setHostnameVerifier (line 214) | public OkHttpClient setHostnameVerifier(HostnameVerifier hostnameVerif... method getHostnameVerifier (line 219) | public HostnameVerifier getHostnameVerifier() { method setAuthenticator (line 230) | public OkHttpClient setAuthenticator(OkAuthenticator authenticator) { method getAuthenticator (line 235) | public OkAuthenticator getAuthenticator() { method setConnectionPool (line 245) | public OkHttpClient setConnectionPool(ConnectionPool connectionPool) { method getConnectionPool (line 250) | public ConnectionPool getConnectionPool() { method setFollowProtocolRedirects (line 261) | public OkHttpClient setFollowProtocolRedirects(boolean followProtocolR... method getFollowProtocolRedirects (line 266) | public boolean getFollowProtocolRedirects() { method getRoutesDatabase (line 270) | public RouteDatabase getRoutesDatabase() { method setTransports (line 301) | public OkHttpClient setTransports(List transports) { method getTransports (line 316) | public List getTransports() { method enqueue (line 323) | void enqueue(Request request, Response.Receiver responseReceiver) { method cancel (line 334) | void cancel(Object tag) { method open (line 338) | public HttpURLConnection open(URL url) { method open (line 342) | HttpURLConnection open(URL url, Proxy proxy) { method copyWithDefaults (line 356) | private OkHttpClient copyWithDefaults() { method createURLStreamHandler (line 389) | public URLStreamHandler createURLStreamHandler(final String protocol) { FILE: framework/src/com/squareup/okhttp/OkResponseCache.java type OkResponseCache (line 34) | public interface OkResponseCache { method get (line 35) | CacheResponse get(URI uri, String requestMethod, Map headers(String name) { method headerNames (line 73) | public Set headerNames() { method rawHeaders (line 77) | RawHeaders rawHeaders() { method headerCount (line 81) | public int headerCount() { method headerName (line 85) | public String headerName(int index) { method headerValue (line 89) | public String headerValue(int index) { method body (line 93) | public Body body() { method tag (line 97) | public Object tag() { method newBuilder (line 101) | Builder newBuilder() { class Body (line 108) | public abstract static class Body { method contentType (line 110) | public abstract MediaType contentType(); method contentLength (line 116) | public long contentLength() { method writeTo (line 121) | public abstract void writeTo(OutputStream out) throws IOException; method create (line 127) | public static Body create(MediaType contentType, String content) { method create (line 140) | public static Body create(final MediaType contentType, final byte[] ... method create (line 160) | public static Body create(final MediaType contentType, final File fi... class Builder (line 192) | public static class Builder { method Builder (line 199) | public Builder(String url) { method Builder (line 203) | public Builder(URL url) { method url (line 207) | public Builder url(String url) { method url (line 216) | public Builder url(URL url) { method header (line 226) | public Builder header(String name, String value) { method addHeader (line 235) | public Builder addHeader(String name, String value) { method rawHeaders (line 240) | Builder rawHeaders(RawHeaders rawHeaders) { method get (line 245) | public Builder get() { method head (line 249) | public Builder head() { method post (line 253) | public Builder post(Body body) { method put (line 257) | public Builder put(Body body) { method method (line 261) | public Builder method(String method, Body body) { method tag (line 275) | public Builder tag(Object tag) { method build (line 280) | public Request build() { FILE: framework/src/com/squareup/okhttp/Response.java class Response (line 39) | final class Response { method Response (line 46) | private Response(Builder builder) { method request (line 66) | public Request request() { method code (line 70) | public int code() { method header (line 74) | public String header(String name) { method header (line 78) | public String header(String name, String defaultValue) { method headers (line 83) | public List headers(String name) { method headerNames (line 87) | public Set headerNames() { method headerCount (line 91) | public int headerCount() { method headerName (line 95) | public String headerName(int index) { method rawHeaders (line 99) | RawHeaders rawHeaders() { method headerValue (line 103) | public String headerValue(int index) { method body (line 107) | public Body body() { method redirectedBy (line 117) | public Response redirectedBy() { class Body (line 121) | public abstract static class Body { method ready (line 137) | public abstract boolean ready() throws IOException; method contentType (line 139) | public abstract MediaType contentType(); method contentLength (line 145) | public abstract long contentLength(); method byteStream (line 147) | public abstract InputStream byteStream() throws IOException; method bytes (line 149) | public final byte[] bytes() throws IOException { method charStream (line 174) | public final Reader charStream() throws IOException { method string (line 186) | public final String string() throws IOException { method charset (line 190) | private Charset charset() { type Receiver (line 196) | public interface Receiver { method onFailure (line 202) | void onFailure(Failure failure); method onResponse (line 234) | boolean onResponse(Response response) throws IOException; class Builder (line 237) | public static class Builder { method Builder (line 244) | public Builder(Request request, int code) { method header (line 255) | public Builder header(String name, String value) { method addHeader (line 264) | public Builder addHeader(String name, String value) { method rawHeaders (line 269) | Builder rawHeaders(RawHeaders rawHeaders) { method body (line 274) | public Builder body(Body body) { method redirectedBy (line 279) | public Builder redirectedBy(Response redirectedBy) { method build (line 284) | public Response build() { FILE: framework/src/com/squareup/okhttp/ResponseSource.java type ResponseSource (line 19) | public enum ResponseSource { method requiresConnection (line 34) | public boolean requiresConnection() { FILE: framework/src/com/squareup/okhttp/Route.java class Route (line 22) | public class Route { method Route (line 28) | public Route(Address address, Proxy proxy, InetSocketAddress inetSocke... method getAddress (line 40) | public Address getAddress() { method getProxy (line 53) | public Proxy getProxy() { method getSocketAddress (line 58) | public InetSocketAddress getSocketAddress() { method isModernTls (line 63) | public boolean isModernTls() { method flipTlsMode (line 68) | Route flipTlsMode() { method equals (line 72) | @Override public boolean equals(Object obj) { method hashCode (line 83) | @Override public int hashCode() { FILE: framework/src/com/squareup/okhttp/RouteDatabase.java class RouteDatabase (line 30) | public final class RouteDatabase { method failed (line 34) | public synchronized void failed(Route failedRoute, IOException failure) { method connected (line 45) | public synchronized void connected(Route route) { method shouldPostpone (line 50) | public synchronized boolean shouldPostpone(Route route) { method failedRoutesCount (line 54) | public synchronized int failedRoutesCount() { FILE: framework/src/com/squareup/okhttp/TunnelRequest.java class TunnelRequest (line 30) | public final class TunnelRequest { method TunnelRequest (line 43) | public TunnelRequest(String host, int port, String userAgent, String p... method getRequestHeaders (line 57) | RawHeaders getRequestHeaders() { FILE: framework/src/com/squareup/okhttp/internal/AbstractOutputStream.java class AbstractOutputStream (line 28) | public abstract class AbstractOutputStream extends OutputStream { method write (line 31) | @Override public final void write(int data) throws IOException { method checkNotClosed (line 35) | protected final void checkNotClosed() throws IOException { method isClosed (line 42) | public boolean isClosed() { FILE: framework/src/com/squareup/okhttp/internal/Base64.java class Base64 (line 32) | public final class Base64 { method Base64 (line 33) | private Base64() { method decode (line 36) | public static byte[] decode(byte[] in) { method decode (line 40) | public static byte[] decode(byte[] in, int len) { method encode (line 134) | public static String encode(byte[] in) { FILE: framework/src/com/squareup/okhttp/internal/DiskLruCache.java class DiskLruCache (line 88) | public final class DiskLruCache implements Closeable { method call (line 165) | public Void call() throws Exception { method DiskLruCache (line 180) | private DiskLruCache(File directory, int appVersion, int valueCount, l... method open (line 199) | public static DiskLruCache open(File directory, int appVersion, int va... method readJournal (line 243) | private void readJournal() throws IOException { method readJournalLine (line 275) | private void readJournalLine(String line) throws IOException { method processJournal (line 318) | private void processJournal() throws IOException { method rebuildJournal (line 341) | private synchronized void rebuildJournal() throws IOException { method deleteIfExists (line 380) | private static void deleteIfExists(File file) throws IOException { method renameTo (line 386) | private static void renameTo(File from, File to, boolean deleteDestina... method get (line 400) | public synchronized Snapshot get(String key) throws IOException { method edit (line 445) | public Editor edit(String key) throws IOException { method edit (line 449) | private synchronized Editor edit(String key, long expectedSequenceNumb... method getDirectory (line 474) | public File getDirectory() { method getMaxSize (line 482) | public long getMaxSize() { method setMaxSize (line 490) | public synchronized void setMaxSize(long maxSize) { method size (line 500) | public synchronized long size() { method completeEdit (line 504) | private synchronized void completeEdit(Editor editor, boolean success)... method journalRebuildRequired (line 563) | private boolean journalRebuildRequired() { method remove (line 575) | public synchronized boolean remove(String key) throws IOException { method isClosed (line 604) | public boolean isClosed() { method checkNotClosed (line 608) | private void checkNotClosed() { method flush (line 615) | public synchronized void flush() throws IOException { method close (line 622) | public synchronized void close() throws IOException { method trimToSize (line 636) | private void trimToSize() throws IOException { method delete (line 648) | public void delete() throws IOException { method validateKey (line 653) | private void validateKey(String key) { method inputStreamToString (line 660) | private static String inputStreamToString(InputStream in) throws IOExc... class Snapshot (line 665) | public final class Snapshot implements Closeable { method Snapshot (line 671) | private Snapshot(String key, long sequenceNumber, InputStream[] ins,... method edit (line 683) | public Editor edit() throws IOException { method getInputStream (line 688) | public InputStream getInputStream(int index) { method getString (line 693) | public String getString(int index) throws IOException { method getLength (line 698) | public long getLength(int index) { method close (line 702) | public void close() { method write (line 710) | @Override class Editor (line 717) | public final class Editor { method Editor (line 723) | private Editor(Entry entry) { method newInputStream (line 732) | public InputStream newInputStream(int index) throws IOException { method getString (line 752) | public String getString(int index) throws IOException { method newOutputStream (line 764) | public OutputStream newOutputStream(int index) throws IOException { method set (line 791) | public void set(int index, String value) throws IOException { method commit (line 805) | public void commit() throws IOException { method abort (line 819) | public void abort() throws IOException { method abortUnlessCommitted (line 823) | public void abortUnlessCommitted() { class FaultHidingOutputStream (line 832) | private class FaultHidingOutputStream extends FilterOutputStream { method FaultHidingOutputStream (line 833) | private FaultHidingOutputStream(OutputStream out) { method write (line 837) | @Override public void write(int oneByte) { method write (line 845) | @Override public void write(byte[] buffer, int offset, int length) { method close (line 853) | @Override public void close() { method flush (line 861) | @Override public void flush() { class Entry (line 871) | private final class Entry { method Entry (line 886) | private Entry(String key) { method getLengths (line 891) | public String getLengths() throws IOException { method setLengths (line 900) | private void setLengths(String[] strings) throws IOException { method invalidLengths (line 914) | private IOException invalidLengths(String[] strings) throws IOExcept... method getCleanFile (line 918) | public File getCleanFile(int i) { method getDirtyFile (line 922) | public File getDirtyFile(int i) { FILE: framework/src/com/squareup/okhttp/internal/Dns.java type Dns (line 25) | public interface Dns { method getAllByName (line 27) | @Override public InetAddress[] getAllByName(String host) throws Unknow... method getAllByName (line 32) | InetAddress[] getAllByName(String host) throws UnknownHostException; FILE: framework/src/com/squareup/okhttp/internal/FaultRecoveringOutputStream.java class FaultRecoveringOutputStream (line 35) | public abstract class FaultRecoveringOutputStream extends AbstractOutput... method FaultRecoveringOutputStream (line 47) | public FaultRecoveringOutputStream(int maxReplayBufferLength, OutputSt... method write (line 54) | @Override public final void write(byte[] buffer, int offset, int count... method flush (line 78) | @Override public final void flush() throws IOException { method close (line 92) | @Override public final void close() throws IOException { method recover (line 111) | private boolean recover(IOException e) { method isRecoverable (line 136) | public boolean isRecoverable() { method replaceStream (line 144) | public final void replaceStream(OutputStream replacementStream) throws... method replacementStream (line 162) | protected abstract OutputStream replacementStream(IOException e) throw... FILE: framework/src/com/squareup/okhttp/internal/NamedRunnable.java class NamedRunnable (line 22) | public abstract class NamedRunnable implements Runnable { method NamedRunnable (line 25) | public NamedRunnable(String format, Object... args) { method run (line 29) | @Override public final void run() { method execute (line 39) | protected abstract void execute(); FILE: framework/src/com/squareup/okhttp/internal/Platform.java class Platform (line 50) | public class Platform { method get (line 55) | public static Platform get() { method getPrefix (line 60) | public String getPrefix() { method logW (line 64) | public void logW(String warning) { method tagSocket (line 68) | public void tagSocket(Socket socket) throws SocketException { method untagSocket (line 71) | public void untagSocket(Socket socket) throws SocketException { method toUriLenient (line 74) | public URI toUriLenient(URL url) throws URISyntaxException { method enableTlsExtensions (line 83) | public void enableTlsExtensions(SSLSocket socket, String uriHost) { method supportTlsIntolerantServer (line 90) | public void supportTlsIntolerantServer(SSLSocket socket) { method getNpnSelectedProtocol (line 95) | public byte[] getNpnSelectedProtocol(SSLSocket socket) { method setNpnProtocols (line 103) | public void setNpnProtocols(SSLSocket socket, byte[] npnProtocols) { method connectSocket (line 106) | public void connectSocket(Socket socket, InetSocketAddress address, method newDeflaterOutputStream (line 116) | public OutputStream newDeflaterOutputStream(OutputStream out, Deflater... method findPlatform (line 138) | private static Platform findPlatform() { class Android23 (line 191) | private static class Android23 extends Platform { method Android23 (line 196) | private Android23( method connectSocket (line 203) | @Override public void connectSocket(Socket socket, InetSocketAddress... method enableTlsExtensions (line 216) | @Override public void enableTlsExtensions(SSLSocket socket, String u... class Android41 (line 233) | private static class Android41 extends Android23 { method Android41 (line 237) | private Android41(Class openSslSocketClass, Method setUseSessionT... method setNpnProtocols (line 244) | @Override public void setNpnProtocols(SSLSocket socket, byte[] npnPr... method getNpnSelectedProtocol (line 257) | @Override public byte[] getNpnSelectedProtocol(SSLSocket socket) { class JdkWithJettyNpnPlatform (line 272) | private static class JdkWithJettyNpnPlatform extends Platform { method JdkWithJettyNpnPlatform (line 278) | public JdkWithJettyNpnPlatform(Method putMethod, Method getMethod, C... method setNpnProtocols (line 286) | @Override public void setNpnProtocols(SSLSocket socket, byte[] npnPr... method getNpnSelectedProtocol (line 307) | @Override public byte[] getNpnSelectedProtocol(SSLSocket socket) { class JettyNpnProvider (line 332) | private static class JettyNpnProvider implements InvocationHandler { method JettyNpnProvider (line 337) | public JettyNpnProvider(List protocols) { method invoke (line 341) | @Override public Object invoke(Object proxy, Method method, Object[]... FILE: framework/src/com/squareup/okhttp/internal/StrictLineReader.java class StrictLineReader (line 45) | public class StrictLineReader implements Closeable { method StrictLineReader (line 71) | public StrictLineReader(InputStream in, Charset charset) { method StrictLineReader (line 86) | public StrictLineReader(InputStream in, int capacity, Charset charset) { method close (line 108) | public void close() throws IOException { method readLine (line 125) | public String readLine() throws IOException { method readInt (line 185) | public int readInt() throws IOException { method fillBuf (line 198) | private void fillBuf() throws IOException { FILE: framework/src/com/squareup/okhttp/internal/Util.java class Util (line 43) | public final class Util { method Util (line 60) | private Util() { method getEffectivePort (line 63) | public static int getEffectivePort(URI uri) { method getEffectivePort (line 67) | public static int getEffectivePort(URL url) { method getEffectivePort (line 71) | private static int getEffectivePort(String scheme, int specifiedPort) { method getDefaultPort (line 75) | public static int getDefaultPort(String scheme) { method checkOffsetAndCount (line 85) | public static void checkOffsetAndCount(int arrayLength, int offset, in... method pokeInt (line 91) | public static void pokeInt(byte[] dst, int offset, int value, ByteOrde... method equal (line 106) | public static boolean equal(Object a, Object b) { method closeQuietly (line 114) | public static void closeQuietly(Closeable closeable) { method closeQuietly (line 129) | public static void closeQuietly(Socket socket) { method closeQuietly (line 144) | public static void closeQuietly(ServerSocket serverSocket) { method closeAll (line 159) | public static void closeAll(Closeable a, Closeable b) throws IOExcepti... method deleteContents (line 182) | public static void deleteContents(File dir) throws IOException { method readSingleByte (line 202) | public static int readSingleByte(InputStream in) throws IOException { method writeSingleByte (line 213) | public static void writeSingleByte(OutputStream out, int b) throws IOE... method readFully (line 222) | public static void readFully(InputStream in, byte[] dst) throws IOExce... method readFully (line 232) | public static void readFully(InputStream in, byte[] dst, int offset, i... method readFully (line 255) | public static String readFully(Reader reader) throws IOException { method skipAll (line 269) | public static void skipAll(InputStream in) throws IOException { method skipByReading (line 286) | public static long skipByReading(InputStream in, long byteCount) throw... method copy (line 318) | public static int copy(InputStream in, OutputStream out) throws IOExce... method readAsciiLine (line 336) | public static String readAsciiLine(InputStream in) throws IOException { method hash (line 357) | public static String hash(String s) { method bytesToHexString (line 369) | private static String bytesToHexString(byte[] bytes) { method immutableList (line 381) | public static List immutableList(List list) { method daemonThreadFactory (line 385) | public static ThreadFactory daemonThreadFactory(final String name) { FILE: framework/src/com/squareup/okhttp/internal/http/AbstractHttpInputStream.java class AbstractHttpInputStream (line 35) | abstract class AbstractHttpInputStream extends InputStream { method AbstractHttpInputStream (line 42) | AbstractHttpInputStream(InputStream in, HttpEngine httpEngine, CacheRe... method read (line 62) | @Override public final int read() throws IOException { method checkNotClosed (line 66) | protected final void checkNotClosed() throws IOException { method cacheWrite (line 72) | protected final void cacheWrite(byte[] buffer, int offset, int count) ... method endOfInput (line 82) | protected final void endOfInput() throws IOException { method unexpectedEndOfInput (line 101) | protected final void unexpectedEndOfInput() { FILE: framework/src/com/squareup/okhttp/internal/http/HeaderParser.java class HeaderParser (line 19) | final class HeaderParser { type CacheControlHandler (line 21) | public interface CacheControlHandler { method handle (line 22) | void handle(String directive, String parameter); method parseCacheControl (line 26) | public static void parseCacheControl(String value, CacheControlHandler... method skipUntil (line 68) | public static int skipUntil(String input, int pos, String characters) { method skipWhitespace (line 81) | public static int skipWhitespace(String input, int pos) { method parseSeconds (line 95) | public static int parseSeconds(String value) { method HeaderParser (line 110) | private HeaderParser() { FILE: framework/src/com/squareup/okhttp/internal/http/HttpAuthenticator.java class HttpAuthenticator (line 36) | public final class HttpAuthenticator { method authenticate (line 39) | @Override public Credential authenticate( method authenticateProxy (line 56) | @Override public Credential authenticateProxy( method getConnectToInetAddress (line 75) | private InetAddress getConnectToInetAddress(Proxy proxy, URL url) thro... method HttpAuthenticator (line 82) | private HttpAuthenticator() { method processAuthHeader (line 91) | public static boolean processAuthHeader(OkAuthenticator authenticator,... method parseChallenges (line 124) | private static List parseChallenges(RawHeaders responseHead... FILE: framework/src/com/squareup/okhttp/internal/http/HttpDate.java class HttpDate (line 29) | final class HttpDate { method initialValue (line 37) | @Override protected DateFormat initialValue() { method parse (line 60) | public static Date parse(String value) { method format (line 82) | public static String format(Date value) { method HttpDate (line 86) | private HttpDate() { FILE: framework/src/com/squareup/okhttp/internal/http/HttpEngine.java class HttpEngine (line 78) | public class HttpEngine { method getHeaders (line 80) | @Override public Map> getHeaders() throws IOExcep... method getBody (line 85) | @Override public InputStream getBody() throws IOException { method HttpEngine (line 153) | public HttpEngine(OkHttpClient client, Policy policy, String method, R... method getUri (line 170) | public URI getUri() { method sendRequest (line 179) | public final void sendRequest() throws IOException { method initResponseSource (line 217) | private void initResponseSource() throws IOException { method sendSocketRequest (line 253) | private void sendSocketRequest() throws IOException { method connect (line 272) | protected final void connect() throws IOException { method connected (line 311) | protected void connected(Connection connection) { method writingRequestHeaders (line 320) | public void writingRequestHeaders() { method setResponse (line 331) | private void setResponse(ResponseHeaders headers, InputStream body) th... method hasRequestBody (line 341) | boolean hasRequestBody() { method getRequestBody (line 346) | public final OutputStream getRequestBody() { method hasResponse (line 353) | public final boolean hasResponse() { method getRequestHeaders (line 357) | public final RequestHeaders getRequestHeaders() { method getResponseHeaders (line 361) | public final ResponseHeaders getResponseHeaders() { method getResponseCode (line 368) | public final int getResponseCode() { method getResponseBody (line 375) | public final InputStream getResponseBody() { method getCacheResponse (line 382) | public final CacheResponse getCacheResponse() { method getConnection (line 386) | public final Connection getConnection() { method acceptCacheResponseType (line 395) | protected boolean acceptCacheResponseType(CacheResponse cacheResponse) { method maybeCache (line 399) | private void maybeCache() throws IOException { method automaticallyReleaseConnectionToPool (line 423) | public final void automaticallyReleaseConnectionToPool() { method release (line 436) | public final void release(boolean streamCanceled) { method initContentStream (line 456) | private void initContentStream(InputStream transferStream) throws IOEx... method hasResponseBody (line 478) | public final boolean hasResponseBody() { method prepareRawRequestHeaders (line 508) | private void prepareRawRequestHeaders() throws IOException { method getRequestLine (line 550) | String getRequestLine() { method requestString (line 556) | private String requestString() { method requestPath (line 570) | public static String requestPath(URL url) { method includeAuthorityInRequestLine (line 589) | protected boolean includeAuthorityInRequestLine() { method getDefaultUserAgent (line 595) | public static String getDefaultUserAgent() { method getOriginAddress (line 600) | public static String getOriginAddress(URL url) { method readResponse (line 613) | public final void readResponse() throws IOException { method getTunnelConfig (line 676) | protected TunnelRequest getTunnelConfig() { method receiveHeaders (line 680) | public void receiveHeaders(RawHeaders headers) throws IOException { FILE: framework/src/com/squareup/okhttp/internal/http/HttpTransport.java class HttpTransport (line 32) | public final class HttpTransport implements Transport { method HttpTransport (line 54) | public HttpTransport(HttpEngine httpEngine, OutputStream outputStream,... method createRequestBody (line 61) | @Override public OutputStream createRequestBody() throws IOException { method flushRequest (line 106) | @Override public void flushRequest() throws IOException { method writeRequestBody (line 111) | @Override public void writeRequestBody(RetryableOutputStream requestBo... method writeRequestHeaders (line 127) | public void writeRequestHeaders() throws IOException { method readResponseHeaders (line 134) | @Override public ResponseHeaders readResponseHeaders() throws IOExcept... method makeReusable (line 144) | public boolean makeReusable(boolean streamCanceled, OutputStream reque... method discardStream (line 185) | private static boolean discardStream(HttpEngine httpEngine, InputStrea... method getTransferStream (line 204) | @Override public InputStream getTransferStream(CacheRequest cacheReque... class FixedLengthOutputStream (line 225) | private static final class FixedLengthOutputStream extends AbstractOut... method FixedLengthOutputStream (line 229) | private FixedLengthOutputStream(OutputStream socketOut, long bytesRe... method write (line 234) | @Override public void write(byte[] buffer, int offset, int count) th... method flush (line 244) | @Override public void flush() throws IOException { method close (line 251) | @Override public void close() throws IOException { class ChunkedOutputStream (line 267) | private static final class ChunkedOutputStream extends AbstractOutputS... method ChunkedOutputStream (line 281) | private ChunkedOutputStream(OutputStream socketOut, int maxChunkLeng... method dataLength (line 292) | private int dataLength(int dataPlusHeaderLength) { method write (line 300) | @Override public synchronized void write(byte[] buffer, int offset, ... method writeHex (line 333) | private void writeHex(int i) throws IOException { method flush (line 341) | @Override public synchronized void flush() throws IOException { method close (line 349) | @Override public synchronized void close() throws IOException { method writeBufferedChunkToSocket (line 358) | private void writeBufferedChunkToSocket() throws IOException { class FixedLengthInputStream (line 372) | private static class FixedLengthInputStream extends AbstractHttpInputS... method FixedLengthInputStream (line 375) | public FixedLengthInputStream(InputStream is, CacheRequest cacheRequ... method read (line 384) | @Override public int read(byte[] buffer, int offset, int count) thro... method available (line 403) | @Override public int available() throws IOException { method close (line 408) | @Override public void close() throws IOException { class ChunkedInputStream (line 420) | private static class ChunkedInputStream extends AbstractHttpInputStream { method ChunkedInputStream (line 426) | ChunkedInputStream(InputStream is, CacheRequest cacheRequest, HttpTr... method read (line 432) | @Override public int read(byte[] buffer, int offset, int count) thro... method readChunkSize (line 455) | private void readChunkSize() throws IOException { method available (line 479) | @Override public int available() throws IOException { method close (line 487) | @Override public void close() throws IOException { FILE: framework/src/com/squareup/okhttp/internal/http/HttpURLConnectionImpl.java class HttpURLConnectionImpl (line 60) | public class HttpURLConnectionImpl extends HttpURLConnection implements ... method HttpURLConnectionImpl (line 81) | public HttpURLConnectionImpl(URL url, OkHttpClient client) { method connect (line 86) | @Override public final void connect() throws IOException { method disconnect (line 94) | @Override public final void disconnect() { method getErrorStream (line 113) | @Override public final InputStream getErrorStream() { method getHeaderField (line 129) | @Override public final String getHeaderField(int position) { method getHeaderField (line 142) | @Override public final String getHeaderField(String fieldName) { method getHeaderFieldKey (line 151) | @Override public final String getHeaderFieldKey(int position) { method getHeaderFields (line 159) | @Override public final Map> getHeaderFields() { method getRequestProperties (line 167) | @Override public final Map> getRequestProperties() { method getInputStream (line 175) | @Override public final InputStream getInputStream() throws IOException { method getOutputStream (line 197) | @Override public final OutputStream getOutputStream() throws IOExcepti... method getPermission (line 210) | @Override public final Permission getPermission() throws IOException { method getRequestProperty (line 221) | @Override public final String getRequestProperty(String field) { method setConnectTimeout (line 228) | @Override public void setConnectTimeout(int timeoutMillis) { method getConnectTimeout (line 232) | @Override public int getConnectTimeout() { method setReadTimeout (line 236) | @Override public void setReadTimeout(int timeoutMillis) { method getReadTimeout (line 240) | @Override public int getReadTimeout() { method initHttpEngine (line 244) | private void initHttpEngine() throws IOException { method getHttpConnectionToCache (line 269) | @Override public HttpURLConnection getHttpConnectionToCache() { method newHttpEngine (line 273) | private HttpEngine newHttpEngine(String method, RawHeaders requestHead... method getResponse (line 289) | private HttpEngine getResponse() throws IOException { method execute (line 348) | private boolean execute(boolean readResponse) throws IOException { method handleFailure (line 370) | private boolean handleFailure(IOException e) throws IOException { method isRecoverable (line 394) | private boolean isRecoverable(IOException e) { method getHttpEngine (line 403) | public HttpEngine getHttpEngine() { type Retry (line 407) | enum Retry { method processResponseHeaders (line 418) | private Retry processResponseHeaders() throws IOException { method getFixedContentLength (line 478) | @Override public final long getFixedContentLength() { method getChunkLength (line 482) | @Override public final int getChunkLength() { method usingProxy (line 486) | @Override public final boolean usingProxy() { method isValidNonDirectProxy (line 499) | private static boolean isValidNonDirectProxy(Proxy proxy) { method getResponseMessage (line 503) | @Override public String getResponseMessage() throws IOException { method getResponseCode (line 507) | @Override public final int getResponseCode() throws IOException { method setRequestProperty (line 511) | @Override public final void setRequestProperty(String field, String ne... method addRequestProperty (line 535) | @Override public final void addRequestProperty(String field, String va... method setTransports (line 563) | private void setTransports(String transportsString, boolean append) { method setFixedLengthStreamingMode (line 574) | @Override public void setFixedLengthStreamingMode(int contentLength) { method setFixedLengthStreamingMode (line 579) | public void setFixedLengthStreamingMode(long contentLength) { method setSelectedProxy (line 587) | @Override public final void setSelectedProxy(Proxy proxy) { FILE: framework/src/com/squareup/okhttp/internal/http/HttpsEngine.java class HttpsEngine (line 30) | public final class HttpsEngine extends HttpEngine { method HttpsEngine (line 38) | public HttpsEngine(OkHttpClient client, Policy policy, String method, ... method connected (line 44) | @Override protected void connected(Connection connection) { method acceptCacheResponseType (line 49) | @Override protected boolean acceptCacheResponseType(CacheResponse cach... method includeAuthorityInRequestLine (line 53) | @Override protected boolean includeAuthorityInRequestLine() { method getSslSocket (line 58) | public SSLSocket getSslSocket() { method getTunnelConfig (line 62) | @Override protected TunnelRequest getTunnelConfig() { FILE: framework/src/com/squareup/okhttp/internal/http/HttpsURLConnectionImpl.java class HttpsURLConnectionImpl (line 39) | public final class HttpsURLConnectionImpl extends HttpsURLConnection { method HttpsURLConnectionImpl (line 44) | public HttpsURLConnectionImpl(URL url, OkHttpClient client) { method getCipherSuite (line 49) | @Override public String getCipherSuite() { method getLocalCertificates (line 61) | @Override public Certificate[] getLocalCertificates() { method getServerCertificates (line 74) | @Override public Certificate[] getServerCertificates() throws SSLPeerU... method getPeerPrincipal (line 87) | @Override public Principal getPeerPrincipal() throws SSLPeerUnverified... method getLocalPrincipal (line 99) | @Override public Principal getLocalPrincipal() { method getHttpEngine (line 111) | public HttpEngine getHttpEngine() { method getSslSocket (line 115) | private SSLSocket getSslSocket() { method disconnect (line 124) | @Override public void disconnect() { method getErrorStream (line 128) | @Override public InputStream getErrorStream() { method getRequestMethod (line 132) | @Override public String getRequestMethod() { method getResponseCode (line 136) | @Override public int getResponseCode() throws IOException { method getResponseMessage (line 140) | @Override public String getResponseMessage() throws IOException { method setRequestMethod (line 144) | @Override public void setRequestMethod(String method) throws ProtocolE... method usingProxy (line 148) | @Override public boolean usingProxy() { method getInstanceFollowRedirects (line 152) | @Override public boolean getInstanceFollowRedirects() { method setInstanceFollowRedirects (line 156) | @Override public void setInstanceFollowRedirects(boolean followRedirec... method connect (line 160) | @Override public void connect() throws IOException { method getAllowUserInteraction (line 165) | @Override public boolean getAllowUserInteraction() { method getContent (line 169) | @Override public Object getContent() throws IOException { method getContent (line 173) | @SuppressWarnings("unchecked") // Spec does not generify method getContentEncoding (line 178) | @Override public String getContentEncoding() { method getContentLength (line 182) | @Override public int getContentLength() { method getContentType (line 186) | @Override public String getContentType() { method getDate (line 190) | @Override public long getDate() { method getDefaultUseCaches (line 194) | @Override public boolean getDefaultUseCaches() { method getDoInput (line 198) | @Override public boolean getDoInput() { method getDoOutput (line 202) | @Override public boolean getDoOutput() { method getExpiration (line 206) | @Override public long getExpiration() { method getHeaderField (line 210) | @Override public String getHeaderField(int pos) { method getHeaderFields (line 214) | @Override public Map> getHeaderFields() { method getRequestProperties (line 218) | @Override public Map> getRequestProperties() { method addRequestProperty (line 222) | @Override public void addRequestProperty(String field, String newValue) { method getHeaderField (line 226) | @Override public String getHeaderField(String key) { method getHeaderFieldDate (line 230) | @Override public long getHeaderFieldDate(String field, long defaultVal... method getHeaderFieldInt (line 234) | @Override public int getHeaderFieldInt(String field, int defaultValue) { method getHeaderFieldKey (line 238) | @Override public String getHeaderFieldKey(int position) { method getIfModifiedSince (line 242) | @Override public long getIfModifiedSince() { method getInputStream (line 246) | @Override public InputStream getInputStream() throws IOException { method getLastModified (line 250) | @Override public long getLastModified() { method getOutputStream (line 254) | @Override public OutputStream getOutputStream() throws IOException { method getPermission (line 258) | @Override public Permission getPermission() throws IOException { method getRequestProperty (line 262) | @Override public String getRequestProperty(String field) { method getURL (line 266) | @Override public URL getURL() { method getUseCaches (line 270) | @Override public boolean getUseCaches() { method setAllowUserInteraction (line 274) | @Override public void setAllowUserInteraction(boolean newValue) { method setDefaultUseCaches (line 278) | @Override public void setDefaultUseCaches(boolean newValue) { method setDoInput (line 282) | @Override public void setDoInput(boolean newValue) { method setDoOutput (line 286) | @Override public void setDoOutput(boolean newValue) { method setIfModifiedSince (line 290) | @Override public void setIfModifiedSince(long newValue) { method setRequestProperty (line 294) | @Override public void setRequestProperty(String field, String newValue) { method setUseCaches (line 298) | @Override public void setUseCaches(boolean newValue) { method setConnectTimeout (line 302) | @Override public void setConnectTimeout(int timeoutMillis) { method getConnectTimeout (line 306) | @Override public int getConnectTimeout() { method setReadTimeout (line 310) | @Override public void setReadTimeout(int timeoutMillis) { method getReadTimeout (line 314) | @Override public int getReadTimeout() { method toString (line 318) | @Override public String toString() { method setFixedLengthStreamingMode (line 322) | @Override public void setFixedLengthStreamingMode(int contentLength) { method setChunkedStreamingMode (line 326) | @Override public void setChunkedStreamingMode(int chunkLength) { method setHostnameVerifier (line 330) | @Override public void setHostnameVerifier(HostnameVerifier hostnameVer... method getHostnameVerifier (line 334) | @Override public HostnameVerifier getHostnameVerifier() { method setSSLSocketFactory (line 338) | @Override public void setSSLSocketFactory(SSLSocketFactory sslSocketFa... method getSSLSocketFactory (line 342) | @Override public SSLSocketFactory getSSLSocketFactory() { method setFixedLengthStreamingMode (line 346) | @SuppressLint("NewApi") class HttpUrlConnectionDelegate (line 351) | private final class HttpUrlConnectionDelegate extends HttpURLConnectio... method HttpUrlConnectionDelegate (line 352) | private HttpUrlConnectionDelegate(URL url, OkHttpClient client) { method getHttpConnectionToCache (line 356) | @Override public HttpURLConnection getHttpConnectionToCache() { method getSecureCacheResponse (line 360) | public SecureCacheResponse getSecureCacheResponse() { FILE: framework/src/com/squareup/okhttp/internal/http/OkResponseCacheAdapter.java class OkResponseCacheAdapter (line 30) | public final class OkResponseCacheAdapter implements OkResponseCache { method OkResponseCacheAdapter (line 32) | public OkResponseCacheAdapter(ResponseCache responseCache) { method get (line 36) | @Override public CacheResponse get(URI uri, String requestMethod, method put (line 41) | @Override public CacheRequest put(URI uri, URLConnection urlConnection... method maybeRemove (line 45) | @Override public void maybeRemove(String requestMethod, URI uri) throw... method update (line 48) | @Override public void update(CacheResponse conditionalCacheHit, HttpUR... method trackConditionalCacheHit (line 52) | @Override public void trackConditionalCacheHit() { method trackResponse (line 55) | @Override public void trackResponse(ResponseSource source) { FILE: framework/src/com/squareup/okhttp/internal/http/Policy.java type Policy (line 22) | public interface Policy { method getUseCaches (line 24) | boolean getUseCaches(); method getHttpConnectionToCache (line 27) | HttpURLConnection getHttpConnectionToCache(); method getURL (line 30) | URL getURL(); method getIfModifiedSince (line 33) | long getIfModifiedSince(); method usingProxy (line 36) | boolean usingProxy(); method getChunkLength (line 39) | int getChunkLength(); method getFixedContentLength (line 42) | long getFixedContentLength(); method setSelectedProxy (line 48) | void setSelectedProxy(Proxy proxy); FILE: framework/src/com/squareup/okhttp/internal/http/RawHeaders.java class RawHeaders (line 53) | public final class RawHeaders { method compare (line 56) | @Override public int compare(String a, String b) { method RawHeaders (line 76) | public RawHeaders() { method RawHeaders (line 79) | public RawHeaders(RawHeaders copyFrom) { method setRequestLine (line 89) | public void setRequestLine(String requestLine) { method setStatusLine (line 95) | public void setStatusLine(String statusLine) throws IOException { method addSpdyRequestHeaders (line 133) | public void addSpdyRequestHeaders(String method, String path, String v... method getStatusLine (line 143) | public String getStatusLine() { method getHttpMinorVersion (line 151) | public int getHttpMinorVersion() { method getResponseCode (line 156) | public int getResponseCode() { method getResponseMessage (line 161) | public String getResponseMessage() { method addLine (line 170) | public void addLine(String line) { method add (line 182) | public void add(String fieldName, String value) { method addLenient (line 195) | private void addLenient(String fieldName, String value) { method removeAll (line 200) | public void removeAll(String fieldName) { method addAll (line 209) | public void addAll(String fieldName, List headerFields) { method set (line 219) | public void set(String fieldName, String value) { method length (line 225) | public int length() { method getFieldName (line 230) | public String getFieldName(int index) { method names (line 239) | public Set names() { method getValue (line 248) | public String getValue(int index) { method get (line 257) | public String get(String fieldName) { method values (line 267) | public List values(String name) { method getAll (line 281) | public RawHeaders getAll(Set fieldNames) { method toBytes (line 293) | public byte[] toBytes() throws UnsupportedEncodingException { method fromBytes (line 307) | public static RawHeaders fromBytes(InputStream in) throws IOException { method readHeaders (line 318) | public static void readHeaders(InputStream in, RawHeaders out) throws ... method toMultimap (line 330) | public Map> toMultimap(boolean response) { method fromMultimap (line 357) | public static RawHeaders fromMultimap(Map> map, b... method toNameValueBlock (line 380) | public List toNameValueBlock() { method fromNameValueBlock (line 415) | public static RawHeaders fromNameValueBlock(List nameValueBloc... FILE: framework/src/com/squareup/okhttp/internal/http/RequestHeaders.java class RequestHeaders (line 25) | public final class RequestHeaders { method RequestHeaders (line 62) | public RequestHeaders(URI uri, RawHeaders headers) { method isChunked (line 120) | public boolean isChunked() { method hasConnectionClose (line 124) | public boolean hasConnectionClose() { method getUri (line 128) | public URI getUri() { method getHeaders (line 132) | public RawHeaders getHeaders() { method isNoCache (line 136) | public boolean isNoCache() { method getMaxAgeSeconds (line 140) | public int getMaxAgeSeconds() { method getMaxStaleSeconds (line 144) | public int getMaxStaleSeconds() { method getMinFreshSeconds (line 148) | public int getMinFreshSeconds() { method isOnlyIfCached (line 152) | public boolean isOnlyIfCached() { method hasAuthorization (line 156) | public boolean hasAuthorization() { method getContentLength (line 160) | public long getContentLength() { method getTransferEncoding (line 164) | public String getTransferEncoding() { method getUserAgent (line 168) | public String getUserAgent() { method getHost (line 172) | public String getHost() { method getConnection (line 176) | public String getConnection() { method getAcceptEncoding (line 180) | public String getAcceptEncoding() { method getContentType (line 184) | public String getContentType() { method getIfModifiedSince (line 188) | public String getIfModifiedSince() { method getIfNoneMatch (line 192) | public String getIfNoneMatch() { method getProxyAuthorization (line 196) | public String getProxyAuthorization() { method setChunked (line 200) | public void setChunked() { method setContentLength (line 208) | public void setContentLength(long contentLength) { method removeContentLength (line 221) | public void removeContentLength() { method setUserAgent (line 228) | public void setUserAgent(String userAgent) { method setHost (line 236) | public void setHost(String host) { method setConnection (line 244) | public void setConnection(String connection) { method setAcceptEncoding (line 252) | public void setAcceptEncoding(String acceptEncoding) { method setContentType (line 260) | public void setContentType(String contentType) { method setIfModifiedSince (line 268) | public void setIfModifiedSince(Date date) { method setIfNoneMatch (line 277) | public void setIfNoneMatch(String ifNoneMatch) { method hasConditions (line 290) | public boolean hasConditions() { method addCookies (line 294) | public void addCookies(Map> allCookieHeaders) { method buildCookieHeader (line 308) | private String buildCookieHeader(List cookies) { FILE: framework/src/com/squareup/okhttp/internal/http/ResponseHeaders.java class ResponseHeaders (line 35) | public final class ResponseHeaders { method ResponseHeaders (line 121) | public ResponseHeaders(URI uri, RawHeaders headers) { method isContentEncodingGzip (line 191) | public boolean isContentEncodingGzip() { method stripContentEncoding (line 195) | public void stripContentEncoding() { method stripContentLength (line 200) | public void stripContentLength() { method isChunked (line 205) | public boolean isChunked() { method hasConnectionClose (line 209) | public boolean hasConnectionClose() { method getUri (line 213) | public URI getUri() { method getHeaders (line 217) | public RawHeaders getHeaders() { method getServedDate (line 221) | public Date getServedDate() { method getLastModified (line 225) | public Date getLastModified() { method getExpires (line 229) | public Date getExpires() { method isNoCache (line 233) | public boolean isNoCache() { method isNoStore (line 237) | public boolean isNoStore() { method getMaxAgeSeconds (line 241) | public int getMaxAgeSeconds() { method getSMaxAgeSeconds (line 245) | public int getSMaxAgeSeconds() { method isPublic (line 249) | public boolean isPublic() { method isMustRevalidate (line 253) | public boolean isMustRevalidate() { method getEtag (line 257) | public String getEtag() { method getVaryFields (line 261) | public Set getVaryFields() { method getContentEncoding (line 265) | public String getContentEncoding() { method getContentLength (line 269) | public long getContentLength() { method getContentType (line 273) | public String getContentType() { method getConnection (line 277) | public String getConnection() { method setLocalTimestamps (line 281) | public void setLocalTimestamps(long sentRequestMillis, long receivedRe... method setResponseSource (line 288) | public void setResponseSource(ResponseSource responseSource) { method setTransport (line 292) | public void setTransport(String transport) { method computeAge (line 300) | private long computeAge(long nowMillis) { method computeFreshnessLifetime (line 315) | private long computeFreshnessLifetime() { method isFreshnessLifetimeHeuristic (line 339) | private boolean isFreshnessLifetimeHeuristic() { method isCacheable (line 347) | public boolean isCacheable(RequestHeaders request) { method hasVaryAll (line 376) | public boolean hasVaryAll() { method varyMatches (line 384) | public boolean varyMatches(Map> cachedRequest, method chooseResponseSource (line 395) | public ResponseSource chooseResponseSource(long nowMillis, RequestHead... method validate (line 452) | public boolean validate(ResponseHeaders networkResponse) { method combine (line 473) | public ResponseHeaders combine(ResponseHeaders network) throws IOExcep... method isEndToEnd (line 502) | private static boolean isEndToEnd(String fieldName) { FILE: framework/src/com/squareup/okhttp/internal/http/RetryableOutputStream.java class RetryableOutputStream (line 32) | final class RetryableOutputStream extends AbstractOutputStream { method RetryableOutputStream (line 36) | public RetryableOutputStream(int limit) { method RetryableOutputStream (line 41) | public RetryableOutputStream() { method close (line 46) | @Override public synchronized void close() throws IOException { method write (line 57) | @Override public synchronized void write(byte[] buffer, int offset, in... method contentLength (line 67) | public synchronized int contentLength() throws IOException { method writeToSocket (line 72) | public void writeToSocket(OutputStream socketOut) throws IOException { FILE: framework/src/com/squareup/okhttp/internal/http/RouteSelector.java class RouteSelector (line 44) | public final class RouteSelector { method RouteSelector (line 79) | public RouteSelector(Address address, URI uri, ProxySelector proxySele... method hasNext (line 96) | public boolean hasNext() { method next (line 105) | public Connection next(String method) throws IOException { method connectFailed (line 144) | public void connectFailed(Connection connection, IOException failure) { method resetNextProxy (line 155) | private void resetNextProxy(URI uri, Proxy proxy) { method hasNextProxy (line 168) | private boolean hasNextProxy() { method nextProxy (line 173) | private Proxy nextProxy() { method resetNextInetSocketAddress (line 197) | private void resetNextInetSocketAddress(Proxy proxy) throws UnknownHos... method hasNextInetSocketAddress (line 221) | private boolean hasNextInetSocketAddress() { method nextInetSocketAddress (line 226) | private InetSocketAddress nextInetSocketAddress() throws UnknownHostEx... method resetNextTlsMode (line 238) | private void resetNextTlsMode() { method hasNextTlsMode (line 243) | private boolean hasNextTlsMode() { method nextTlsMode (line 248) | private int nextTlsMode() { method hasNextPostponed (line 261) | private boolean hasNextPostponed() { method nextPostponed (line 266) | private Route nextPostponed() { FILE: framework/src/com/squareup/okhttp/internal/http/SpdyTransport.java class SpdyTransport (line 29) | public final class SpdyTransport implements Transport { method SpdyTransport (line 34) | public SpdyTransport(HttpEngine httpEngine, SpdyConnection spdyConnect... method createRequestBody (line 39) | @Override public OutputStream createRequestBody() throws IOException { method writeRequestHeaders (line 49) | @Override public void writeRequestHeaders() throws IOException { method writeRequestBody (line 66) | @Override public void writeRequestBody(RetryableOutputStream requestBo... method flushRequest (line 70) | @Override public void flushRequest() throws IOException { method readResponseHeaders (line 74) | @Override public ResponseHeaders readResponseHeaders() throws IOExcept... method getTransferStream (line 84) | @Override public InputStream getTransferStream(CacheRequest cacheReque... method makeReusable (line 88) | @Override public boolean makeReusable(boolean streamCanceled, OutputSt... FILE: framework/src/com/squareup/okhttp/internal/http/Transport.java type Transport (line 24) | interface Transport { method createRequestBody (line 41) | OutputStream createRequestBody() throws IOException; method writeRequestHeaders (line 44) | void writeRequestHeaders() throws IOException; method writeRequestBody (line 50) | void writeRequestBody(RetryableOutputStream requestBody) throws IOExce... method flushRequest (line 53) | void flushRequest() throws IOException; method readResponseHeaders (line 56) | ResponseHeaders readResponseHeaders() throws IOException; method getTransferStream (line 59) | InputStream getTransferStream(CacheRequest cacheRequest) throws IOExce... method makeReusable (line 62) | boolean makeReusable(boolean streamCanceled, OutputStream requestBodyOut, FILE: framework/src/com/squareup/okhttp/internal/http/UnknownLengthHttpInputStream.java class UnknownLengthHttpInputStream (line 25) | final class UnknownLengthHttpInputStream extends AbstractHttpInputStream { method UnknownLengthHttpInputStream (line 28) | UnknownLengthHttpInputStream(InputStream in, CacheRequest cacheRequest... method read (line 33) | @Override public int read(byte[] buffer, int offset, int count) throws... method available (line 49) | @Override public int available() throws IOException { method close (line 54) | @Override public void close() throws IOException { FILE: framework/src/com/squareup/okhttp/internal/spdy/ErrorCode.java type ErrorCode (line 19) | public enum ErrorCode { method ErrorCode (line 57) | private ErrorCode(int httpCode, int spdyRstCode, int spdyGoAwayCode) { method fromSpdy3Rst (line 63) | public static ErrorCode fromSpdy3Rst(int code) { method fromHttp2 (line 70) | public static ErrorCode fromHttp2(int code) { method fromSpdyGoAway (line 77) | public static ErrorCode fromSpdyGoAway(int code) { FILE: framework/src/com/squareup/okhttp/internal/spdy/FrameReader.java type FrameReader (line 25) | public interface FrameReader extends Closeable { method readConnectionHeader (line 26) | void readConnectionHeader() throws IOException; method nextFrame (line 27) | boolean nextFrame(Handler handler) throws IOException; type Handler (line 29) | public interface Handler { method data (line 30) | void data(boolean inFinished, int streamId, InputStream in, int leng... method headers (line 45) | void headers(boolean outFinished, boolean inFinished, int streamId, ... method rstStream (line 47) | void rstStream(int streamId, ErrorCode errorCode); method settings (line 48) | void settings(boolean clearPrevious, Settings settings); method noop (line 49) | void noop(); method ping (line 50) | void ping(boolean reply, int payload1, int payload2); method goAway (line 51) | void goAway(int lastGoodStreamId, ErrorCode errorCode); method windowUpdate (line 52) | void windowUpdate(int streamId, int deltaWindowSize, boolean endFlow... method priority (line 53) | void priority(int streamId, int priority); FILE: framework/src/com/squareup/okhttp/internal/spdy/FrameWriter.java type FrameWriter (line 24) | public interface FrameWriter extends Closeable { method connectionHeader (line 26) | void connectionHeader() throws IOException; method flush (line 29) | void flush() throws IOException; method synStream (line 30) | void synStream(boolean outFinished, boolean inFinished, int streamId, ... method synReply (line 32) | void synReply(boolean outFinished, int streamId, List nameValu... method headers (line 33) | void headers(int streamId, List nameValueBlock) throws IOExcep... method rstStream (line 34) | void rstStream(int streamId, ErrorCode errorCode) throws IOException; method data (line 35) | void data(boolean outFinished, int streamId, byte[] data) throws IOExc... method data (line 36) | void data(boolean outFinished, int streamId, byte[] data, int offset, ... method settings (line 38) | void settings(Settings settings) throws IOException; method noop (line 39) | void noop() throws IOException; method ping (line 40) | void ping(boolean reply, int payload1, int payload2) throws IOException; method goAway (line 41) | void goAway(int lastGoodStreamId, ErrorCode errorCode) throws IOExcept... method windowUpdate (line 42) | void windowUpdate(int streamId, int deltaWindowSize) throws IOException; FILE: framework/src/com/squareup/okhttp/internal/spdy/HeadersMode.java type HeadersMode (line 18) | enum HeadersMode { method failIfStreamAbsent (line 25) | public boolean failIfStreamAbsent() { method failIfStreamPresent (line 30) | public boolean failIfStreamPresent() { method failIfHeadersAbsent (line 38) | public boolean failIfHeadersAbsent() { method failIfHeadersPresent (line 46) | public boolean failIfHeadersPresent() { FILE: framework/src/com/squareup/okhttp/internal/spdy/Hpack.java class Hpack (line 31) | final class Hpack { class HeaderEntry (line 33) | static class HeaderEntry { method HeaderEntry (line 37) | HeaderEntry(String name, String value) { method length (line 43) | int length() { method Hpack (line 123) | private Hpack() { class Reader (line 126) | static class Reader { method Reader (line 136) | Reader(DataInputStream in, boolean client) { method readHeaders (line 151) | public void readHeaders(int byteCount) throws IOException { method emitReferenceSet (line 182) | public void emitReferenceSet() { method getAndReset (line 193) | public List getAndReset() { method readIndexedHeader (line 199) | private void readIndexedHeader(int index) { method readLiteralHeaderWithoutIndexingIndexedName (line 207) | private void readLiteralHeaderWithoutIndexingIndexedName(int index) method readLiteralHeaderWithoutIndexingNewName (line 215) | private void readLiteralHeaderWithoutIndexingNewName() method readLiteralHeaderWithIncrementalIndexingIndexedName (line 223) | private void readLiteralHeaderWithIncrementalIndexingIndexedName(int... method readLiteralHeaderWithIncrementalIndexingNewName (line 231) | private void readLiteralHeaderWithIncrementalIndexingNewName() throw... method readLiteralHeaderWithSubstitutionIndexingIndexedName (line 238) | private void readLiteralHeaderWithSubstitutionIndexingIndexedName(in... method readLiteralHeaderWithSubstitutionIndexingNewName (line 246) | private void readLiteralHeaderWithSubstitutionIndexingNewName() thro... method getName (line 253) | private String getName(int index) { method getValue (line 257) | private String getValue(int index) { method insertIntoHeaderTable (line 261) | private void insertIntoHeaderTable(int index, HeaderEntry entry) { method remove (line 296) | private void remove(int index) { method readByte (line 300) | private int readByte() throws IOException { method readInt (line 305) | int readInt(int firstByte, int prefixMask) throws IOException { method readString (line 331) | public String readString() throws IOException { class Writer (line 341) | static class Writer { method Writer (line 344) | Writer(OutputStream out) { method writeHeaders (line 348) | public void writeHeaders(List nameValueBlock) throws IOExcep... method writeInt (line 357) | public void writeInt(int value, int prefixMask, int bits) throws IOE... method writeString (line 381) | public void writeString(String headerName) throws IOException { FILE: framework/src/com/squareup/okhttp/internal/spdy/Http20Draft06.java class Http20Draft06 (line 33) | final class Http20Draft06 implements Variant { method newReader (line 61) | @Override public FrameReader newReader(InputStream in, boolean client) { method newWriter (line 65) | @Override public FrameWriter newWriter(OutputStream out, boolean clien... class Reader (line 69) | static final class Reader implements FrameReader { method Reader (line 74) | Reader(InputStream in, boolean client) { method readConnectionHeader (line 80) | @Override public void readConnectionHeader() throws IOException { method nextFrame (line 90) | @Override public boolean nextFrame(Handler handler) throws IOExcepti... method readHeaders (line 146) | private void readHeaders(Handler handler, int flags, int length, int... method readData (line 185) | private void readData(Handler handler, int flags, int length, int st... method readPriority (line 190) | private void readPriority(Handler handler, int flags, int length, in... method readRstStream (line 200) | private void readRstStream(Handler handler, int flags, int length, i... method readSettings (line 212) | private void readSettings(Handler handler, int flags, int length, in... method readPushPromise (line 227) | private void readPushPromise(Handler handler, int flags, int length,... method readPing (line 231) | private void readPing(Handler handler, int flags, int length, int st... method readGoAway (line 240) | private void readGoAway(Handler handler, int flags, int length, int ... method readWindowUpdate (line 256) | private void readWindowUpdate(Handler handler, int flags, int length... method ioException (line 265) | private static IOException ioException(String message, Object... arg... method close (line 269) | @Override public void close() throws IOException { class Writer (line 274) | static final class Writer implements FrameWriter { method Writer (line 280) | Writer(OutputStream out, boolean client) { method flush (line 287) | @Override public synchronized void flush() throws IOException { method connectionHeader (line 291) | @Override public synchronized void connectionHeader() throws IOExcep... method synStream (line 296) | @Override public synchronized void synStream(boolean outFinished, bo... method synReply (line 303) | @Override public synchronized void synReply(boolean outFinished, int... method headers (line 308) | @Override public synchronized void headers(int streamId, List readNameValueBlock(int length) throws IOException { method doneReading (line 117) | private void doneReading() throws IOException { method readString (line 129) | private String readString() throws DataFormatException, IOException { method close (line 136) | @Override public void close() throws IOException { FILE: framework/src/com/squareup/okhttp/internal/spdy/Ping.java class Ping (line 24) | public final class Ping { method Ping (line 29) | Ping() { method send (line 32) | void send() { method receive (line 37) | void receive() { method cancel (line 43) | void cancel() { method roundTripTime (line 54) | public long roundTripTime() throws InterruptedException { method roundTripTime (line 64) | public long roundTripTime(long timeout, TimeUnit unit) throws Interrup... FILE: framework/src/com/squareup/okhttp/internal/spdy/Settings.java class Settings (line 18) | final class Settings { method set (line 70) | void set(int id, int idFlags, int value) { method isSet (line 92) | boolean isSet(int id) { method get (line 98) | int get(int id) { method flags (line 103) | int flags(int id) { method size (line 111) | int size() { method getUploadBandwidth (line 115) | int getUploadBandwidth(int defaultValue) { method getDownloadBandwidth (line 120) | int getDownloadBandwidth(int defaultValue) { method getRoundTripTime (line 125) | int getRoundTripTime(int defaultValue) { method getMaxConcurrentStreams (line 130) | int getMaxConcurrentStreams(int defaultValue) { method getCurrentCwnd (line 135) | int getCurrentCwnd(int defaultValue) { method getDownloadRetransRate (line 140) | int getDownloadRetransRate(int defaultValue) { method getInitialWindowSize (line 145) | int getInitialWindowSize(int defaultValue) { method getClientCertificateVectorSize (line 150) | int getClientCertificateVectorSize(int defaultValue) { method isFlowControlDisabled (line 156) | boolean isFlowControlDisabled() { method persistValue (line 166) | boolean persistValue(int id) { method isPersisted (line 172) | boolean isPersisted(int id) { method merge (line 181) | void merge(Settings other) { FILE: framework/src/com/squareup/okhttp/internal/spdy/Spdy3.java class Spdy3 (line 31) | final class Spdy3 implements Variant { method newReader (line 90) | @Override public FrameReader newReader(InputStream in, boolean client) { method newWriter (line 94) | @Override public FrameWriter newWriter(OutputStream out, boolean clien... class Reader (line 99) | static final class Reader implements FrameReader { method Reader (line 104) | Reader(InputStream in, boolean client) { method readConnectionHeader (line 110) | @Override public void readConnectionHeader() { method nextFrame (line 117) | @Override public boolean nextFrame(Handler handler) throws IOExcepti... method readSynStream (line 191) | private void readSynStream(Handler handler, int flags, int length) t... method readSynReply (line 207) | private void readSynReply(Handler handler, int flags, int length) th... method readRstStream (line 215) | private void readRstStream(Handler handler, int flags, int length) t... method readHeaders (line 226) | private void readHeaders(Handler handler, int flags, int length) thr... method readWindowUpdate (line 233) | private void readWindowUpdate(Handler handler, int flags, int length... method readPing (line 242) | private void readPing(Handler handler, int flags, int length) throws... method readGoAway (line 249) | private void readGoAway(Handler handler, int flags, int length) thro... method readSettings (line 260) | private void readSettings(Handler handler, int flags, int length) th... method ioException (line 277) | private static IOException ioException(String message, Object... arg... method close (line 281) | @Override public void close() throws IOException { class Writer (line 287) | static final class Writer implements FrameWriter { method Writer (line 293) | Writer(OutputStream out, boolean client) { method connectionHeader (line 304) | @Override public synchronized void connectionHeader() { method flush (line 308) | @Override public synchronized void flush() throws IOException { method synStream (line 312) | @Override public synchronized void synStream(boolean outFinished, bo... method synReply (line 330) | @Override public synchronized void synReply( method headers (line 344) | @Override public synchronized void headers(int streamId, List nameValueBlock... method settings (line 395) | @Override public synchronized void settings(Settings settings) throw... method noop (line 412) | @Override public synchronized void noop() throws IOException { method ping (line 421) | @Override public synchronized void ping(boolean reply, int payload1,... method goAway (line 434) | @Override public synchronized void goAway(int lastGoodStreamId, Erro... method windowUpdate (line 447) | @Override public synchronized void windowUpdate(int streamId, int de... method close (line 459) | @Override public void close() throws IOException { FILE: framework/src/com/squareup/okhttp/internal/spdy/SpdyConnection.java class SpdyConnection (line 44) | public final class SpdyConnection implements Closeable { method SpdyConnection (line 90) | private SpdyConnection(Builder builder) { method openStreamCount (line 108) | public synchronized int openStreamCount() { method getStream (line 112) | private synchronized SpdyStream getStream(int id) { method removeStream (line 116) | synchronized SpdyStream removeStream(int streamId) { method setIdle (line 124) | private synchronized void setIdle(boolean value) { method isIdle (line 129) | public synchronized boolean isIdle() { method getIdleStartTimeNs (line 137) | public synchronized long getIdleStartTimeNs() { method newStream (line 149) | public SpdyStream newStream(List requestHeaders, boolean out, ... method writeSynReply (line 181) | void writeSynReply(int streamId, boolean outFinished, List alt... method writeData (line 186) | public void writeData(int streamId, boolean outFinished, byte[] buffer... method writeSynResetLater (line 191) | void writeSynResetLater(final int streamId, final ErrorCode errorCode) { method writeSynReset (line 202) | void writeSynReset(int streamId, ErrorCode statusCode) throws IOExcept... method writeWindowUpdateLater (line 206) | void writeWindowUpdateLater(final int streamId, final int deltaWindowS... method writeWindowUpdate (line 217) | void writeWindowUpdate(int streamId, int deltaWindowSize) throws IOExc... method ping (line 225) | public Ping ping() throws IOException { method writePingLater (line 241) | private void writePingLater( method writePing (line 254) | private void writePing(boolean reply, int payload1, int payload2, Ping... method removePing (line 262) | private synchronized Ping removePing(int id) { method noop (line 267) | public void noop() throws IOException { method flush (line 271) | public void flush() throws IOException { method shutdown (line 281) | public void shutdown(ErrorCode statusCode) throws IOException { method close (line 300) | @Override public void close() throws IOException { method close (line 304) | private void close(ErrorCode connectionCode, ErrorCode streamCode) thr... method sendConnectionHeader (line 361) | public void sendConnectionHeader() throws IOException { method readConnectionHeader (line 370) | public void readConnectionHeader() throws IOException { class Builder (line 374) | public static class Builder { method Builder (line 382) | public Builder(boolean client, Socket socket) throws IOException { method Builder (line 386) | public Builder(boolean client, InputStream in, OutputStream out) { method Builder (line 394) | public Builder(String hostName, boolean client, Socket socket) throw... method Builder (line 402) | public Builder(String hostName, boolean client, InputStream in, Outp... method handler (line 409) | public Builder handler(IncomingStreamHandler handler) { method spdy3 (line 414) | public Builder spdy3() { method http20Draft06 (line 419) | public Builder http20Draft06() { method build (line 424) | public SpdyConnection build() { class Reader (line 429) | private class Reader implements Runnable, FrameReader.Handler { method run (line 430) | @Override public void run() { method data (line 449) | @Override public void data(boolean inFinished, int streamId, InputSt... method headers (line 463) | @Override public void headers(boolean outFinished, boolean inFinishe... method rstStream (line 516) | @Override public void rstStream(int streamId, ErrorCode errorCode) { method settings (line 523) | @Override public void settings(boolean clearPrevious, Settings newSe... method noop (line 550) | @Override public void noop() { method ping (line 553) | @Override public void ping(boolean reply, int payload1, int payload2) { method goAway (line 565) | @Override public void goAway(int lastGoodStreamId, ErrorCode errorCo... method windowUpdate (line 582) | @Override public void windowUpdate(int streamId, int deltaWindowSize... method priority (line 595) | @Override public void priority(int streamId, int priority) { FILE: framework/src/com/squareup/okhttp/internal/spdy/SpdyStream.java class SpdyStream (line 31) | public final class SpdyStream { method SpdyStream (line 66) | SpdyStream(int id, SpdyConnection connection, boolean outFinished, boo... method isOpen (line 90) | public synchronized boolean isOpen() { method isLocallyInitiated (line 101) | public boolean isLocallyInitiated() { method getConnection (line 106) | public SpdyConnection getConnection() { method getRequestHeaders (line 110) | public List getRequestHeaders() { method getResponseHeaders (line 118) | public synchronized List getResponseHeaders() throws IOExcepti... method getErrorCode (line 152) | public synchronized ErrorCode getErrorCode() { method reply (line 162) | public void reply(List responseHeaders, boolean out) throws IO... method setReadTimeout (line 188) | public void setReadTimeout(long readTimeoutMillis) { method getReadTimeoutMillis (line 192) | public long getReadTimeoutMillis() { method getInputStream (line 197) | public InputStream getInputStream() { method getOutputStream (line 207) | public OutputStream getOutputStream() { method close (line 220) | public void close(ErrorCode rstStatusCode) throws IOException { method closeLater (line 231) | public void closeLater(ErrorCode errorCode) { method closeInternal (line 239) | private boolean closeInternal(ErrorCode errorCode) { method receiveHeaders (line 255) | void receiveHeaders(List headers, HeadersMode headersMode) { method receiveData (line 286) | void receiveData(InputStream in, int length) throws IOException { method receiveFin (line 291) | void receiveFin() { method receiveRstStream (line 304) | synchronized void receiveRstStream(ErrorCode errorCode) { method setSettings (line 311) | private void setSettings(Settings settings) { method receiveSettings (line 320) | void receiveSettings(Settings settings) { method receiveWindowUpdate (line 326) | synchronized void receiveWindowUpdate(int deltaWindowSize) { method getPriority (line 331) | int getPriority() { class SpdyDataInputStream (line 340) | private final class SpdyDataInputStream extends InputStream { method available (line 377) | @Override public int available() throws IOException { method read (line 390) | @Override public int read() throws IOException { method read (line 394) | @Override public int read(byte[] b, int offset, int count) throws IO... method waitUntilReadable (line 446) | private void waitUntilReadable() throws IOException { method receive (line 469) | void receive(InputStream in, int byteCount) throws IOException { method close (line 529) | @Override public void close() throws IOException { method checkNotClosed (line 537) | private void checkNotClosed() throws IOException { method cancelStreamIfNecessary (line 547) | private void cancelStreamIfNecessary() throws IOException { class SpdyDataOutputStream (line 570) | private final class SpdyDataOutputStream extends OutputStream { method write (line 590) | @Override public void write(int b) throws IOException { method write (line 594) | @Override public void write(byte[] bytes, int offset, int count) thr... method flush (line 611) | @Override public void flush() throws IOException { method close (line 620) | @Override public void close() throws IOException { method writeFrame (line 635) | private void writeFrame(boolean outFinished) throws IOException { method waitUntilWritable (line 653) | private void waitUntilWritable(int count, boolean last) throws IOExc... method checkNotClosed (line 672) | private void checkNotClosed() throws IOException { FILE: framework/src/com/squareup/okhttp/internal/spdy/Variant.java type Variant (line 22) | interface Variant { method newReader (line 30) | FrameReader newReader(InputStream in, boolean client); method newWriter (line 36) | FrameWriter newWriter(OutputStream out, boolean client); FILE: framework/src/com/squareup/okhttp/internal/tls/DistinguishedNameParser.java class DistinguishedNameParser (line 26) | final class DistinguishedNameParser { method DistinguishedNameParser (line 39) | public DistinguishedNameParser(X500Principal principal) { method nextAT (line 48) | private String nextAT() { method quotedAV (line 104) | private String quotedAV() { method hexAV (line 137) | private String hexAV() { method escapedAV (line 187) | private String escapedAV() { method getEscaped (line 232) | private char getEscaped() { method getUTF8 (line 263) | private char getUTF8() { method getByte (line 311) | private int getByte(int position) { method findMostSpecific (line 349) | public String findMostSpecific(String attributeType) { FILE: framework/src/com/squareup/okhttp/internal/tls/OkHostnameVerifier.java class OkHostnameVerifier (line 38) | public final class OkHostnameVerifier implements HostnameVerifier { method OkHostnameVerifier (line 58) | private OkHostnameVerifier() { method verify (line 61) | public boolean verify(String host, SSLSession session) { method verify (line 70) | public boolean verify(String host, X509Certificate certificate) { method verifyAsIpAddress (line 76) | static boolean verifyAsIpAddress(String host) { method verifyIpAddress (line 83) | private boolean verifyIpAddress(String ipAddress, X509Certificate cert... method verifyHostName (line 95) | private boolean verifyHostName(String hostName, X509Certificate certif... method getSubjectAltNames (line 117) | private List getSubjectAltNames(X509Certificate certificate, i... method verifyHostName (line 153) | public boolean verifyHostName(String hostName, String cn) { FILE: framework/src/org/apache/cordova/App.java class App (line 42) | public class App extends CordovaPlugin { method pluginInitialize (line 51) | @Override method execute (line 64) | public boolean execute(String action, JSONArray args, CallbackContext ... method clearCache (line 118) | public void clearCache() { method loadUrl (line 133) | public void loadUrl(String url, JSONObject props) throws JSONException { method clearHistory (line 189) | public void clearHistory() { method backHistory (line 201) | public void backHistory() { method overrideBackbutton (line 215) | public void overrideBackbutton(boolean override) { method overrideButton (line 227) | public void overrideButton(String button, boolean override) { method isBackbuttonOverridden (line 242) | public boolean isBackbuttonOverridden() { method exitApp (line 249) | public void exitApp() { method initTelephonyReceiver (line 259) | private void initTelephonyReceiver() { method onDestroy (line 297) | public void onDestroy() FILE: framework/src/org/apache/cordova/AuthenticationToken.java class AuthenticationToken (line 24) | public class AuthenticationToken { method getUserName (line 33) | public String getUserName() { method setUserName (line 43) | public void setUserName(String userName) { method getPassword (line 52) | public String getPassword() { method setPassword (line 62) | public void setPassword(String password) { FILE: framework/src/org/apache/cordova/CallbackContext.java class CallbackContext (line 29) | public class CallbackContext { method CallbackContext (line 37) | public CallbackContext(String callbackId, CordovaWebView webView) { method isFinished (line 42) | public boolean isFinished() { method isChangingThreads (line 46) | public boolean isChangingThreads() { method getCallbackId (line 50) | public String getCallbackId() { method sendPluginResult (line 54) | public void sendPluginResult(PluginResult pluginResult) { method success (line 71) | public void success(JSONObject message) { method success (line 80) | public void success(String message) { method success (line 89) | public void success(JSONArray message) { method success (line 98) | public void success(byte[] message) { method success (line 107) | public void success(int message) { method success (line 114) | public void success() { method error (line 123) | public void error(JSONObject message) { method error (line 132) | public void error(String message) { method error (line 141) | public void error(int message) { FILE: framework/src/org/apache/cordova/Config.java class Config (line 27) | @Deprecated // Use Whitelist, CordovaPrefences, etc. directly. method Config (line 33) | private Config() { method init (line 36) | public static void init(Activity action) { method init (line 44) | public static void init() { method addWhiteListEntry (line 56) | public static void addWhiteListEntry(String origin, boolean subdomains) { method isUrlWhiteListed (line 70) | public static boolean isUrlWhiteListed(String url) { method isUrlExternallyWhiteListed (line 84) | public static boolean isUrlExternallyWhiteListed(String url) { method getStartUrl (line 92) | public static String getStartUrl() { method getErrorUrl (line 99) | public static String getErrorUrl() { method getWhitelist (line 103) | public static Whitelist getWhitelist() { method getExternalWhitelist (line 107) | public static Whitelist getExternalWhitelist() { method getPluginEntries (line 111) | public static List getPluginEntries() { method getPreferences (line 115) | public static CordovaPreferences getPreferences() { method isInitialized (line 119) | public static boolean isInitialized() { FILE: framework/src/org/apache/cordova/ConfigXmlParser.java class ConfigXmlParser (line 35) | public class ConfigXmlParser { method getInternalWhitelist (line 44) | public Whitelist getInternalWhitelist() { method getExternalWhitelist (line 48) | public Whitelist getExternalWhitelist() { method getPreferences (line 52) | public CordovaPreferences getPreferences() { method getPluginEntries (line 56) | public ArrayList getPluginEntries() { method getLaunchUrl (line 60) | public String getLaunchUrl() { method parse (line 64) | public void parse(Activity action) { method parse (line 78) | public void parse(XmlResourceParser xml) { method setStartUrl (line 169) | private void setStartUrl(String src) { FILE: framework/src/org/apache/cordova/CordovaActivity.java class CordovaActivity (line 100) | public abstract class CordovaActivity extends XWalkActivity implements C... method setAuthenticationToken (line 157) | public void setAuthenticationToken(AuthenticationToken authenticationT... method removeAuthenticationToken (line 171) | public AuthenticationToken removeAuthenticationToken(String host, Stri... method getAuthenticationToken (line 192) | public AuthenticationToken getAuthenticationToken(String host, String ... method clearAuthenticationTokens (line 202) | public void clearAuthenticationTokens() { method onCreate (line 211) | @Override method loadConfig (line 254) | @SuppressWarnings("deprecation") method createViews (line 268) | @SuppressWarnings("deprecation") method getActivity (line 309) | @Override public Activity getActivity() { method toggleFullscreen (line 316) | @SuppressLint("NewApi") method isImmersiveMode (line 326) | private boolean isImmersiveMode() { method setSystemUiVisibilityMode (line 331) | private void setSystemUiVisibilityMode(Window window) { method makeWebView (line 349) | protected CordovaWebView makeWebView() { method makeWebViewClient (line 361) | protected CordovaWebViewClient makeWebViewClient(CordovaWebView webVie... method makeChromeClient (line 373) | protected CordovaChromeClient makeChromeClient(CordovaWebView webView) { method init (line 377) | public void init() { method init (line 381) | @SuppressLint("NewApi") method loadUrl (line 407) | public void loadUrl(String url) { method loadUrl (line 450) | public void loadUrl(final String url, int time) { method loadSpinner (line 459) | void loadSpinner() { method cancelLoadUrl (line 491) | @Deprecated method clearCache (line 498) | @Deprecated // Call method on appView directly. method clearHistory (line 509) | @Deprecated // Call method on appView directly. method backHistory (line 521) | @Deprecated // Call method on appView directly. method getBooleanProperty (line 532) | @Deprecated // Call method on preferences directly. method getIntegerProperty (line 540) | @Deprecated // Call method on preferences directly. method getStringProperty (line 548) | @Deprecated // Call method on preferences directly. method getDoubleProperty (line 556) | @Deprecated // Call method on preferences directly. method setBooleanProperty (line 570) | @Deprecated method setIntegerProperty (line 585) | @Deprecated method setStringProperty (line 600) | @Deprecated method setDoubleProperty (line 615) | @Deprecated method onPause (line 624) | @Override method onNewIntent (line 650) | @Override method onResume (line 661) | @Override method onDestroy (line 700) | @Override method postMessage (line 720) | public void postMessage(String id, Object data) { method addService (line 732) | @Deprecated method sendJavascript (line 745) | @Deprecated // Call method on appView directly. method spinnerStart (line 758) | public void spinnerStart(final String title, final String message) { method spinnerStop (line 775) | public void spinnerStop() { method endActivity (line 785) | public void endActivity() { method startActivityForResult (line 799) | public void startActivityForResult(CordovaPlugin command, Intent inten... method onActivityResult (line 821) | @Override method setActivityResultCallback (line 851) | public void setActivityResultCallback(CordovaPlugin plugin) { method onReceivedError (line 863) | public void onReceivedError(final int errorCode, final String descript... method displayError (line 896) | public void displayError(final String title, final String message, fin... method isUrlWhiteListed (line 926) | @Deprecated // Use whitelist object directly. method onCreateOptionsMenu (line 934) | @Override method onPrepareOptionsMenu (line 940) | @Override method onOptionsItemSelected (line 946) | @Override method getContext (line 955) | @Deprecated method showWebPage (line 971) | @Deprecated // Call method on appView directly. method removeSplashScreen (line 986) | public void removeSplashScreen() { method getScreenOrientation (line 995) | @SuppressLint("NewApi") method getSplashLayout (line 1016) | protected LinearLayout getSplashLayout() { method showSplashScreen (line 1035) | @SuppressWarnings("deprecation") method onKeyUp (line 1096) | @Override method onKeyDown (line 1114) | @Override method onMessage (line 1138) | public Object onMessage(String id, Object data) { method getThreadPool (line 1178) | public ExecutorService getThreadPool() { method onSaveInstanceState (line 1182) | protected void onSaveInstanceState(Bundle outState) FILE: framework/src/org/apache/cordova/CordovaApplication.java class CordovaApplication (line 23) | public class CordovaApplication extends XWalkApplication { FILE: framework/src/org/apache/cordova/CordovaArgs.java class CordovaArgs (line 27) | public class CordovaArgs { method CordovaArgs (line 30) | public CordovaArgs(JSONArray args) { method get (line 36) | public Object get(int index) throws JSONException { method getBoolean (line 40) | public boolean getBoolean(int index) throws JSONException { method getDouble (line 44) | public double getDouble(int index) throws JSONException { method getInt (line 48) | public int getInt(int index) throws JSONException { method getJSONArray (line 52) | public JSONArray getJSONArray(int index) throws JSONException { method getJSONObject (line 56) | public JSONObject getJSONObject(int index) throws JSONException { method getLong (line 60) | public long getLong(int index) throws JSONException { method getString (line 64) | public String getString(int index) throws JSONException { method opt (line 69) | public Object opt(int index) { method optBoolean (line 73) | public boolean optBoolean(int index) { method optDouble (line 77) | public double optDouble(int index) { method optInt (line 81) | public int optInt(int index) { method optJSONArray (line 85) | public JSONArray optJSONArray(int index) { method optJSONObject (line 89) | public JSONObject optJSONObject(int index) { method optLong (line 93) | public long optLong(int index) { method optString (line 97) | public String optString(int index) { method isNull (line 101) | public boolean isNull(int index) { method getArrayBuffer (line 107) | public byte[] getArrayBuffer(int index) throws JSONException { FILE: framework/src/org/apache/cordova/CordovaBridge.java class CordovaBridge (line 33) | public class CordovaBridge { method CordovaBridge (line 40) | public CordovaBridge(PluginManager pluginManager, NativeToJsMessageQue... method jsExec (line 45) | public String jsExec(int bridgeSecret, String service, String action, ... method jsSetNativeToJsBridgeMode (line 78) | public void jsSetNativeToJsBridgeMode(int bridgeSecret, int value) thr... method jsRetrieveJsMessages (line 85) | public String jsRetrieveJsMessages(int bridgeSecret, boolean fromOnlin... method verifySecret (line 92) | private boolean verifySecret(String action, int bridgeSecret) throws I... method clearBridgeSecret (line 109) | void clearBridgeSecret() { method generateBridgeSecret (line 114) | int generateBridgeSecret() { method reset (line 119) | public void reset(String loadedUrl) { method promptOnJsPrompt (line 125) | public String promptOnJsPrompt(String origin, String message, String d... method getMessageQueue (line 185) | public NativeToJsMessageQueue getMessageQueue() { FILE: framework/src/org/apache/cordova/CordovaChromeClient.java class CordovaChromeClient (line 55) | public class CordovaChromeClient extends XWalkUIClient { method CordovaChromeClient (line 67) | @Deprecated method CordovaChromeClient (line 73) | public CordovaChromeClient(CordovaInterface ctx, CordovaWebView app) { method setWebView (line 79) | @Deprecated method onJavascriptModalDialog (line 84) | @Override method onJsAlert (line 113) | private boolean onJsAlert(XWalkView view, String url, String message, method onJsConfirm (line 157) | private boolean onJsConfirm(XWalkView view, String url, String message, method onJsPrompt (line 207) | private boolean onJsPrompt(XWalkView view, String origin, String messa... method onPageLoadStarted (line 250) | @Override method onPageLoadStopped (line 275) | @Override method openFileChooser (line 324) | @Override method getValueCallback (line 330) | public ValueCallback getValueCallback() { FILE: framework/src/org/apache/cordova/CordovaInterface.java type CordovaInterface (line 32) | public interface CordovaInterface { method startActivityForResult (line 42) | abstract public void startActivityForResult(CordovaPlugin command, Int... method setActivityResultCallback (line 49) | abstract public void setActivityResultCallback(CordovaPlugin plugin); method getActivity (line 56) | public abstract Activity getActivity(); method onMessage (line 66) | public Object onMessage(String id, Object data); method getThreadPool (line 71) | public ExecutorService getThreadPool(); FILE: framework/src/org/apache/cordova/CordovaPlugin.java class CordovaPlugin (line 35) | public class CordovaPlugin { method privateInitialize (line 46) | public final void privateInitialize(CordovaInterface cordova, CordovaW... method initialize (line 68) | public void initialize(CordovaInterface cordova, CordovaWebView webVie... method pluginInitialize (line 74) | protected void pluginInitialize() { method execute (line 91) | public boolean execute(String action, String rawArgs, CallbackContext ... method execute (line 110) | public boolean execute(String action, JSONArray args, CallbackContext ... method execute (line 129) | public boolean execute(String action, CordovaArgs args, CallbackContex... method onPause (line 138) | public void onPause(boolean multitasking) { method onResume (line 146) | public void onResume(boolean multitasking) { method onNewIntent (line 152) | public void onNewIntent(Intent intent) { method onDestroy (line 158) | public void onDestroy() { method onMessage (line 168) | public Object onMessage(String id, Object data) { method onActivityResult (line 181) | public void onActivityResult(int requestCode, int resultCode, Intent i... method onOverrideUrlLoading (line 190) | public boolean onOverrideUrlLoading(String url) { method remapUri (line 197) | public Uri remapUri(Uri uri) { method onReset (line 208) | public void onReset() { FILE: framework/src/org/apache/cordova/CordovaPreferences.java class CordovaPreferences (line 31) | public class CordovaPreferences { method setPreferencesBundle (line 35) | public void setPreferencesBundle(Bundle extras) { method set (line 39) | public void set(String name, String value) { method set (line 43) | public void set(String name, boolean value) { method set (line 47) | public void set(String name, int value) { method set (line 51) | public void set(String name, double value) { method getAll (line 55) | public Map getAll() { method getBoolean (line 59) | public boolean getBoolean(String name, boolean defaultValue) { method getInteger (line 75) | public int getInteger(String name, int defaultValue) { method getDouble (line 92) | public double getDouble(String name, double defaultValue) { method getString (line 108) | public String getString(String name, String defaultValue) { method copyIntoIntentExtras (line 125) | public void copyIntoIntentExtras(Activity action) { FILE: framework/src/org/apache/cordova/CordovaResourceApi.java class CordovaResourceApi (line 69) | public class CordovaResourceApi { method CordovaResourceApi (line 95) | public CordovaResourceApi(Context context, PluginManager pluginManager) { method setThreadCheckingEnabled (line 101) | public void setThreadCheckingEnabled(boolean value) { method isThreadCheckingEnabled (line 105) | public boolean isThreadCheckingEnabled() { method getUriType (line 110) | public static int getUriType(Uri uri) { method remapUri (line 137) | public Uri remapUri(Uri uri) { method remapPath (line 143) | public String remapPath(String path) { method mapUriToFile (line 151) | public File mapUriToFile(Uri uri) { method getMimeType (line 177) | public String getMimeType(Uri uri) { method getMimeTypeFromPath (line 205) | private String getMimeTypeFromPath(String path) { method openForRead (line 230) | public OpenForReadResult openForRead(Uri uri) throws IOException { method openForRead (line 242) | public OpenForReadResult openForRead(Uri uri, boolean skipThreadCheck)... method openOutputStream (line 297) | public OutputStream openOutputStream(Uri uri) throws IOException { method openOutputStream (line 308) | public OutputStream openOutputStream(Uri uri, boolean append) throws I... method createHttpConnection (line 328) | public HttpURLConnection createHttpConnection(Uri uri) throws IOExcept... method copyResource (line 335) | public void copyResource(OpenForReadResult input, OutputStream outputS... method copyResource (line 369) | public void copyResource(Uri sourceUri, OutputStream outputStream) thr... method copyResource (line 374) | public void copyResource(Uri sourceUri, Uri dstUri) throws IOException { method assertBackgroundThread (line 378) | private void assertBackgroundThread() { method getDataUriMimeType (line 390) | private String getDataUriMimeType(Uri uri) { method readDataUri (line 403) | private OpenForReadResult readDataUri(Uri uri) { method assertNonRelative (line 426) | private static void assertNonRelative(Uri uri) { class OpenForReadResult (line 432) | public static final class OpenForReadResult { method OpenForReadResult (line 439) | OpenForReadResult(Uri uri, InputStream inputStream, String mimeType,... FILE: framework/src/org/apache/cordova/CordovaUriHelper.java class CordovaUriHelper (line 29) | class CordovaUriHelper { method CordovaUriHelper (line 36) | CordovaUriHelper(CordovaInterface cdv, CordovaWebView webView) method shouldOverrideUrlLoading (line 50) | @TargetApi(Build.VERSION_CODES.ICE_CREAM_SANDWICH_MR1) FILE: framework/src/org/apache/cordova/CordovaWebView.java class CordovaWebView (line 67) | public class CordovaWebView extends XWalkView { class ActivityResult (line 100) | class ActivityResult { method ActivityResult (line 106) | public ActivityResult(int req, int res, Intent intent) { method CordovaWebView (line 121) | public CordovaWebView(Context context) { method CordovaWebView (line 125) | public CordovaWebView(Context context, AttributeSet attrs) { method CordovaWebView (line 129) | @Deprecated method CordovaWebView (line 134) | @TargetApi(11) method init (line 141) | public void init(CordovaInterface cordova, CordovaWebViewClient webVie... method initIfNecessary (line 168) | @SuppressWarnings("deprecation") method initWebViewSettings (line 181) | @SuppressLint("SetJavaScriptEnabled") method makeWebChromeClient (line 243) | public CordovaChromeClient makeWebChromeClient(CordovaInterface cordov... method makeWebViewClient (line 247) | public CordovaWebViewClient makeWebViewClient(CordovaInterface cordova) { method enableRemoteDebugging (line 254) | public void enableRemoteDebugging() { method shouldRequestFocusOnInit (line 264) | protected boolean shouldRequestFocusOnInit() { method exposeJsInterface (line 268) | private void exposeJsInterface() { method setWebViewClient (line 286) | public void setWebViewClient(CordovaWebViewClient client) { method setWebChromeClient (line 296) | public void setWebChromeClient(CordovaChromeClient client) { method getWebChromeClient (line 301) | public CordovaChromeClient getWebChromeClient() { method getWhitelist (line 306) | public Whitelist getWhitelist() { method getExternalWhitelist (line 310) | public Whitelist getExternalWhitelist() { method load (line 319) | @Override method loadUrl (line 329) | public void loadUrl(String url) { method loadUrl (line 340) | @Deprecated method loadUrlIntoView (line 352) | public void loadUrlIntoView(final String url) { method loadUrlIntoView (line 361) | public void loadUrlIntoView(final String url, boolean recreatePlugins) { method loadUrlNow (line 421) | void loadUrlNow(String url) { method loadUrlIntoView (line 437) | public void loadUrlIntoView(final String url, final int time) { method stopLoading (line 457) | @Override method onScrollChanged (line 463) | public void onScrollChanged(int l, int t, int oldl, int oldt) method sendJavascript (line 491) | @Deprecated method sendPluginResult (line 503) | public void sendPluginResult(PluginResult result, String callbackId) { method postMessage (line 513) | public void postMessage(String id, Object data) { method canGoBack (line 524) | public boolean canGoBack() { method backHistory (line 533) | public boolean backHistory() { method showWebPage (line 554) | public void showWebPage(String url, boolean openExternal, boolean clea... method getProperty (line 598) | public String getProperty(String name, String defaultValue) { method onKeyDown (line 611) | @Override method dispatchKeyEvent (line 652) | @Override method setButtonPlumbedToJs (line 705) | public void setButtonPlumbedToJs(int keyCode, boolean override) { method bindButton (line 722) | @Deprecated // Use setButtonPlumbedToJs() instead. method bindButton (line 728) | @Deprecated // Use setButtonPlumbedToJs() instead. method bindButton (line 738) | @Deprecated // Use setButtonPlumbedToJs() instead. method isBackButtonBound (line 743) | @Deprecated // Use isButtonPlumbedToJs method isButtonPlumbedToJs (line 749) | public boolean isButtonPlumbedToJs(int keyCode) method pauseTimers (line 755) | @Override method pauseTimersForReal (line 761) | public void pauseTimersForReal() { method handlePause (line 765) | public void handlePause(boolean keepRunning) method handleResume (line 785) | public void handleResume(boolean keepRunning, boolean activityResultKe... method handleDestroy (line 800) | public void handleDestroy() method onNewIntent (line 824) | @Override method isPaused (line 835) | public boolean isPaused() method hadKeyEvent (line 840) | @Deprecated // This never did anything. method printBackForwardList (line 845) | public void printBackForwardList() { method startOfHistory (line 858) | public boolean startOfHistory() method restoreState (line 872) | @Override method storeResult (line 884) | @Deprecated // This never did anything method getResourceApi (line 888) | public CordovaResourceApi getResourceApi() { method getPreferences (line 892) | public CordovaPreferences getPreferences() { FILE: framework/src/org/apache/cordova/CordovaWebViewClient.java class CordovaWebViewClient (line 57) | public class CordovaWebViewClient extends XWalkResourceClient { method CordovaWebViewClient (line 100) | @Deprecated method CordovaWebViewClient (line 112) | public CordovaWebViewClient(CordovaInterface cordova, CordovaWebView v... method setWebView (line 124) | @Deprecated method onReceivedLoadError (line 139) | @Override method shouldOverrideUrlLoading (line 159) | @Override method onReceivedSslError (line 171) | public void onReceivedSslError(XWalkView view, ValueCallback ... method setAuthenticationToken (line 199) | public void setAuthenticationToken(AuthenticationToken authenticationT... method removeAuthenticationToken (line 217) | public AuthenticationToken removeAuthenticationToken(String host, Stri... method getAuthenticationToken (line 235) | public AuthenticationToken getAuthenticationToken(String host, String ... method clearAuthenticationTokens (line 260) | public void clearAuthenticationTokens() { FILE: framework/src/org/apache/cordova/DirectoryManager.java class DirectoryManager (line 33) | @Deprecated // Deprecated in 3.1. To be removed in 4.0. method testFileExists (line 44) | public static boolean testFileExists(String name) { method getFreeDiskSpace (line 65) | public static long getFreeDiskSpace(boolean checkInternal) { method freeSpaceCalculation (line 90) | private static long freeSpaceCalculation(String path) { method testSaveLocationExists (line 102) | public static boolean testSaveLocationExists() { method constructFilePaths (line 125) | private static File constructFilePaths (String file1, String file2) { method getTempDirectoryPath (line 142) | public static String getTempDirectoryPath(Context ctx) { FILE: framework/src/org/apache/cordova/DroidGap.java class DroidGap (line 31) | @Deprecated method onXWalkReady (line 33) | @Override FILE: framework/src/org/apache/cordova/ExifHelper.java class ExifHelper (line 25) | @Deprecated // Deprecated in 3.1. To be removed in 4.0. method createInFile (line 56) | public void createInFile(String filePath) throws IOException { method createOutFile (line 66) | public void createOutFile(String filePath) throws IOException { method readExifData (line 73) | public void readExifData() { method writeExifData (line 100) | public void writeExifData() throws IOException { method getOrientation (line 167) | public int getOrientation() { method resetOrientation (line 183) | public void resetOrientation() { FILE: framework/src/org/apache/cordova/ExposedJsApi.java class ExposedJsApi (line 29) | class ExposedJsApi { method ExposedJsApi (line 33) | public ExposedJsApi(CordovaBridge bridge) { method exec (line 37) | @JavascriptInterface method setNativeToJsBridgeMode (line 42) | @JavascriptInterface method retrieveJsMessages (line 47) | @JavascriptInterface FILE: framework/src/org/apache/cordova/FileHelper.java class FileHelper (line 37) | @Deprecated // Deprecated in 3.1. To be removed in 4.0. method getRealPath (line 50) | @SuppressWarnings("deprecation") method getRealPath (line 84) | public static String getRealPath(Uri uri, CordovaInterface cordova) { method getInputStreamFromUriString (line 96) | public static InputStream getInputStreamFromUriString(String uriString... method stripFileProtocol (line 124) | public static String stripFileProtocol(String uriString) { method getMimeTypeForExtension (line 131) | public static String getMimeTypeForExtension(String path) { method getMimeType (line 151) | public static String getMimeType(String uriString, CordovaInterface co... FILE: framework/src/org/apache/cordova/IceCreamCordovaWebViewClient.java class IceCreamCordovaWebViewClient (line 35) | @TargetApi(Build.VERSION_CODES.HONEYCOMB) method IceCreamCordovaWebViewClient (line 41) | public IceCreamCordovaWebViewClient(CordovaInterface cordova) { method IceCreamCordovaWebViewClient (line 45) | public IceCreamCordovaWebViewClient(CordovaInterface cordova, CordovaW... method shouldInterceptLoadRequest (line 49) | @Override method isUrlHarmful (line 80) | private boolean isUrlHarmful(String url) { method needsKitKatContentUrlFix (line 85) | private static boolean needsKitKatContentUrlFix(Uri uri) { method needsSpecialsInAssetUrlFix (line 89) | private static boolean needsSpecialsInAssetUrlFix(Uri uri) { FILE: framework/src/org/apache/cordova/JSONUtils.java class JSONUtils (line 27) | @Deprecated // Deprecated in 3.1. To be removed in 4.0. method toStringList (line 29) | public static List toStringList(JSONArray array) throws JSONEx... FILE: framework/src/org/apache/cordova/LOG.java class LOG (line 29) | public class LOG { method setLogLevel (line 45) | public static void setLogLevel(int logLevel) { method setLogLevel (line 55) | public static void setLogLevel(String logLevel) { method isLoggable (line 70) | public static boolean isLoggable(int logLevel) { method v (line 80) | public static void v(String tag, String s) { method d (line 90) | public static void d(String tag, String s) { method i (line 100) | public static void i(String tag, String s) { method w (line 110) | public static void w(String tag, String s) { method e (line 120) | public static void e(String tag, String s) { method v (line 131) | public static void v(String tag, String s, Throwable e) { method d (line 142) | public static void d(String tag, String s, Throwable e) { method i (line 153) | public static void i(String tag, String s, Throwable e) { method w (line 164) | public static void w(String tag, String s, Throwable e) { method e (line 175) | public static void e(String tag, String s, Throwable e) { method v (line 186) | public static void v(String tag, String s, Object... args) { method d (line 197) | public static void d(String tag, String s, Object... args) { method i (line 208) | public static void i(String tag, String s, Object... args) { method w (line 219) | public static void w(String tag, String s, Object... args) { method e (line 230) | public static void e(String tag, String s, Object... args) { FILE: framework/src/org/apache/cordova/LinearLayoutSoftKeyboardDetect.java class LinearLayoutSoftKeyboardDetect (line 30) | public class LinearLayoutSoftKeyboardDetect extends LinearLayout { method LinearLayoutSoftKeyboardDetect (line 40) | public LinearLayoutSoftKeyboardDetect(Context context, int width, int ... method onMeasure (line 47) | @Override FILE: framework/src/org/apache/cordova/NativeToJsMessageQueue.java class NativeToJsMessageQueue (line 35) | public class NativeToJsMessageQueue { method NativeToJsMessageQueue (line 77) | public NativeToJsMessageQueue(CordovaWebView webView, CordovaInterface... method isBridgeEnabled (line 88) | public boolean isBridgeEnabled() { method setBridgeMode (line 95) | public void setBridgeMode(int value) { method reset (line 118) | public void reset() { method calculatePackedMessageLength (line 125) | private int calculatePackedMessageLength(JsMessage message) { method packMessage (line 131) | private void packMessage(JsMessage message, StringBuilder sb) { method popAndEncode (line 143) | public String popAndEncode(boolean fromOnlineEvent) { method popAndEncodeAsJs (line 181) | private String popAndEncodeAsJs() { method addJavaScript (line 225) | public void addJavaScript(String statement) { method addPluginResult (line 232) | public void addPluginResult(PluginResult result, String callbackId) { method enqueueMessage (line 254) | private void enqueueMessage(JsMessage message) { method setPaused (line 267) | public void setPaused(boolean value) { class BridgeMode (line 283) | private abstract class BridgeMode { method onNativeToJsMessageAvailable (line 284) | abstract void onNativeToJsMessageAvailable(); method notifyOfFlush (line 285) | void notifyOfFlush(boolean fromOnlineEvent) {} method reset (line 286) | void reset() {} class PollingBridgeMode (line 290) | private class PollingBridgeMode extends BridgeMode { method onNativeToJsMessageAvailable (line 291) | @Override void onNativeToJsMessageAvailable() { class LoadUrlBridgeMode (line 296) | private class LoadUrlBridgeMode extends BridgeMode { method run (line 298) | public void run() { method onNativeToJsMessageAvailable (line 306) | @Override void onNativeToJsMessageAvailable() { class OnlineEventsBridgeMode (line 312) | private class OnlineEventsBridgeMode extends BridgeMode { method run (line 317) | public void run() { method run (line 325) | public void run() { method reset (line 332) | @Override void reset() { method onNativeToJsMessageAvailable (line 335) | @Override void onNativeToJsMessageAvailable() { method notifyOfFlush (line 339) | @Override void notifyOfFlush(boolean fromOnlineEvent) { class PrivateApiBridgeMode (line 350) | private class PrivateApiBridgeMode extends BridgeMode { method initReflection (line 360) | @SuppressWarnings("rawtypes") method onNativeToJsMessageAvailable (line 388) | @Override void onNativeToJsMessageAvailable() { class JsMessage (line 404) | private static class JsMessage { method JsMessage (line 407) | JsMessage(String js) { method JsMessage (line 414) | JsMessage(PluginResult pluginResult, String callbackId) { method calculateEncodedLength (line 422) | int calculateEncodedLength() { method encodeAsMessage (line 452) | void encodeAsMessage(StringBuilder sb) { method encodeAsJsMessage (line 498) | void encodeAsJsMessage(StringBuilder sb) { FILE: framework/src/org/apache/cordova/PluginEntry.java class PluginEntry (line 28) | public class PluginEntry { method PluginEntry (line 56) | public PluginEntry(String service, CordovaPlugin plugin) { method PluginEntry (line 65) | public PluginEntry(String service, String pluginClass, boolean onload) { method PluginEntry (line 69) | @Deprecated // urlFilters are going away method PluginEntry (line 78) | private PluginEntry(String service, String pluginClass, boolean onload... method getUrlFilters (line 86) | public List getUrlFilters() { FILE: framework/src/org/apache/cordova/PluginManager.java class PluginManager (line 43) | public class PluginManager { method PluginManager (line 58) | @Deprecated method PluginManager (line 63) | PluginManager(CordovaWebView cordovaWebView, CordovaInterface cordova,... method setPluginEntries (line 74) | public void setPluginEntries(List pluginEntries) { method init (line 87) | public void init() { method loadPlugins (line 95) | @Deprecated method clearPluginObjects (line 102) | @Deprecated // Should not be exposed as public. method startupPlugins (line 110) | @Deprecated // Should not be exposed as public. method exec (line 136) | public void exec(final String service, final String action, final Stri... method exec (line 166) | @Deprecated method getPlugin (line 179) | public CordovaPlugin getPlugin(String service) { method addService (line 204) | public void addService(String service, String className) { method addService (line 215) | public void addService(PluginEntry entry) { method onPause (line 233) | public void onPause(boolean multitasking) { method onResume (line 244) | public void onResume(boolean multitasking) { method onDestroy (line 253) | public void onDestroy() { method postMessage (line 266) | public Object postMessage(String id, Object data) { method onNewIntent (line 283) | public void onNewIntent(Intent intent) { method onOverrideUrlLoading (line 295) | public boolean onOverrideUrlLoading(String url) { method onReset (line 321) | public void onReset() { method remapUri (line 327) | Uri remapUri(Uri uri) { method instantiatePlugin (line 340) | private CordovaPlugin instantiatePlugin(String className) { FILE: framework/src/org/apache/cordova/PluginResult.java class PluginResult (line 26) | public class PluginResult { method PluginResult (line 33) | public PluginResult(Status status) { method PluginResult (line 37) | public PluginResult(Status status, String message) { method PluginResult (line 43) | public PluginResult(Status status, JSONArray message) { method PluginResult (line 49) | public PluginResult(Status status, JSONObject message) { method PluginResult (line 55) | public PluginResult(Status status, int i) { method PluginResult (line 61) | public PluginResult(Status status, float f) { method PluginResult (line 67) | public PluginResult(Status status, boolean b) { method PluginResult (line 73) | public PluginResult(Status status, byte[] data) { method PluginResult (line 77) | public PluginResult(Status status, byte[] data, boolean binaryString) { method setKeepCallback (line 83) | public void setKeepCallback(boolean b) { method getStatus (line 87) | public int getStatus() { method getMessageType (line 91) | public int getMessageType() { method getMessage (line 95) | public String getMessage() { method getStrMessage (line 106) | public String getStrMessage() { method getKeepCallback (line 110) | public boolean getKeepCallback() { method getJSONString (line 114) | @Deprecated // Use sendPluginResult instead of sendJavascript. method toCallbackString (line 119) | @Deprecated // Use sendPluginResult instead of sendJavascript. method toSuccessCallbackString (line 134) | @Deprecated // Use sendPluginResult instead of sendJavascript. method toErrorCallbackString (line 139) | @Deprecated // Use sendPluginResult instead of sendJavascript. type Status (line 167) | public enum Status { FILE: framework/src/org/apache/cordova/ScrollEvent.java class ScrollEvent (line 30) | public class ScrollEvent { method ScrollEvent (line 46) | ScrollEvent(int nx, int ny, int x, int y, View view) method dl (line 52) | public int dl() method dt (line 57) | public int dt() method getTargetView (line 62) | public View getTargetView() FILE: framework/src/org/apache/cordova/Whitelist.java class Whitelist (line 31) | public class Whitelist { class URLPattern (line 32) | private static class URLPattern { method regexFromPattern (line 38) | private String regexFromPattern(String pattern, boolean allowWildcar... method URLPattern (line 53) | public URLPattern(String scheme, String host, String port, String pa... method matches (line 82) | public boolean matches(Uri uri) { method Whitelist (line 99) | public Whitelist() { method addWhiteListEntry (line 114) | public void addWhiteListEntry(String origin, boolean subdomains) { method isUrlWhiteListed (line 154) | public boolean isUrlWhiteListed(String uri) { FILE: framework/test/org/apache/cordova/PreferenceNodeTest.java class PreferenceNodeTest (line 24) | public class PreferenceNodeTest { method testConstructor (line 25) | @Test method testNameAssignment (line 33) | @Test method testValueAssignment (line 40) | @Test method testReadonlyAssignment (line 47) | @Test FILE: framework/test/org/apache/cordova/PreferenceSetTest.java class PreferenceSetTest (line 25) | public class PreferenceSetTest { method setUp (line 29) | @Before method testAddition (line 35) | @Test method testClear (line 41) | @Test method testPreferenceRetrieval (line 48) | @Test method testNoPreferenceRetrieval (line 54) | @Test method testUnsetPreferenceChecking (line 60) | @Test method testSetPreferenceChecking (line 67) | @Test FILE: test/assets/www/main.js function roundNumber (line 42) | function roundNumber(num) { function updateAcceleration (line 50) | function updateAcceleration(a) { function dump_pic (line 79) | function dump_pic(data) { function fail (line 89) | function fail(msg) { function show_pic (line 93) | function show_pic() { function close (line 99) | function close() { function contacts_success (line 105) | function contacts_success(contacts) { function get_contacts (line 112) | function get_contacts() { function check_network (line 121) | function check_network() { function updateHeading (line 138) | function updateHeading(h) { function toggleCompass (line 142) | function toggleCompass() { function init (line 155) | function init() { FILE: test/cordova/lib/appinfo.js function readAppInfoFromManifest (line 26) | function readAppInfoFromManifest() { FILE: test/src/org/apache/cordova/pluginApi/pluginStub.java class pluginStub (line 29) | public class pluginStub extends CordovaPlugin { method onMessage (line 34) | public Object onMessage(String id, Object input) FILE: test/src/org/apache/cordova/test/ActivityPlugin.java class ActivityPlugin (line 35) | public class ActivityPlugin extends CordovaPlugin { method ActivityPlugin (line 42) | public ActivityPlugin() { method execute (line 53) | public boolean execute(String action, CordovaArgs args, final Callback... method startActivity (line 74) | public void startActivity(String className) { FILE: test/src/org/apache/cordova/test/CordovaDriverAction.java class CordovaDriverAction (line 33) | public class CordovaDriverAction extends Activity implements CordovaInte... method onCreate (line 35) | @Override method startActivityForResult (line 40) | public void startActivityForResult(CordovaPlugin command, Intent intent, method setActivityResultCallback (line 46) | public void setActivityResultCallback(CordovaPlugin plugin) { method getActivity (line 51) | public Activity getActivity() { method getContext (line 56) | @Deprecated method cancelLoadUrl (line 62) | @Deprecated method onMessage (line 68) | public Object onMessage(String id, Object data) { method getThreadPool (line 73) | public ExecutorService getThreadPool() { FILE: test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java class CordovaWebViewTestActivity (line 38) | public class CordovaWebViewTestActivity extends Activity implements Cord... method onCreate (line 44) | @Override method getContext (line 61) | public Context getContext() { method startActivityForResult (line 65) | public void startActivityForResult(CordovaPlugin command, Intent intent, method setActivityResultCallback (line 71) | public void setActivityResultCallback(CordovaPlugin plugin) { method getActivity (line 77) | public Activity getActivity() { method cancelLoadUrl (line 81) | @Deprecated method onMessage (line 87) | public Object onMessage(String id, Object data) { method getThreadPool (line 92) | public ExecutorService getThreadPool() { method onDestroy (line 97) | @Override FILE: test/src/org/apache/cordova/test/MainTestActivity.java class MainTestActivity (line 25) | public class MainTestActivity extends CordovaActivity { method onCreate (line 27) | @Override FILE: test/src/org/apache/cordova/test/SabotagedActivity.java class SabotagedActivity (line 35) | public class SabotagedActivity extends CordovaActivity { method onCreate (line 41) | @Override method copyErrorAsset (line 56) | private void copyErrorAsset () { method copy (line 85) | private void copy(InputStream in, OutputStream out) throws IOException { FILE: test/src/org/apache/cordova/test/backbuttonmultipage.java class backbuttonmultipage (line 24) | public class backbuttonmultipage extends CordovaActivity { method onCreate (line 25) | @Override FILE: test/src/org/apache/cordova/test/background.java class background (line 25) | public class background extends CordovaActivity { method onCreate (line 26) | @Override FILE: test/src/org/apache/cordova/test/backgroundcolor.java class backgroundcolor (line 25) | public class backgroundcolor extends CordovaActivity { method onCreate (line 26) | @Override FILE: test/src/org/apache/cordova/test/basicauth.java class basicauth (line 24) | public class basicauth extends CordovaActivity { method onCreate (line 25) | @Override FILE: test/src/org/apache/cordova/test/errorurl.java class errorurl (line 24) | public class errorurl extends CordovaActivity { method onCreate (line 25) | @Override FILE: test/src/org/apache/cordova/test/fullscreen.java class fullscreen (line 24) | public class fullscreen extends CordovaActivity { method onCreate (line 25) | @Override FILE: test/src/org/apache/cordova/test/htmlnotfound.java class htmlnotfound (line 24) | public class htmlnotfound extends CordovaActivity { method onCreate (line 25) | @Override FILE: test/src/org/apache/cordova/test/iframe.java class iframe (line 24) | public class iframe extends CordovaActivity { method onCreate (line 25) | @Override FILE: test/src/org/apache/cordova/test/junit/BackButtonMultiPageTest.java class BackButtonMultiPageTest (line 34) | public class BackButtonMultiPageTest extends ActivityInstrumentationTest... method BackButtonMultiPageTest (line 43) | public BackButtonMultiPageTest() { method setUp (line 47) | @UiThreadTest method testPreconditions (line 58) | @UiThreadTest method testViaLoadUrl (line 112) | public void testViaLoadUrl() throws Throwable { method testViaBackButtonOnView (line 157) | public void testViaBackButtonOnView() throws Throwable { method testViaBackButtonOnLayout (line 210) | public void testViaBackButtonOnLayout() throws Throwable { method sleep (line 263) | @UiThreadTest FILE: test/src/org/apache/cordova/test/junit/CordovaActivityTest.java class CordovaActivityTest (line 31) | public class CordovaActivityTest extends ActivityInstrumentationTestCase... method CordovaActivityTest (line 40) | @SuppressWarnings("deprecation") method setUp (line 46) | protected void setUp() throws Exception { method testPreconditions (line 56) | public void testPreconditions(){ method testForCordovaView (line 62) | public void testForCordovaView() { method testForLinearLayout (line 67) | public void testForLinearLayout() { method sleep (line 72) | private void sleep() { FILE: test/src/org/apache/cordova/test/junit/CordovaResourceApiTest.java class CordovaResourceApiTest (line 49) | public class CordovaResourceApiTest extends ActivityInstrumentationTestC... method CordovaResourceApiTest (line 51) | public CordovaResourceApiTest() method setUp (line 63) | protected void setUp() throws Exception { method createTestImageContentUri (line 89) | private Uri createTestImageContentUri() { method performApiTest (line 96) | private void performApiTest(Uri uri, String expectedMimeType, File exp... method testValidContentUri (line 129) | @Suppress method testInvalidContentUri (line 138) | public void testInvalidContentUri() throws IOException method testValidAssetUri (line 144) | public void testValidAssetUri() throws IOException method testInvalidAssetUri (line 150) | public void testInvalidAssetUri() throws IOException method testFileUriToExistingFile (line 156) | public void testFileUriToExistingFile() throws IOException method testFileUriToMissingFile (line 167) | public void testFileUriToMissingFile() throws IOException method testFileUriToMissingFileWithMissingParent (line 178) | public void testFileUriToMissingFileWithMissingParent() throws IOExcep... method testUnrecognizedUri (line 185) | public void testUnrecognizedUri() throws IOException method testRelativeUri (line 191) | public void testRelativeUri() method testPluginOverride (line 210) | public void testPluginOverride() throws IOException method testMainThreadUsage (line 216) | public void testMainThreadUsage() throws IOException method testDataUriPlain (line 228) | public void testDataUriPlain() throws IOException method testDataUriBase64 (line 237) | public void testDataUriBase64() throws IOException FILE: test/src/org/apache/cordova/test/junit/CordovaTest.java class CordovaTest (line 30) | public class CordovaTest extends method CordovaTest (line 38) | public CordovaTest() { method setUp (line 42) | protected void setUp() throws Exception { method testPreconditions (line 48) | public void testPreconditions() { method testForCordovaView (line 52) | public void testForCordovaView() { method sleep (line 109) | private void sleep() { FILE: test/src/org/apache/cordova/test/junit/ErrorUrlTest.java class ErrorUrlTest (line 32) | public class ErrorUrlTest extends ActivityInstrumentationTestCase2 { method MenuTest (line 28) | public MenuTest() { FILE: test/src/org/apache/cordova/test/junit/PluginManagerTest.java class PluginManagerTest (line 31) | public class PluginManagerTest extends ActivityInstrumentationTestCase2<... method PluginManagerTest (line 40) | public PluginManagerTest() { method setUp (line 44) | protected void setUp() throws Exception{ method testPreconditions (line 53) | public void testPreconditions(){ method testForPluginManager (line 59) | public void testForPluginManager() { FILE: test/src/org/apache/cordova/test/junit/SplashscreenTest.java class SplashscreenTest (line 32) | public class SplashscreenTest extends ActivityInstrumentationTestCase2 { method XhrTest (line 30) | public XhrTest() FILE: test/src/org/apache/cordova/test/lifecycle.java class lifecycle (line 24) | public class lifecycle extends CordovaActivity { method onCreate (line 25) | @Override FILE: test/src/org/apache/cordova/test/loading.java class loading (line 24) | public class loading extends CordovaActivity { method onCreate (line 25) | @Override FILE: test/src/org/apache/cordova/test/menus.java class menus (line 31) | public class menus extends CordovaActivity { method onCreate (line 32) | @Override method onCreateOptionsMenu (line 43) | @Override method onOptionsItemSelected (line 54) | @Override method onPrepareOptionsMenu (line 61) | @Override method onCreateContextMenu (line 68) | @Override method onContextItemSelected (line 75) | @Override FILE: test/src/org/apache/cordova/test/splashscreen.java class splashscreen (line 24) | public class splashscreen extends CordovaActivity { method onCreate (line 25) | @Override FILE: test/src/org/apache/cordova/test/tests.java class tests (line 24) | public class tests extends CordovaActivity { method onCreate (line 25) | @Override FILE: test/src/org/apache/cordova/test/timeout.java class timeout (line 24) | public class timeout extends CordovaActivity { method onCreate (line 25) | @Override FILE: test/src/org/apache/cordova/test/userwebview.java class userwebview (line 27) | public class userwebview extends MainTestActivity { method onCreate (line 32) | @Override class TestChromeClient (line 43) | public class TestChromeClient extends CordovaChromeClient { method TestChromeClient (line 44) | public TestChromeClient(CordovaInterface ctx, CordovaWebView app) { class TestViewClient (line 56) | public class TestViewClient extends CordovaWebViewClient { method TestViewClient (line 57) | public TestViewClient(CordovaInterface ctx, CordovaWebView app) { FILE: test/src/org/apache/cordova/test/util/Purity.java class Purity (line 37) | public class Purity { method Purity (line 45) | public Purity(Context ctx, Instrumentation i) method getRealCoord (line 59) | private int getRealCoord(int coord) method getViewportWidth (line 64) | public int getViewportWidth() method getViewportHeight (line 69) | public int getViewportHeight() method touch (line 74) | public void touch(int x, int y) method touchStart (line 90) | public void touchStart(int x, int y) method touchMove (line 103) | public void touchMove(int x, int y) method touchEnd (line 119) | public void touchEnd(int x, int y) method setBitmap (line 138) | public void setBitmap(WebView view) method checkRenderView (line 144) | public boolean checkRenderView(WebView view) method clearBitmap (line 161) | public void clearBitmap() method finalize (line 167) | protected void finalize() FILE: test/src/org/apache/cordova/test/whitelist.java class whitelist (line 28) | public class whitelist extends MainTestActivity { method onCreate (line 29) | @Override class TestViewClient (line 40) | public class TestViewClient extends CordovaWebViewClient { method TestViewClient (line 42) | public TestViewClient(CordovaInterface ctx, CordovaWebView app) { FILE: test/src/org/apache/cordova/test/xhr.java class xhr (line 24) | public class xhr extends CordovaActivity { method onCreate (line 25) | @Override