Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

abandon() - Method in class com.facebook.stetho.inspector.elements.ShadowDocument.Update
 
AbstractChainedDescriptor<E> - Class in com.facebook.stetho.inspector.elements
This class derives from Descriptor and provides a canonical implementation of ChainedDescriptor.

This class implements the thread safety enforcement policy prescribed by ThreadBound.

AbstractChainedDescriptor() - Constructor for class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
Accumulator<E> - Interface in com.facebook.stetho.common
 
ActivityTracker - Class in com.facebook.stetho.inspector.elements.android
Tracks which Activity instances have been created and not yet destroyed in creation order for use by Stetho features.
ActivityTracker() - Constructor for class com.facebook.stetho.inspector.elements.android.ActivityTracker
 
ActivityTracker.Listener - Interface in com.facebook.stetho.inspector.elements.android
 
add(Activity) - Method in class com.facebook.stetho.inspector.elements.android.ActivityTracker
 
add(Database.DatabaseDriver) - Method in class com.facebook.stetho.inspector.protocol.module.Database
 
AddDatabaseEvent() - Constructor for class com.facebook.stetho.inspector.protocol.module.Database.AddDatabaseEvent
 
addHandler(ProtocolDetectingSocketHandler.MagicMatcher, SocketLikeHandler) - Method in class com.facebook.stetho.server.ProtocolDetectingSocketHandler
 
addHeader(String, String) - Method in class com.facebook.stetho.server.http.LightHttpMessage
 
addPeer(JsonRpcPeer) - Method in class com.facebook.stetho.inspector.helper.ChromePeerManager
Register a new peer, adding them to an internal list of receivers.
addRef() - Method in class com.facebook.stetho.inspector.elements.Document
 
AddressNameHelper - Class in com.facebook.stetho.server
 
AddressNameHelper() - Constructor for class com.facebook.stetho.server.AddressNameHelper
 
addRule(String, T) - Method in class com.facebook.stetho.inspector.network.MimeMatcher
Add a matching rule in the canonical MIME T form such as "image/*" or a MIME T literal such as "text/html".
addUpdateListener(Document.UpdateListener) - Method in class com.facebook.stetho.inspector.elements.Document
 
AlwaysMatchMatcher() - Constructor for class com.facebook.stetho.server.ProtocolDetectingSocketHandler.AlwaysMatchMatcher
 
AndroidDocumentConstants - Interface in com.facebook.stetho.inspector.elements.android
 
AndroidDocumentProviderFactory - Class in com.facebook.stetho.inspector.elements.android
 
AndroidDocumentProviderFactory(Application) - Constructor for class com.facebook.stetho.inspector.elements.android.AndroidDocumentProviderFactory
 
apply(T) - Method in interface com.facebook.stetho.common.Predicate
 
ArgsHelper - Class in com.facebook.stetho.dumpapp
 
ArgsHelper() - Constructor for class com.facebook.stetho.dumpapp.ArgsHelper
 
ArrayListAccumulator<E> - Class in com.facebook.stetho.common
 
ArrayListAccumulator() - Constructor for class com.facebook.stetho.common.ArrayListAccumulator
 
associateAsyncPrettyPrinterWithId(String, AsyncPrettyPrinter) - Method in class com.facebook.stetho.inspector.network.ResponseBodyFileManager
Associates an asynchronous pretty printer with a response request id The pretty printer will be used to pretty print the response body that has the particular request id
AsyncPrettyPrinter - Interface in com.facebook.stetho.inspector.network
Interface that callers need to implement in order to pretty print binary payload received by Stetho
AsyncPrettyPrinterFactory - Interface in com.facebook.stetho.inspector.network
Interface for creating a factory for asynchronous pretty printers
AsyncPrettyPrinterInitializer - Interface in com.facebook.stetho.inspector.network
Interface that is called if AsyncPrettyPrinterRegistry is unpopulated when the first peer connects to Stetho.
AsyncPrettyPrinterRegistry - Class in com.facebook.stetho.inspector.network
 
AsyncPrettyPrinterRegistry() - Constructor for class com.facebook.stetho.inspector.network.AsyncPrettyPrinterRegistry
 
AttributeAccumulator - Interface in com.facebook.stetho.inspector.elements
 
AttributeListAccumulator() - Constructor for class com.facebook.stetho.inspector.elements.Document.AttributeListAccumulator
 
available() - Method in class com.facebook.stetho.server.CompositeInputStream
 
awaitUninterruptibly(CountDownLatch) - Static method in class com.facebook.stetho.common.Util
 

B

base64Encoded - Variable in class com.facebook.stetho.inspector.network.ResponseBodyData
 
beginInit() - Method in class com.facebook.stetho.inspector.elements.DescriptorMap
 
beginTrackingIfPossible(Application) - Method in class com.facebook.stetho.inspector.elements.android.ActivityTracker
Start automatic tracking if we are running on ICS+.
beginUpdate() - Method in class com.facebook.stetho.inspector.elements.ShadowDocument
 
body() - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorRequest
Provide the body if part of an entity-enclosing request (like "POST" or "PUT").
body - Variable in class com.facebook.stetho.server.http.LightHttpResponse
 
build() - Method in class com.facebook.stetho.inspector.database.ContentProviderSchema.Builder
 
build() - Method in class com.facebook.stetho.inspector.database.ContentProviderSchema.Table.Builder
 
build() - Method in class com.facebook.stetho.inspector.elements.ShadowDocument.UpdateBuilder
 
build() - Method in class com.facebook.stetho.Stetho.InitializerBuilder
 
Builder() - Constructor for class com.facebook.stetho.inspector.database.ContentProviderSchema.Builder
 
Builder() - Constructor for class com.facebook.stetho.inspector.database.ContentProviderSchema.Table.Builder
 

C

call() - Method in interface com.facebook.stetho.common.UncheckedCallable
 
callback - Variable in class com.facebook.stetho.inspector.jsonrpc.PendingRequest
 
CallFrame() - Constructor for class com.facebook.stetho.inspector.protocol.module.Console.CallFrame
 
CallFrame(String, String, int, int) - Constructor for class com.facebook.stetho.inspector.protocol.module.Console.CallFrame
 
callFunctionOn(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Runtime
 
canInspectWorkers(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Worker
 
canScreencast(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Page
 
canSetScriptSource(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Debugger
 
ChainedDescriptor - Interface in com.facebook.stetho.inspector.elements
This interface marks a Descriptor in a way that is specially understood by DescriptorMap.
checkThreadAccess(Handler) - Static method in class com.facebook.stetho.common.android.HandlerUtil
Checks whether the current thread is the same thread that the Handler is associated with.
checkThreadAccess() - Method in interface com.facebook.stetho.common.ThreadBound
Checks whether the current thread has access to this object.
checkThreadAccess() - Method in class com.facebook.stetho.inspector.elements.android.AndroidDocumentProviderFactory
 
checkThreadAccess() - Method in class com.facebook.stetho.inspector.elements.Descriptor
 
checkThreadAccess() - Method in class com.facebook.stetho.inspector.helper.ThreadBoundProxy
 
children - Variable in class com.facebook.stetho.inspector.elements.ElementInfo
 
ChromeDevtoolsDomain - Interface in com.facebook.stetho.inspector.protocol
Marker interface that identifies implementations of subsystems in the WebKit Inspector protocol.
ChromeDevtoolsMethod - Annotation Type in com.facebook.stetho.inspector.protocol
 
ChromeDevtoolsServer - Class in com.facebook.stetho.inspector
Implements a limited version of the Chrome Debugger WebSocket protocol (using JSON-RPC 2.0).
ChromeDevtoolsServer(Iterable<ChromeDevtoolsDomain>) - Constructor for class com.facebook.stetho.inspector.ChromeDevtoolsServer
 
ChromeDiscoveryHandler - Class in com.facebook.stetho.inspector
Provides sufficient responses to convince Chrome's chrome://inspect/devices that we're "one of them".
ChromeDiscoveryHandler(Context, String) - Constructor for class com.facebook.stetho.inspector.ChromeDiscoveryHandler
 
ChromePeerManager - Class in com.facebook.stetho.inspector.helper
Interface glue that allows a particular domain to manage the enabled peers.
ChromePeerManager() - Constructor for class com.facebook.stetho.inspector.helper.ChromePeerManager
 
className - Variable in class com.facebook.stetho.inspector.protocol.module.Runtime.RemoteObject
 
cleanupFiles() - Method in class com.facebook.stetho.inspector.network.ResponseBodyFileManager
 
clear() - Method in class com.facebook.stetho.inspector.helper.ObjectIdMapper
 
clear() - Method in class com.facebook.stetho.inspector.network.MimeMatcher
 
clearDeviceOrientationOverride(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Page
 
clearGeolocationOverride(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Page
 
CLog - Class in com.facebook.stetho.inspector.console
Utility for reporting an event to the console
CLog() - Constructor for class com.facebook.stetho.inspector.console.CLog
 
close(Closeable, boolean) - Static method in class com.facebook.stetho.common.Util
 
close() - Method in class com.facebook.stetho.inspector.network.ResponseHandlingInputStream
 
close() - Method in class com.facebook.stetho.server.CompositeInputStream
 
close(int, String) - Method in interface com.facebook.stetho.websocket.SimpleSession
Request that the session be closed.
CloseCodes - Interface in com.facebook.stetho.websocket
Close codes as defined by RFC6455.
CLOSED_ABNORMALLY - Static variable in interface com.facebook.stetho.websocket.CloseCodes
 
code - Variable in class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcError
 
code - Variable in class com.facebook.stetho.inspector.protocol.module.Database.Error
 
code - Variable in class com.facebook.stetho.server.http.LightHttpResponse
 
columnNames - Variable in class com.facebook.stetho.inspector.protocol.module.Database.ExecuteSQLResponse
 
columnNumber - Variable in class com.facebook.stetho.inspector.protocol.module.Console.CallFrame
 
com.facebook.stetho - package com.facebook.stetho
 
com.facebook.stetho.common - package com.facebook.stetho.common
 
com.facebook.stetho.common.android - package com.facebook.stetho.common.android
 
com.facebook.stetho.dumpapp - package com.facebook.stetho.dumpapp
 
com.facebook.stetho.dumpapp.plugins - package com.facebook.stetho.dumpapp.plugins
 
com.facebook.stetho.inspector - package com.facebook.stetho.inspector
 
com.facebook.stetho.inspector.console - package com.facebook.stetho.inspector.console
 
com.facebook.stetho.inspector.database - package com.facebook.stetho.inspector.database
 
com.facebook.stetho.inspector.domstorage - package com.facebook.stetho.inspector.domstorage
 
com.facebook.stetho.inspector.elements - package com.facebook.stetho.inspector.elements
 
com.facebook.stetho.inspector.elements.android - package com.facebook.stetho.inspector.elements.android
 
com.facebook.stetho.inspector.helper - package com.facebook.stetho.inspector.helper
 
com.facebook.stetho.inspector.jsonrpc - package com.facebook.stetho.inspector.jsonrpc
 
com.facebook.stetho.inspector.jsonrpc.protocol - package com.facebook.stetho.inspector.jsonrpc.protocol
 
com.facebook.stetho.inspector.network - package com.facebook.stetho.inspector.network
 
com.facebook.stetho.inspector.protocol - package com.facebook.stetho.inspector.protocol
 
com.facebook.stetho.inspector.protocol.module - package com.facebook.stetho.inspector.protocol.module
 
com.facebook.stetho.inspector.runtime - package com.facebook.stetho.inspector.runtime
 
com.facebook.stetho.inspector.screencast - package com.facebook.stetho.inspector.screencast
 
com.facebook.stetho.json - package com.facebook.stetho.json
 
com.facebook.stetho.json.annotation - package com.facebook.stetho.json.annotation
 
com.facebook.stetho.server - package com.facebook.stetho.server
 
com.facebook.stetho.server.http - package com.facebook.stetho.server.http
 
com.facebook.stetho.websocket - package com.facebook.stetho.websocket
 
commit() - Method in class com.facebook.stetho.inspector.elements.ShadowDocument.Update
 
CompositeInputStream - Class in com.facebook.stetho.server
 
CompositeInputStream(InputStream[]) - Constructor for class com.facebook.stetho.server.CompositeInputStream
 
connectionEnd - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResourceTiming
 
connectionId() - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorResponse
Unique connection identifier representing the socket that was used to furnish the response.
connectionId - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Response
 
connectionReused() - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorResponse
True if the response was furnished on a re-used socket; false otherwise or if unknown.
connectionReused - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Response
 
connectionStart - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResourceTiming
 
Console - Class in com.facebook.stetho.inspector.protocol.module
 
Console() - Constructor for class com.facebook.stetho.inspector.protocol.module.Console
 
Console.CallFrame - Class in com.facebook.stetho.inspector.protocol.module
 
Console.ConsoleMessage - Class in com.facebook.stetho.inspector.protocol.module
 
Console.MessageAddedRequest - Class in com.facebook.stetho.inspector.protocol.module
 
Console.MessageLevel - Enum in com.facebook.stetho.inspector.protocol.module
 
Console.MessageSource - Enum in com.facebook.stetho.inspector.protocol.module
 
ConsoleMessage() - Constructor for class com.facebook.stetho.inspector.protocol.module.Console.ConsoleMessage
 
ConsolePeerManager - Class in com.facebook.stetho.inspector.console
 
containsId(int) - Method in class com.facebook.stetho.inspector.helper.ObjectIdMapper
 
containsObject(Object) - Method in class com.facebook.stetho.inspector.helper.ObjectIdMapper
 
CONTENT_LENGTH - Static variable in interface com.facebook.stetho.server.http.HttpHeaders
 
CONTENT_TYPE - Static variable in interface com.facebook.stetho.server.http.HttpHeaders
 
contentLength() - Method in class com.facebook.stetho.server.http.LightHttpBody
 
ContentProviderDatabaseDriver - Class in com.facebook.stetho.inspector.database
 
ContentProviderDatabaseDriver(Context, ContentProviderSchema...) - Constructor for class com.facebook.stetho.inspector.database.ContentProviderDatabaseDriver
 
ContentProviderSchema - Class in com.facebook.stetho.inspector.database
 
ContentProviderSchema.Builder - Class in com.facebook.stetho.inspector.database
 
ContentProviderSchema.Table - Class in com.facebook.stetho.inspector.database
 
ContentProviderSchema.Table.Builder - Class in com.facebook.stetho.inspector.database
 
contentType() - Method in class com.facebook.stetho.server.http.LightHttpBody
 
convertValue(Object, Class<T>) - Method in class com.facebook.stetho.json.ObjectMapper
Support mapping between arbitrary classes and JSONObject.
copy(InputStream, OutputStream, byte[]) - Static method in class com.facebook.stetho.common.Util
 
copyToImmutableList(List<T>) - Static method in class com.facebook.stetho.common.ListUtil
Copies the given List and returns the copy as an immutable List.
CrashDumperPlugin - Class in com.facebook.stetho.dumpapp.plugins
Yes, this intentionally crashes the app.
CrashDumperPlugin() - Constructor for class com.facebook.stetho.dumpapp.plugins.CrashDumperPlugin
 
create() - Method in class com.facebook.stetho.inspector.elements.android.AndroidDocumentProviderFactory
 
create() - Method in interface com.facebook.stetho.inspector.elements.DocumentProviderFactory
 
create(String, String) - Static method in class com.facebook.stetho.server.http.LightHttpBody
 
create(byte[], String) - Static method in class com.facebook.stetho.server.http.LightHttpBody
 
create() - Method in interface com.facebook.stetho.server.SocketHandlerFactory
 
createBodySink(String) - Method in class com.facebook.stetho.inspector.network.RequestBodyHelper
 
createCustomAddress(String) - Static method in class com.facebook.stetho.server.AddressNameHelper
 
CSS - Class in com.facebook.stetho.inspector.protocol.module
 
CSS(Document) - Constructor for class com.facebook.stetho.inspector.protocol.module.CSS
 

D

d(String, String, Throwable) - Static method in class com.facebook.stetho.common.LogRedirector
 
d(String, String) - Static method in class com.facebook.stetho.common.LogRedirector
 
d(String, Object...) - Static method in class com.facebook.stetho.common.LogUtil
 
d(Throwable, String, Object...) - Static method in class com.facebook.stetho.common.LogUtil
 
d(String) - Static method in class com.facebook.stetho.common.LogUtil
 
d(Throwable, String) - Static method in class com.facebook.stetho.common.LogUtil
 
data - Variable in class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcError
 
data - Variable in class com.facebook.stetho.inspector.network.ResponseBodyData
 
data - Variable in class com.facebook.stetho.inspector.protocol.module.Page.ScreencastFrameEvent
 
Database - Class in com.facebook.stetho.inspector.protocol.module
 
Database() - Constructor for class com.facebook.stetho.inspector.protocol.module.Database
Constructs the object.
database - Variable in class com.facebook.stetho.inspector.protocol.module.Database.AddDatabaseEvent
 
Database.AddDatabaseEvent - Class in com.facebook.stetho.inspector.protocol.module
 
Database.DatabaseDriver - Class in com.facebook.stetho.inspector.protocol.module
 
Database.DatabaseDriver.ExecuteResultHandler<T> - Interface in com.facebook.stetho.inspector.protocol.module
 
Database.DatabaseObject - Class in com.facebook.stetho.inspector.protocol.module
 
Database.Error - Class in com.facebook.stetho.inspector.protocol.module
 
Database.ExecuteSQLRequest - Class in com.facebook.stetho.inspector.protocol.module
 
Database.ExecuteSQLResponse - Class in com.facebook.stetho.inspector.protocol.module
 
DatabaseConstants - Interface in com.facebook.stetho.inspector.protocol.module
 
DatabaseDriver(Context) - Constructor for class com.facebook.stetho.inspector.protocol.module.Database.DatabaseDriver
 
databaseFiles(DatabaseFilesProvider) - Method in class com.facebook.stetho.Stetho.DefaultInspectorModulesBuilder
Customize the location of database files that Stetho will propogate in the UI.
DatabaseFilesProvider - Interface in com.facebook.stetho.inspector.database
Provides a List of database files.
databaseId - Variable in class com.facebook.stetho.inspector.protocol.module.Database.ExecuteSQLRequest
 
DatabaseObject() - Constructor for class com.facebook.stetho.inspector.protocol.module.Database.DatabaseObject
 
dataLength - Variable in class com.facebook.stetho.inspector.protocol.module.Network.DataReceivedParams
 
dataReceived(String, int, int) - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter
Indicates that raw data was received from the network.
dataReceived(String, int, int) - Method in class com.facebook.stetho.inspector.network.NetworkEventReporterImpl
 
DataReceivedParams() - Constructor for class com.facebook.stetho.inspector.protocol.module.Network.DataReceivedParams
 
dataSent(String, int, int) - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter
Indicates that raw data was sent over the network.
dataSent(String, int, int) - Method in class com.facebook.stetho.inspector.network.NetworkEventReporterImpl
 
Debugger - Class in com.facebook.stetho.inspector.protocol.module
 
Debugger() - Constructor for class com.facebook.stetho.inspector.protocol.module.Debugger
 
decodeUTF8(byte[]) - Static method in class com.facebook.stetho.common.Utf8Charset
 
DecompressionHelper - Class in com.facebook.stetho.inspector.network
 
DecompressionHelper() - Constructor for class com.facebook.stetho.inspector.network.DecompressionHelper
 
DefaultDatabaseFilesProvider - Class in com.facebook.stetho.inspector.database
Provides the results of Context.databaseList().
DefaultDatabaseFilesProvider(Context) - Constructor for class com.facebook.stetho.inspector.database.DefaultDatabaseFilesProvider
 
DefaultDumperPluginsBuilder(Context) - Constructor for class com.facebook.stetho.Stetho.DefaultDumperPluginsBuilder
 
defaultDumperPluginsProvider(Context) - Static method in class com.facebook.stetho.Stetho
 
DefaultInspectorModulesBuilder(Context) - Constructor for class com.facebook.stetho.Stetho.DefaultInspectorModulesBuilder
 
defaultInspectorModulesProvider(Context) - Static method in class com.facebook.stetho.Stetho
 
DefaultResponseHandler - Class in com.facebook.stetho.inspector.network
Simple interceptor that delegates response read events to NetworkEventReporter.
DefaultResponseHandler(NetworkEventReporter, String) - Constructor for class com.facebook.stetho.inspector.network.DefaultResponseHandler
 
description - Variable in class com.facebook.stetho.inspector.protocol.module.Runtime.RemoteObject
 
Descriptor - Class in com.facebook.stetho.inspector.elements
 
Descriptor() - Constructor for class com.facebook.stetho.inspector.elements.Descriptor
 
Descriptor.Host - Interface in com.facebook.stetho.inspector.elements
 
DescriptorMap - Class in com.facebook.stetho.inspector.elements
 
DescriptorMap() - Constructor for class com.facebook.stetho.inspector.elements.DescriptorMap
 
determineResourceType(String) - Method in class com.facebook.stetho.inspector.network.ResourceTypeHelper
 
deviceHeight - Variable in class com.facebook.stetho.inspector.protocol.module.Page.ScreencastFrameEventMetadata
 
deviceWidth - Variable in class com.facebook.stetho.inspector.protocol.module.Page.ScreencastFrameEventMetadata
 
DevtoolsSocketHandler - Class in com.facebook.stetho.inspector
 
DevtoolsSocketHandler(Context, Iterable<ChromeDevtoolsDomain>) - Constructor for class com.facebook.stetho.inspector.DevtoolsSocketHandler
 
DialogFragmentAccessor<DIALOG_FRAGMENT,FRAGMENT,FRAGMENT_MANAGER> - Interface in com.facebook.stetho.common.android
 
disable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Console
 
disable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.CSS
 
disable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Database
 
disable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Debugger
 
disable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.DOM
 
disable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.DOMStorage
 
disable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Inspector
 
disable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Network
 
disable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Page
 
disable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Profiler
 
discardSearchResults(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.DOM
 
DisconnectReceiver - Interface in com.facebook.stetho.inspector.jsonrpc
 
dispatch(JsonRpcPeer, String, JSONObject) - Method in class com.facebook.stetho.inspector.MethodDispatcher
 
dispose() - Method in interface com.facebook.stetho.inspector.elements.DocumentProvider
 
dnsEnd - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResourceTiming
 
dnsStart - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResourceTiming
 
Document - Class in com.facebook.stetho.inspector.elements
 
Document(DocumentProviderFactory) - Constructor for class com.facebook.stetho.inspector.elements.Document
 
Document.AttributeListAccumulator - Class in com.facebook.stetho.inspector.elements
 
Document.UpdateListener - Interface in com.facebook.stetho.inspector.elements
 
DocumentProvider - Interface in com.facebook.stetho.inspector.elements
Provides a document that can be rendered in Chrome's Elements tab (conforming loosely to the W3C DOM to the degree specified in this API).
documentProvider(DocumentProviderFactory) - Method in class com.facebook.stetho.Stetho.DefaultInspectorModulesBuilder
Provide a custom document provider factory which can operate on the logical DOM exposed to Chrome in the Elements tab.
DocumentProviderFactory - Interface in com.facebook.stetho.inspector.elements
Factory mechanism to dynamically construct the document provider.
DocumentProviderListener - Interface in com.facebook.stetho.inspector.elements
 
documentURL - Variable in class com.facebook.stetho.inspector.protocol.module.Network.RequestWillBeSentParams
 
DocumentView - Interface in com.facebook.stetho.inspector.elements
 
DOM - Class in com.facebook.stetho.inspector.protocol.module
 
DOM(Document) - Constructor for class com.facebook.stetho.inspector.protocol.module.DOM
 
domain - Variable in class com.facebook.stetho.inspector.protocol.module.Database.DatabaseObject
 
DOMStorage - Class in com.facebook.stetho.inspector.protocol.module
 
DOMStorage(Context) - Constructor for class com.facebook.stetho.inspector.protocol.module.DOMStorage
 
DOMStorage.DomStorageItemAddedParams - Class in com.facebook.stetho.inspector.protocol.module
 
DOMStorage.DomStorageItemRemovedParams - Class in com.facebook.stetho.inspector.protocol.module
 
DOMStorage.DomStorageItemsClearedParams - Class in com.facebook.stetho.inspector.protocol.module
 
DOMStorage.DomStorageItemUpdatedParams - Class in com.facebook.stetho.inspector.protocol.module
 
DOMStorage.StorageId - Class in com.facebook.stetho.inspector.protocol.module
 
DomStorageItemAddedParams() - Constructor for class com.facebook.stetho.inspector.protocol.module.DOMStorage.DomStorageItemAddedParams
 
DomStorageItemRemovedParams() - Constructor for class com.facebook.stetho.inspector.protocol.module.DOMStorage.DomStorageItemRemovedParams
 
DomStorageItemsClearedParams() - Constructor for class com.facebook.stetho.inspector.protocol.module.DOMStorage.DomStorageItemsClearedParams
 
DomStorageItemUpdatedParams() - Constructor for class com.facebook.stetho.inspector.protocol.module.DOMStorage.DomStorageItemUpdatedParams
 
DOMStoragePeerManager - Class in com.facebook.stetho.inspector.domstorage
 
DOMStoragePeerManager(Context) - Constructor for class com.facebook.stetho.inspector.domstorage.DOMStoragePeerManager
 
doPrint(PrintWriter, InputStream, String) - Method in class com.facebook.stetho.inspector.network.DownloadingAsyncPrettyPrinterFactory
Note that the IOException thrown by this method will be propagated all the way up and yield an error to the chrome devtools
DownloadingAsyncPrettyPrinterFactory - Class in com.facebook.stetho.inspector.network
Abstract class for pretty printer factory that asynchronously downloads schema needed for pretty printing the payload
DownloadingAsyncPrettyPrinterFactory() - Constructor for class com.facebook.stetho.inspector.network.DownloadingAsyncPrettyPrinterFactory
 
DownloadingAsyncPrettyPrinterFactory.MatchResult - Class in com.facebook.stetho.inspector.network
 
drainToArray(Iterator<String>) - Static method in class com.facebook.stetho.dumpapp.ArgsHelper
 
dump(InputStream, PrintStream, PrintStream, String[]) - Method in class com.facebook.stetho.dumpapp.Dumper
Execute the dump method as if it were a fragile external command.
dump(DumperContext) - Method in interface com.facebook.stetho.dumpapp.DumperPlugin
Invoked in response to the user running the dumpapp command and specifying your plugin.
dump(DumperContext) - Method in class com.facebook.stetho.dumpapp.plugins.CrashDumperPlugin
 
dump(DumperContext) - Method in class com.facebook.stetho.dumpapp.plugins.FilesDumperPlugin
 
dump(DumperContext) - Method in class com.facebook.stetho.dumpapp.plugins.HprofDumperPlugin
 
dump(DumperContext) - Method in class com.facebook.stetho.dumpapp.plugins.SharedPreferencesDumperPlugin
 
DumpappHttpSocketLikeHandler - Class in com.facebook.stetho.dumpapp
Deprecated.
DumpappHttpSocketLikeHandler(Dumper) - Constructor for class com.facebook.stetho.dumpapp.DumpappHttpSocketLikeHandler
Deprecated.
 
DumpappSocketLikeHandler - Class in com.facebook.stetho.dumpapp
Provides a kind of CLI-over-HTTP support for the ./scripts/dumpapp tool.
DumpappSocketLikeHandler(Dumper) - Constructor for class com.facebook.stetho.dumpapp.DumpappSocketLikeHandler
 
Dumper - Class in com.facebook.stetho.dumpapp
 
Dumper(Iterable<DumperPlugin>) - Constructor for class com.facebook.stetho.dumpapp.Dumper
 
Dumper(Iterable<DumperPlugin>, CommandLineParser) - Constructor for class com.facebook.stetho.dumpapp.Dumper
 
DumperContext - Class in com.facebook.stetho.dumpapp
 
DumperContext(DumperContext, List<String>) - Constructor for class com.facebook.stetho.dumpapp.DumperContext
Construct a new context instance using a new set of remaining arguments after invoking CommandLineParser#parse.
DumperContext(InputStream, PrintStream, PrintStream, CommandLineParser, List<String>) - Constructor for class com.facebook.stetho.dumpapp.DumperContext
 
DumperPlugin - Interface in com.facebook.stetho.dumpapp
Provides a CLI (command-line interface) facility for fbandroid modules.
DumperPluginsProvider - Interface in com.facebook.stetho
Provider interface to lazily supply dumpers to be initialized on demand.
DumpException - Exception in com.facebook.stetho.dumpapp
Exception thrown if there is a functional issue executing the specified commands.
DumpException(String) - Constructor for exception com.facebook.stetho.dumpapp.DumpException
 
DumpUsageException - Exception in com.facebook.stetho.dumpapp
Usage error in a DumperPlugin.
DumpUsageException(String) - Constructor for exception com.facebook.stetho.dumpapp.DumpUsageException
 

E

e(String, String, Throwable) - Static method in class com.facebook.stetho.common.LogRedirector
 
e(String, String) - Static method in class com.facebook.stetho.common.LogRedirector
 
e(String, Object...) - Static method in class com.facebook.stetho.common.LogUtil
 
e(Throwable, String, Object...) - Static method in class com.facebook.stetho.common.LogUtil
 
e(String) - Static method in class com.facebook.stetho.common.LogUtil
 
e(Throwable, String) - Static method in class com.facebook.stetho.common.LogUtil
 
element - Variable in class com.facebook.stetho.inspector.elements.ElementInfo
 
ElementInfo - Class in com.facebook.stetho.inspector.elements
 
ElementInfo(Object, Object, List<Object>) - Constructor for class com.facebook.stetho.inspector.elements.ElementInfo
 
EmptyResult - Class in com.facebook.stetho.inspector.jsonrpc.protocol
 
EmptyResult() - Constructor for class com.facebook.stetho.inspector.jsonrpc.protocol.EmptyResult
 
enable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Console
 
enable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.CSS
 
enable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Database
 
enable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Debugger
 
enable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.DOM
 
enable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.DOMStorage
 
enable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Inspector
 
enable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Network
 
enable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Page
 
enable(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Profiler
 
enableDumpapp(DumperPluginsProvider) - Method in class com.facebook.stetho.Stetho.InitializerBuilder
Enable use of the dumpapp system.
enableWebKitInspector(InspectorModulesProvider) - Method in class com.facebook.stetho.Stetho.InitializerBuilder
 
encodedDataLength - Variable in class com.facebook.stetho.inspector.protocol.module.Network.DataReceivedParams
 
encodeUTF8(String) - Static method in class com.facebook.stetho.common.Utf8Charset
 
endInit() - Method in class com.facebook.stetho.inspector.elements.DescriptorMap
 
endTracking() - Method in class com.facebook.stetho.inspector.elements.android.ActivityTracker
 
equals(Object) - Method in class com.facebook.stetho.inspector.elements.ElementInfo
 
error - Variable in class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcResponse
 
Error() - Constructor for class com.facebook.stetho.inspector.protocol.module.Database.Error
 
errorText - Variable in class com.facebook.stetho.inspector.protocol.module.Network.LoadingFailedParams
 
evaluate(String) - Method in interface com.facebook.stetho.inspector.console.RuntimeRepl
 
evaluate(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Runtime
 
ExactMagicMatcher(byte[]) - Constructor for class com.facebook.stetho.server.ProtocolDetectingSocketHandler.ExactMagicMatcher
 
ExactPathMatcher - Class in com.facebook.stetho.server.http
 
ExactPathMatcher(String) - Constructor for class com.facebook.stetho.server.http.ExactPathMatcher
 
ExceptionUtil - Class in com.facebook.stetho.common
 
ExceptionUtil() - Constructor for class com.facebook.stetho.common.ExceptionUtil
 
executeSQL(String, String, Database.DatabaseDriver.ExecuteResultHandler<Database.ExecuteSQLResponse>) - Method in class com.facebook.stetho.inspector.database.ContentProviderDatabaseDriver
 
executeSQL(String, String, Database.DatabaseDriver.ExecuteResultHandler<Database.ExecuteSQLResponse>) - Method in class com.facebook.stetho.inspector.database.SqliteDatabaseDriver
 
executeSQL(String, String, Database.DatabaseDriver.ExecuteResultHandler<Database.ExecuteSQLResponse>) - Method in class com.facebook.stetho.inspector.protocol.module.Database.DatabaseDriver
 
executeSQL(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Database
 
ExecuteSQLRequest() - Constructor for class com.facebook.stetho.inspector.protocol.module.Database.ExecuteSQLRequest
 
ExecuteSQLResponse() - Constructor for class com.facebook.stetho.inspector.protocol.module.Database.ExecuteSQLResponse
 

F

FilesDumperPlugin - Class in com.facebook.stetho.dumpapp.plugins
 
FilesDumperPlugin(Context) - Constructor for class com.facebook.stetho.dumpapp.plugins.FilesDumperPlugin
 
findChildIndex(ViewGroup, View) - Static method in class com.facebook.stetho.common.android.ViewGroupUtil
 
findFragmentForView(View) - Static method in class com.facebook.stetho.common.android.FragmentCompatUtil
 
findMatchingElements(String, Accumulator<Integer>) - Method in class com.facebook.stetho.inspector.elements.Document
 
finish() - Method in class com.facebook.stetho.Stetho.DefaultDumperPluginsBuilder
 
finish() - Method in class com.facebook.stetho.Stetho.DefaultInspectorModulesBuilder
 
firstHeaderValue(String) - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorHeaders
 
flush() - Method in class com.facebook.stetho.server.http.LightHttpServer.HttpMessageWriter
 
forDialogFragment() - Method in class com.facebook.stetho.common.android.FragmentCompat
 
forFragment() - Method in class com.facebook.stetho.common.android.FragmentCompat
 
forFragmentActivity() - Method in class com.facebook.stetho.common.android.FragmentCompat
 
forFragmentManager() - Method in class com.facebook.stetho.common.android.FragmentCompat
 
format(Integer, ViewDebug.ExportedProperty) - Method in class com.facebook.stetho.inspector.helper.IntegerFormatter
 
format - Variable in class com.facebook.stetho.inspector.protocol.module.Page.StartScreencastRequest
 
FragmentAccessor<FRAGMENT,FRAGMENT_MANAGER> - Interface in com.facebook.stetho.common.android
 
FragmentActivityAccessor<FRAGMENT_ACTIVITY extends android.app.Activity,FRAGMENT_MANAGER> - Interface in com.facebook.stetho.common.android
 
FragmentCompat<FRAGMENT,DIALOG_FRAGMENT,FRAGMENT_MANAGER,FRAGMENT_ACTIVITY extends android.app.Activity> - Class in com.facebook.stetho.common.android
Compatibility abstraction which allows us to generalize access to both the support library's fragments and the built-in framework version.
FragmentCompatUtil - Class in com.facebook.stetho.common.android
 
FragmentManagerAccessor<FRAGMENT_MANAGER,FRAGMENT> - Interface in com.facebook.stetho.common.android
 
frameId - Variable in class com.facebook.stetho.inspector.protocol.module.Network.RequestWillBeSentParams
 
frameId - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResponseReceivedParams
 
friendlyName() - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorRequest
Arbitrary debug-friendly name of the request.
friendlyNameExtra() - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorRequest
Provide an extra integer to decorate the NetworkEventReporter.InspectorRequest.friendlyName().
fromDiskCache() - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorResponse
True if the response was furnished by disk cache; false otherwise or if unknown.
fromDiskCache - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Response
 
functionName - Variable in class com.facebook.stetho.inspector.protocol.module.Console.CallFrame
 

G

get() - Method in interface com.facebook.stetho.DumperPluginsProvider
 
get() - Static method in class com.facebook.stetho.inspector.elements.android.ActivityTracker
 
get(Class<?>) - Method in class com.facebook.stetho.inspector.elements.DescriptorMap
 
get() - Static method in class com.facebook.stetho.inspector.network.NetworkEventReporterImpl
Static accessor allowing callers to easily hook into the WebKit Inspector system without creating dependencies on the main Stetho initialization code path.
get() - Method in interface com.facebook.stetho.InspectorModulesProvider
 
getActivitiesView() - Method in class com.facebook.stetho.inspector.elements.android.ActivityTracker
 
getAddedFragments(FRAGMENT_MANAGER) - Method in interface com.facebook.stetho.common.android.FragmentManagerAccessor
 
getAndRemovePendingRequest(long) - Method in class com.facebook.stetho.inspector.jsonrpc.JsonRpcPeer
 
getArgsAsList() - Method in class com.facebook.stetho.dumpapp.DumperContext
 
getAsyncPrettyPrinterRegistry() - Method in class com.facebook.stetho.inspector.network.NetworkPeerManager
 
getAttributes(Object, AttributeAccumulator) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
getAttributes(Object, AttributeAccumulator) - Method in interface com.facebook.stetho.inspector.elements.NodeDescriptor
 
getAttributes(Object, AttributeAccumulator) - Method in class com.facebook.stetho.inspector.elements.ObjectDescriptor
 
getChangedElements(Accumulator<Object>) - Method in class com.facebook.stetho.inspector.elements.ShadowDocument.Update
 
getChildFragmentManager(FRAGMENT) - Method in interface com.facebook.stetho.common.android.FragmentAccessor
 
getChildren(Object, Accumulator<Object>) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
getChildren(Object, Accumulator<Object>) - Method in interface com.facebook.stetho.inspector.elements.NodeDescriptor
 
getChildren(Object, Accumulator<Object>) - Method in class com.facebook.stetho.inspector.elements.ObjectDescriptor
 
getComputedStyleForNode(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.CSS
 
getDatabaseFiles() - Method in interface com.facebook.stetho.inspector.database.DatabaseFilesProvider
Returns a List of database files.
getDatabaseFiles() - Method in class com.facebook.stetho.inspector.database.DefaultDatabaseFilesProvider
 
getDatabaseNames() - Method in class com.facebook.stetho.inspector.database.ContentProviderDatabaseDriver
 
getDatabaseNames() - Method in class com.facebook.stetho.inspector.database.SqliteDatabaseDriver
 
getDatabaseNames() - Method in class com.facebook.stetho.inspector.protocol.module.Database.DatabaseDriver
 
getDatabaseTableNames(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Database
 
getDescriptor(Object) - Method in interface com.facebook.stetho.inspector.elements.Descriptor.Host
 
getDialog(DIALOG_FRAGMENT) - Method in interface com.facebook.stetho.common.android.DialogFragmentAccessor
 
getDialogFragmentClass() - Method in class com.facebook.stetho.common.android.FragmentCompat
 
getDisplayBody() - Method in class com.facebook.stetho.inspector.network.RequestBodyHelper
 
getDisplayType() - Method in class com.facebook.stetho.inspector.network.DownloadingAsyncPrettyPrinterFactory.MatchResult
 
getDocument(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.DOM
 
getDocumentView() - Method in class com.facebook.stetho.inspector.elements.Document
 
getDOMStorageItems(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.DOMStorage
 
getDumperPlugins() - Method in class com.facebook.stetho.Stetho.Initializer
 
getElementForNodeId(int) - Method in class com.facebook.stetho.inspector.elements.Document
 
getElementInfo(Object) - Method in interface com.facebook.stetho.inspector.elements.DocumentView
 
getElementInfo(Object) - Method in class com.facebook.stetho.inspector.elements.ShadowDocument
 
getElementInfo(Object) - Method in class com.facebook.stetho.inspector.elements.ShadowDocument.Update
 
getElementStyles(Object, StyleAccumulator) - Method in class com.facebook.stetho.inspector.elements.Document
 
getErrorMessage() - Method in exception com.facebook.stetho.inspector.jsonrpc.JsonRpcException
 
getFieldValue(Field, Object) - Static method in class com.facebook.stetho.common.ReflectionUtil
 
getFirstHeaderValue(String) - Method in class com.facebook.stetho.server.http.LightHttpMessage
 
getFragmentActivityClass() - Method in class com.facebook.stetho.common.android.FragmentCompat
 
getFragmentClass() - Method in class com.facebook.stetho.common.android.FragmentCompat
 
getFragmentManager(FRAGMENT) - Method in interface com.facebook.stetho.common.android.FragmentAccessor
 
getFragmentManager(FRAGMENT_ACTIVITY) - Method in interface com.facebook.stetho.common.android.FragmentActivityAccessor
 
getFrameworkInstance() - Static method in class com.facebook.stetho.common.android.FragmentCompat
 
getGarbageElements(Accumulator<Object>) - Method in class com.facebook.stetho.inspector.elements.ShadowDocument.Update
 
getHost() - Method in class com.facebook.stetho.inspector.elements.Descriptor
 
getId(FRAGMENT) - Method in interface com.facebook.stetho.common.android.FragmentAccessor
 
getIdForObject(Object) - Method in class com.facebook.stetho.inspector.helper.ObjectIdMapper
 
getIdString(Resources, int) - Static method in class com.facebook.stetho.common.android.ResourcesUtil
 
getIdStringQuietly(Object, Resources, int) - Static method in class com.facebook.stetho.common.android.ResourcesUtil
 
getInput() - Method in class com.facebook.stetho.server.SocketLike
 
getInspectorModules() - Method in class com.facebook.stetho.Stetho.Initializer
 
getInstance() - Static method in class com.facebook.stetho.inspector.helper.IntegerFormatter
 
getInstance(String, String) - Method in interface com.facebook.stetho.inspector.network.AsyncPrettyPrinterFactory
Creates an asynchronous pretty printer.
getInstance(String, String) - Method in class com.facebook.stetho.inspector.network.DownloadingAsyncPrettyPrinterFactory
 
getInstanceOrNull() - Static method in class com.facebook.stetho.inspector.console.ConsolePeerManager
 
getInstanceOrNull() - Static method in class com.facebook.stetho.inspector.network.NetworkPeerManager
 
getLocalName(Object) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
getLocalName(Object) - Method in interface com.facebook.stetho.inspector.elements.NodeDescriptor
 
getLocalName(Object) - Method in class com.facebook.stetho.inspector.elements.ObjectDescriptor
 
getMatchedStylesForNode(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.CSS
 
getName() - Method in interface com.facebook.stetho.dumpapp.DumperPlugin
Plugin name according to the dumpsys command-line interface.
getName() - Method in class com.facebook.stetho.dumpapp.plugins.CrashDumperPlugin
 
getName() - Method in class com.facebook.stetho.dumpapp.plugins.FilesDumperPlugin
 
getName() - Method in class com.facebook.stetho.dumpapp.plugins.HprofDumperPlugin
 
getName() - Method in class com.facebook.stetho.dumpapp.plugins.SharedPreferencesDumperPlugin
 
getName() - Method in class com.facebook.stetho.server.LocalSocketServer
 
getNodeDescriptor(Object) - Method in class com.facebook.stetho.inspector.elements.Document
 
getNodeDescriptor(Object) - Method in interface com.facebook.stetho.inspector.elements.DocumentProvider
 
getNodeIdForElement(Object) - Method in class com.facebook.stetho.inspector.elements.Document
 
getNodeName(Object) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
getNodeName(Object) - Method in interface com.facebook.stetho.inspector.elements.NodeDescriptor
 
getNodeName(Object) - Method in class com.facebook.stetho.inspector.elements.ObjectDescriptor
 
getNodeType(Object) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
getNodeType(Object) - Method in interface com.facebook.stetho.inspector.elements.NodeDescriptor
 
getNodeType(Object) - Method in class com.facebook.stetho.inspector.elements.ObjectDescriptor
 
getNodeValue(Object) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
getNodeValue(Object) - Method in interface com.facebook.stetho.inspector.elements.NodeDescriptor
 
getNodeValue(Object) - Method in class com.facebook.stetho.inspector.elements.ObjectDescriptor
 
getObjectForId(int) - Method in class com.facebook.stetho.inspector.helper.ObjectIdMapper
 
getOrCreateInstance() - Static method in class com.facebook.stetho.inspector.console.ConsolePeerManager
 
getOrCreateInstance(Context) - Static method in class com.facebook.stetho.inspector.network.NetworkPeerManager
 
getOutput() - Method in class com.facebook.stetho.server.SocketLike
 
getParser() - Method in class com.facebook.stetho.dumpapp.DumperContext
 
getPrettifiedType() - Method in interface com.facebook.stetho.inspector.network.AsyncPrettyPrinter
Specifies the type of pretty printed content.
getProcessName() - Static method in class com.facebook.stetho.common.ProcessUtil
Get process name by reading /proc/self/cmdline.
getProfileHeaders(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.HeapProfiler
 
getProfileHeaders(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Profiler
 
getProjection() - Method in class com.facebook.stetho.inspector.database.ContentProviderSchema
 
getProperties(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Runtime
 
getProtocolValue() - Method in enum com.facebook.stetho.inspector.elements.NodeType
 
getProtocolValue() - Method in enum com.facebook.stetho.inspector.elements.Origin
 
getProtocolValue() - Method in enum com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcError.ErrorCode
 
getProtocolValue() - Method in enum com.facebook.stetho.inspector.protocol.module.Console.MessageLevel
 
getProtocolValue() - Method in enum com.facebook.stetho.inspector.protocol.module.Console.MessageSource
 
getProtocolValue() - Method in enum com.facebook.stetho.inspector.protocol.module.Network.InitiatorType
 
getProtocolValue() - Method in enum com.facebook.stetho.inspector.protocol.module.Page.ResourceType
 
getProtocolValue() - Method in enum com.facebook.stetho.inspector.protocol.module.Runtime.ObjectSubType
 
getProtocolValue() - Method in enum com.facebook.stetho.inspector.protocol.module.Runtime.ObjectType
 
getRequestId() - Method in exception com.facebook.stetho.inspector.MismatchedResponseException
 
getResources(FRAGMENT) - Method in interface com.facebook.stetho.common.android.FragmentAccessor
 
getResourceTree(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Page
 
getResourceType() - Method in enum com.facebook.stetho.inspector.network.PrettyPrinterDisplayType
Converts PrettyPrinterDisplayType values to the appropriate Page.ResourceType values that Stetho understands
getResponseBody(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Network
 
getResponseBodyFileManager() - Method in class com.facebook.stetho.inspector.network.NetworkPeerManager
 
getRootElement() - Method in class com.facebook.stetho.inspector.elements.Document
 
getRootElement() - Method in interface com.facebook.stetho.inspector.elements.DocumentProvider
 
getRootElement() - Method in interface com.facebook.stetho.inspector.elements.DocumentView
 
getRootElement() - Method in class com.facebook.stetho.inspector.elements.ShadowDocument
 
getRootElement() - Method in class com.facebook.stetho.inspector.elements.ShadowDocument.Update
 
getSchemaUri() - Method in class com.facebook.stetho.inspector.network.DownloadingAsyncPrettyPrinterFactory.MatchResult
 
getSearchResults(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.DOM
 
getSharedPreferenceTags(Context) - Static method in class com.facebook.stetho.inspector.domstorage.SharedPreferencesHelper
 
getStderr() - Method in class com.facebook.stetho.dumpapp.DumperContext
Access the caller's stderr output stream.
getStdin() - Method in class com.facebook.stetho.dumpapp.DumperContext
Access the caller's stdin input stream.
getStdout() - Method in class com.facebook.stetho.dumpapp.DumperContext
Access the caller's stdout output stream.
getStyles(Object, StyleAccumulator) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
getStyles(Object, StyleAccumulator) - Method in interface com.facebook.stetho.inspector.elements.NodeDescriptor
 
getStyles(Object, StyleAccumulator) - Method in class com.facebook.stetho.inspector.elements.ObjectDescriptor
 
getSupportLibInstance() - Static method in class com.facebook.stetho.common.android.FragmentCompat
 
getTableName() - Method in class com.facebook.stetho.inspector.database.ContentProviderSchema
 
getTableNames(String) - Method in class com.facebook.stetho.inspector.database.ContentProviderDatabaseDriver
 
getTableNames(String) - Method in class com.facebook.stetho.inspector.database.SqliteDatabaseDriver
 
getTableNames(String) - Method in class com.facebook.stetho.inspector.protocol.module.Database.DatabaseDriver
 
getTag(FRAGMENT) - Method in interface com.facebook.stetho.common.android.FragmentAccessor
 
getUninterruptibly(Future<T>, long, TimeUnit) - Static method in class com.facebook.stetho.common.Util
 
getUninterruptibly(Future<T>) - Static method in class com.facebook.stetho.common.Util
 
getUri() - Method in class com.facebook.stetho.inspector.database.ContentProviderSchema
 
getView(FRAGMENT) - Method in interface com.facebook.stetho.common.android.FragmentAccessor
 
getWebSocket() - Method in class com.facebook.stetho.inspector.jsonrpc.JsonRpcPeer
 
GlobalOptions - Class in com.facebook.stetho.dumpapp
 
GlobalOptions() - Constructor for class com.facebook.stetho.dumpapp.GlobalOptions
 

H

handleInsert(long) - Method in interface com.facebook.stetho.inspector.protocol.module.Database.DatabaseDriver.ExecuteResultHandler
 
handleRawQuery() - Method in interface com.facebook.stetho.inspector.protocol.module.Database.DatabaseDriver.ExecuteResultHandler
 
handleRequest(SocketLike, LightHttpRequest, LightHttpResponse) - Method in class com.facebook.stetho.inspector.ChromeDiscoveryHandler
 
handleRequest(SocketLike, LightHttpRequest, LightHttpResponse) - Method in interface com.facebook.stetho.server.http.HttpHandler
 
handleRequest(SocketLike, LightHttpRequest, LightHttpResponse) - Method in class com.facebook.stetho.websocket.WebSocketHandler
 
HandlerRegistry - Class in com.facebook.stetho.server.http
 
HandlerRegistry() - Constructor for class com.facebook.stetho.server.http.HandlerRegistry
 
HandlerUtil - Class in com.facebook.stetho.common.android
 
handleSelect(Cursor) - Method in interface com.facebook.stetho.inspector.protocol.module.Database.DatabaseDriver.ExecuteResultHandler
 
handleUpdateDelete(int) - Method in interface com.facebook.stetho.inspector.protocol.module.Database.DatabaseDriver.ExecuteResultHandler
 
hasBody() - Method in class com.facebook.stetho.inspector.network.RequestBodyHelper
 
hasRegisteredPeers() - Method in class com.facebook.stetho.inspector.helper.ChromePeerManager
 
hasTouchInputs(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Page
 
headerCount() - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorHeaders
 
headerName(int) - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorHeaders
 
headerNames - Variable in class com.facebook.stetho.server.http.LightHttpMessage
 
headers - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Request
 
headers - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Response
 
headersText - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Response
 
headerValue(int) - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorHeaders
 
headerValues - Variable in class com.facebook.stetho.server.http.LightHttpMessage
 
HeapProfiler - Class in com.facebook.stetho.inspector.protocol.module
 
HeapProfiler() - Constructor for class com.facebook.stetho.inspector.protocol.module.HeapProfiler
 
hideHighlight() - Method in class com.facebook.stetho.inspector.elements.Document
 
hideHighlight() - Method in interface com.facebook.stetho.inspector.elements.DocumentProvider
 
hideHighlight(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.DOM
 
highlightElement(Object, int) - Method in class com.facebook.stetho.inspector.elements.Document
 
highlightElement(Object, int) - Method in interface com.facebook.stetho.inspector.elements.DocumentProvider
 
highlightNode(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.DOM
 
hitTest(View, float, float) - Static method in class com.facebook.stetho.common.android.ViewUtil
 
hitTest(View, float, float, Predicate<View>) - Static method in class com.facebook.stetho.common.android.ViewUtil
 
hook(Object) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
hook(Object) - Method in interface com.facebook.stetho.inspector.elements.NodeDescriptor
 
hook(Object) - Method in class com.facebook.stetho.inspector.elements.ObjectDescriptor
 
HprofDumperPlugin - Class in com.facebook.stetho.dumpapp.plugins
Generates an hprof on the sdcard and returns to the client the absolute path to the file.
HprofDumperPlugin(Context) - Constructor for class com.facebook.stetho.dumpapp.plugins.HprofDumperPlugin
 
HTTP_INTERNAL_SERVER_ERROR - Static variable in interface com.facebook.stetho.server.http.HttpStatus
 
HTTP_NOT_FOUND - Static variable in interface com.facebook.stetho.server.http.HttpStatus
 
HTTP_NOT_IMPLEMENTED - Static variable in interface com.facebook.stetho.server.http.HttpStatus
 
HTTP_OK - Static variable in interface com.facebook.stetho.server.http.HttpStatus
 
HTTP_SWITCHING_PROTOCOLS - Static variable in interface com.facebook.stetho.server.http.HttpStatus
 
httpExchangeFailed(String, String) - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter
Indicates that communication with the server has failed.
httpExchangeFailed(String, String) - Method in class com.facebook.stetho.inspector.network.NetworkEventReporterImpl
 
HttpHandler - Interface in com.facebook.stetho.server.http
 
HttpHeaders - Interface in com.facebook.stetho.server.http
 
HttpMessageWriter(BufferedOutputStream) - Constructor for class com.facebook.stetho.server.http.LightHttpServer.HttpMessageWriter
 
HttpStatus - Interface in com.facebook.stetho.server.http
 

I

i(String, String, Throwable) - Static method in class com.facebook.stetho.common.LogRedirector
 
i(String, String) - Static method in class com.facebook.stetho.common.LogRedirector
 
i(String, Object...) - Static method in class com.facebook.stetho.common.LogUtil
 
i(Throwable, String, Object...) - Static method in class com.facebook.stetho.common.LogUtil
 
i(String) - Static method in class com.facebook.stetho.common.LogUtil
 
i(Throwable, String) - Static method in class com.facebook.stetho.common.LogUtil
 
id - Variable in class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcRequest
This field is not required so that we can support JSON-RPC "notification" requests.
id - Variable in class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcResponse
 
id() - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorRequest
Unique identifier for this request.
id - Variable in class com.facebook.stetho.inspector.protocol.module.Database.DatabaseObject
 
identityEquals(List<? extends T>, List<? extends T>) - Static method in class com.facebook.stetho.common.ListUtil
Compares the contents of two Lists by using object identity.
initialize(Stetho.Initializer) - Static method in class com.facebook.stetho.Stetho
Start the listening service, providing a custom initializer as per Stetho.newInitializerBuilder(android.content.Context).
Initializer(Context) - Constructor for class com.facebook.stetho.Stetho.Initializer
 
initializeWithDefaults(Context) - Static method in class com.facebook.stetho.Stetho
Start the listening server.
Initiator() - Constructor for class com.facebook.stetho.inspector.protocol.module.Network.Initiator
 
initiator - Variable in class com.facebook.stetho.inspector.protocol.module.Network.RequestWillBeSentParams
 
Inspector - Class in com.facebook.stetho.inspector.protocol.module
 
Inspector() - Constructor for class com.facebook.stetho.inspector.protocol.module.Inspector
 
InspectorModulesProvider - Interface in com.facebook.stetho
 
INSTANCE - Static variable in class com.facebook.stetho.common.Utf8Charset
 
IntegerFormatter - Class in com.facebook.stetho.inspector.helper
 
interpretResponseStream(String, String, String, InputStream, ResponseHandler) - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter
Intercept the stream as given by the underlying HTTP library that contains the body of the response.
interpretResponseStream(String, String, String, InputStream, ResponseHandler) - Method in class com.facebook.stetho.inspector.network.NetworkEventReporterImpl
 
invoke(Object, String, String) - Method in class com.facebook.stetho.inspector.elements.android.MethodInvoker
Tries to invoke a method on receiver with a single argument by trying out different types for arg until it finds one that matches (or not).
invokeDisconnectReceivers() - Method in class com.facebook.stetho.inspector.jsonrpc.JsonRpcPeer
 
invokeMethod(String, Object, PendingRequestCallback) - Method in class com.facebook.stetho.inspector.jsonrpc.JsonRpcPeer
 
invokeMethodOnPeers(String, Object, PendingRequestCallback) - Method in class com.facebook.stetho.inspector.helper.ChromePeerManager
 
isDialogFragment(Object) - Static method in class com.facebook.stetho.common.android.FragmentCompatUtil
 
isElementChanged(Object) - Method in class com.facebook.stetho.inspector.elements.ShadowDocument.Update
 
isEmpty() - Method in class com.facebook.stetho.inspector.elements.ShadowDocument.Update
 
isEnabled() - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter
Returns true if there is at least one peer listening for network events; false otherwise.
isEnabled() - Method in class com.facebook.stetho.inspector.network.NetworkEventReporterImpl
 
isLocalStorage - Variable in class com.facebook.stetho.inspector.protocol.module.DOMStorage.StorageId
 
isLoggable(String, int) - Static method in class com.facebook.stetho.common.LogRedirector
 
isLoggable(String, int) - Method in interface com.facebook.stetho.common.LogRedirector.Logger
Allows the caller to query if a particular tag and priority will be logged.
isLoggable(int) - Static method in class com.facebook.stetho.common.LogUtil
Applies an internal policy on whether to use LogRedirector.isLoggable(String, int).
isOpen() - Method in interface com.facebook.stetho.websocket.SimpleSession
 
isTransformedPointInView(ViewGroup, View, float, float, PointF) - Static method in class com.facebook.stetho.common.android.ViewUtil
 

J

joinUninterruptibly(Thread) - Static method in class com.facebook.stetho.common.Util
 
JsonProperty - Annotation Type in com.facebook.stetho.json.annotation
 
JsonRpcError - Class in com.facebook.stetho.inspector.jsonrpc.protocol
 
JsonRpcError() - Constructor for class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcError
 
JsonRpcError(JsonRpcError.ErrorCode, String, JSONObject) - Constructor for class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcError
 
JsonRpcError.ErrorCode - Enum in com.facebook.stetho.inspector.jsonrpc.protocol
 
JsonRpcEvent - Class in com.facebook.stetho.inspector.jsonrpc.protocol
 
JsonRpcEvent() - Constructor for class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcEvent
 
JsonRpcEvent(String, JSONObject) - Constructor for class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcEvent
 
JsonRpcException - Exception in com.facebook.stetho.inspector.jsonrpc
 
JsonRpcException(JsonRpcError) - Constructor for exception com.facebook.stetho.inspector.jsonrpc.JsonRpcException
 
JsonRpcPeer - Class in com.facebook.stetho.inspector.jsonrpc
 
JsonRpcPeer(ObjectMapper, SimpleSession) - Constructor for class com.facebook.stetho.inspector.jsonrpc.JsonRpcPeer
 
JsonRpcRequest - Class in com.facebook.stetho.inspector.jsonrpc.protocol
 
JsonRpcRequest() - Constructor for class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcRequest
 
JsonRpcRequest(Long, String, JSONObject) - Constructor for class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcRequest
 
JsonRpcResponse - Class in com.facebook.stetho.inspector.jsonrpc.protocol
 
JsonRpcResponse() - Constructor for class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcResponse
 
JsonRpcResult - Interface in com.facebook.stetho.inspector.jsonrpc
Marker interface used to denote a JSON-RPC result.
JsonValue - Annotation Type in com.facebook.stetho.json.annotation
 

K

key - Variable in class com.facebook.stetho.inspector.protocol.module.DOMStorage.DomStorageItemAddedParams
 
key - Variable in class com.facebook.stetho.inspector.protocol.module.DOMStorage.DomStorageItemRemovedParams
 
key - Variable in class com.facebook.stetho.inspector.protocol.module.DOMStorage.DomStorageItemUpdatedParams
 

L

LazySocketHandler - Class in com.facebook.stetho.server
Optimization designed to allow us to lazily construct/configure the true Stetho server only after the first caller connects.
LazySocketHandler(SocketHandlerFactory) - Constructor for class com.facebook.stetho.server.LazySocketHandler
 
leakBufferAndStream() - Method in class com.facebook.stetho.server.LeakyBufferedInputStream
 
LeakyBufferedInputStream - Class in com.facebook.stetho.server
 
LeakyBufferedInputStream(InputStream, int) - Constructor for class com.facebook.stetho.server.LeakyBufferedInputStream
 
level - Variable in class com.facebook.stetho.inspector.protocol.module.Console.ConsoleMessage
 
LightHttpBody - Class in com.facebook.stetho.server.http
 
LightHttpBody() - Constructor for class com.facebook.stetho.server.http.LightHttpBody
 
LightHttpMessage - Class in com.facebook.stetho.server.http
 
LightHttpMessage() - Constructor for class com.facebook.stetho.server.http.LightHttpMessage
 
LightHttpRequest - Class in com.facebook.stetho.server.http
 
LightHttpRequest() - Constructor for class com.facebook.stetho.server.http.LightHttpRequest
 
LightHttpResponse - Class in com.facebook.stetho.server.http
 
LightHttpResponse() - Constructor for class com.facebook.stetho.server.http.LightHttpResponse
 
LightHttpServer - Class in com.facebook.stetho.server.http
Somewhat crude but very fast HTTP server designed exclusively to handle the Chrome DevTools protocol, though sufficiently general to do other very basic things.
LightHttpServer(HandlerRegistry) - Constructor for class com.facebook.stetho.server.http.LightHttpServer
 
LightHttpServer.HttpMessageWriter - Class in com.facebook.stetho.server.http
Similar in spirit to HttpMessageReader which assumes ASCII for all messages as a performance optimization.
lineNumber - Variable in class com.facebook.stetho.inspector.protocol.module.Console.CallFrame
 
ListUtil - Class in com.facebook.stetho.common
 
loaderId - Variable in class com.facebook.stetho.inspector.protocol.module.Network.RequestWillBeSentParams
 
loaderId - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResponseReceivedParams
 
LoadingFailedParams() - Constructor for class com.facebook.stetho.inspector.protocol.module.Network.LoadingFailedParams
 
LoadingFinishedParams() - Constructor for class com.facebook.stetho.inspector.protocol.module.Network.LoadingFinishedParams
 
LocalSocketServer - Class in com.facebook.stetho.server
 
LocalSocketServer(String, String, SocketHandler) - Constructor for class com.facebook.stetho.server.LocalSocketServer
 
log(int, String, String) - Method in interface com.facebook.stetho.common.LogRedirector.Logger
Submit a log message.
LogRedirector - Class in com.facebook.stetho.common
Logging interface which allows third party code to replace Android's Log API with their own implementation.
LogRedirector() - Constructor for class com.facebook.stetho.common.LogRedirector
 
LogRedirector.Logger - Interface in com.facebook.stetho.common
Custom logger implementation that can forward logs to something other than Android's Log API.
LogUtil - Class in com.facebook.stetho.common
Logging helper specifically for use by Stetho internals.
LogUtil() - Constructor for class com.facebook.stetho.common.LogUtil
 
lookup(String) - Method in class com.facebook.stetho.inspector.network.AsyncPrettyPrinterRegistry
 
lookup(String) - Method in class com.facebook.stetho.server.http.HandlerRegistry
 

M

mapObject(JsonRpcPeer, Object) - Static method in class com.facebook.stetho.inspector.protocol.module.Runtime
 
mark(int) - Method in class com.facebook.stetho.inspector.network.ResponseHandlingInputStream
 
mark(int) - Method in class com.facebook.stetho.server.CompositeInputStream
 
mark(int) - Method in class com.facebook.stetho.server.LeakyBufferedInputStream
 
markSupported() - Method in class com.facebook.stetho.inspector.network.ResponseHandlingInputStream
 
markSupported() - Method in class com.facebook.stetho.server.CompositeInputStream
 
markSupported() - Method in class com.facebook.stetho.server.LeakyBufferedInputStream
 
match(String) - Method in class com.facebook.stetho.inspector.network.MimeMatcher
 
match(String) - Method in class com.facebook.stetho.server.http.ExactPathMatcher
 
match(String) - Method in interface com.facebook.stetho.server.http.PathMatcher
 
match(String) - Method in class com.facebook.stetho.server.http.RegexpPathMatcher
 
matchAndParseHeader(String, String) - Method in class com.facebook.stetho.inspector.network.DownloadingAsyncPrettyPrinterFactory
Match the correct header that contains information about the schema uri
matches(InputStream) - Method in class com.facebook.stetho.server.ProtocolDetectingSocketHandler.AlwaysMatchMatcher
 
matches(InputStream) - Method in class com.facebook.stetho.server.ProtocolDetectingSocketHandler.ExactMagicMatcher
 
matches(InputStream) - Method in interface com.facebook.stetho.server.ProtocolDetectingSocketHandler.MagicMatcher
 
MatchResult(String, PrettyPrinterDisplayType) - Constructor for class com.facebook.stetho.inspector.network.DownloadingAsyncPrettyPrinterFactory.MatchResult
 
maxHeight - Variable in class com.facebook.stetho.inspector.protocol.module.Page.StartScreencastRequest
 
maxWidth - Variable in class com.facebook.stetho.inspector.protocol.module.Page.StartScreencastRequest
 
mContext - Variable in class com.facebook.stetho.inspector.protocol.module.Database.DatabaseDriver
 
message - Variable in class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcError
 
message - Variable in class com.facebook.stetho.inspector.protocol.module.Console.MessageAddedRequest
 
message - Variable in class com.facebook.stetho.inspector.protocol.module.Database.Error
 
MessageAddedRequest() - Constructor for class com.facebook.stetho.inspector.protocol.module.Console.MessageAddedRequest
 
MessageHandlingException - Exception in com.facebook.stetho.inspector
 
MessageHandlingException(Throwable) - Constructor for exception com.facebook.stetho.inspector.MessageHandlingException
 
MessageHandlingException(String) - Constructor for exception com.facebook.stetho.inspector.MessageHandlingException
 
metadata - Variable in class com.facebook.stetho.inspector.protocol.module.Page.ScreencastFrameEvent
 
method - Variable in class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcEvent
 
method - Variable in class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcRequest
 
method() - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorRequest
HTTP method ("GET", "POST", "DELETE", etc).
method - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Request
 
method - Variable in class com.facebook.stetho.server.http.LightHttpRequest
 
MethodDispatcher - Class in com.facebook.stetho.inspector
 
MethodDispatcher(ObjectMapper, Iterable<ChromeDevtoolsDomain>) - Constructor for class com.facebook.stetho.inspector.MethodDispatcher
 
MethodInvoker - Class in com.facebook.stetho.inspector.elements.android
Tries to arbitrarily invoke single argument methods by name on an object instance by trying out different argument types.
MethodInvoker() - Constructor for class com.facebook.stetho.inspector.elements.android.MethodInvoker
 
MimeMatcher<T> - Class in com.facebook.stetho.inspector.network
 
MimeMatcher() - Constructor for class com.facebook.stetho.inspector.network.MimeMatcher
 
mimeType - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Response
 
MIN_API_LEVEL - Static variable in interface com.facebook.stetho.inspector.elements.android.AndroidDocumentConstants
Minimum API version required to make effective use of AndroidDocumentProvider.
MIN_API_LEVEL - Static variable in interface com.facebook.stetho.inspector.protocol.module.DatabaseConstants
Minimum API version required to use the Database.
MismatchedResponseException - Exception in com.facebook.stetho.inspector
 
MismatchedResponseException(long) - Constructor for exception com.facebook.stetho.inspector.MismatchedResponseException
 
mRequestId - Variable in exception com.facebook.stetho.inspector.MismatchedResponseException
 
mSync - Variable in class com.facebook.stetho.inspector.helper.ObjectIdMapper
 

N

NAME - Static variable in class com.facebook.stetho.common.Utf8Charset
 
name(String) - Method in class com.facebook.stetho.inspector.database.ContentProviderSchema.Table.Builder
 
name - Variable in class com.facebook.stetho.inspector.protocol.module.Database.DatabaseObject
 
Network - Class in com.facebook.stetho.inspector.protocol.module
 
Network(Context) - Constructor for class com.facebook.stetho.inspector.protocol.module.Network
 
Network.DataReceivedParams - Class in com.facebook.stetho.inspector.protocol.module
 
Network.Initiator - Class in com.facebook.stetho.inspector.protocol.module
 
Network.InitiatorType - Enum in com.facebook.stetho.inspector.protocol.module
 
Network.LoadingFailedParams - Class in com.facebook.stetho.inspector.protocol.module
 
Network.LoadingFinishedParams - Class in com.facebook.stetho.inspector.protocol.module
 
Network.Request - Class in com.facebook.stetho.inspector.protocol.module
 
Network.RequestWillBeSentParams - Class in com.facebook.stetho.inspector.protocol.module
 
Network.ResourceTiming - Class in com.facebook.stetho.inspector.protocol.module
 
Network.Response - Class in com.facebook.stetho.inspector.protocol.module
 
Network.ResponseReceivedParams - Class in com.facebook.stetho.inspector.protocol.module
 
NetworkEventReporter - Interface in com.facebook.stetho.inspector.network
Interface that callers must invoke in order to supply data to the Network tab in the WebKit Inspector.
NetworkEventReporter.InspectorHeaders - Interface in com.facebook.stetho.inspector.network
 
NetworkEventReporter.InspectorRequest - Interface in com.facebook.stetho.inspector.network
Represents the request that will be sent over HTTP.
NetworkEventReporter.InspectorResponse - Interface in com.facebook.stetho.inspector.network
 
NetworkEventReporterImpl - Class in com.facebook.stetho.inspector.network
Implementation of NetworkEventReporter which allows callers to inform the Stetho system of network traffic.
NetworkPeerManager - Class in com.facebook.stetho.inspector.network
 
NetworkPeerManager(ResponseBodyFileManager) - Constructor for class com.facebook.stetho.inspector.network.NetworkPeerManager
 
newImmutableList(T) - Static method in class com.facebook.stetho.common.ListUtil
 
newInitializerBuilder(Context) - Static method in class com.facebook.stetho.Stetho
Construct a simple initializer helper which allows you to customize stetho behaviour with additional features, plugins, etc.
newInstance() - Method in interface com.facebook.stetho.inspector.console.RuntimeReplFactory
 
newInstance() - Method in class com.facebook.stetho.inspector.runtime.RhinoDetectingRuntimeReplFactory
 
newValue - Variable in class com.facebook.stetho.inspector.protocol.module.DOMStorage.DomStorageItemAddedParams
 
newValue - Variable in class com.facebook.stetho.inspector.protocol.module.DOMStorage.DomStorageItemUpdatedParams
 
nextArg(Iterator<String>, String) - Static method in class com.facebook.stetho.dumpapp.ArgsHelper
 
nextOptionalArg(Iterator<String>, String) - Static method in class com.facebook.stetho.dumpapp.ArgsHelper
 
NO_ID - Static variable in interface com.facebook.stetho.common.android.FragmentAccessor
 
NodeDescriptor - Interface in com.facebook.stetho.inspector.elements
 
NodeType - Enum in com.facebook.stetho.inspector.elements
 
NORMAL_CLOSURE - Static variable in interface com.facebook.stetho.websocket.CloseCodes
 

O

ObjectDescriptor - Class in com.facebook.stetho.inspector.elements
 
ObjectDescriptor() - Constructor for class com.facebook.stetho.inspector.elements.ObjectDescriptor
 
objectId - Variable in class com.facebook.stetho.inspector.protocol.module.Runtime.RemoteObject
 
ObjectIdMapper - Class in com.facebook.stetho.inspector.helper
 
ObjectIdMapper() - Constructor for class com.facebook.stetho.inspector.helper.ObjectIdMapper
 
ObjectMapper - Class in com.facebook.stetho.json
This class is a lightweight version of Jackson's ObjectMapper.
ObjectMapper() - Constructor for class com.facebook.stetho.json.ObjectMapper
 
offsetTop - Variable in class com.facebook.stetho.inspector.protocol.module.Page.ScreencastFrameEventMetadata
 
oldValue - Variable in class com.facebook.stetho.inspector.protocol.module.DOMStorage.DomStorageItemUpdatedParams
 
onAccepted(SocketLike) - Method in class com.facebook.stetho.dumpapp.DumpappHttpSocketLikeHandler
Deprecated.
 
onAccepted(SocketLike) - Method in class com.facebook.stetho.dumpapp.DumpappSocketLikeHandler
 
onAccepted(SocketLike) - Method in class com.facebook.stetho.inspector.DevtoolsSocketHandler
 
onAccepted(LocalSocket) - Method in class com.facebook.stetho.server.LazySocketHandler
 
onAccepted(LocalSocket) - Method in class com.facebook.stetho.server.SecureSocketHandler
 
onAccepted(LocalSocket) - Method in interface com.facebook.stetho.server.SocketHandler
Server socket has been accepted and a dedicated thread has been allocated to process this callback.
onAccepted(SocketLike) - Method in interface com.facebook.stetho.server.SocketLikeHandler
 
onActivityAdded(Activity) - Method in interface com.facebook.stetho.inspector.elements.android.ActivityTracker.Listener
 
onActivityRemoved(Activity) - Method in interface com.facebook.stetho.inspector.elements.android.ActivityTracker.Listener
 
onAttributeModified(Object, String, String) - Method in interface com.facebook.stetho.inspector.elements.Descriptor.Host
 
onAttributeModified(Object, String, String) - Method in interface com.facebook.stetho.inspector.elements.Document.UpdateListener
 
onAttributeModified(Object, String, String) - Method in interface com.facebook.stetho.inspector.elements.DocumentProviderListener
 
onAttributeRemoved(Object, String) - Method in interface com.facebook.stetho.inspector.elements.Descriptor.Host
 
onAttributeRemoved(Object, String) - Method in interface com.facebook.stetho.inspector.elements.Document.UpdateListener
 
onAttributeRemoved(Object, String) - Method in interface com.facebook.stetho.inspector.elements.DocumentProviderListener
 
onChildNodeInserted(DocumentView, Object, int, int, Accumulator<Object>) - Method in interface com.facebook.stetho.inspector.elements.Document.UpdateListener
 
onChildNodeRemoved(int, int) - Method in interface com.facebook.stetho.inspector.elements.Document.UpdateListener
 
onClose(SimpleSession, int, String) - Method in class com.facebook.stetho.inspector.ChromeDevtoolsServer
 
onClose(SimpleSession, int, String) - Method in interface com.facebook.stetho.websocket.SimpleEndpoint
Invoked when a remote peer closed the WebSocket session or if SimpleSession.close(int, java.lang.String) is invoked on our side.
onDisconnect() - Method in interface com.facebook.stetho.inspector.jsonrpc.DisconnectReceiver
Invoked when a WebSocket peer disconnects.
onEOF() - Method in class com.facebook.stetho.inspector.network.DefaultResponseHandler
 
onEOF() - Method in interface com.facebook.stetho.inspector.network.ResponseHandler
Signals that EOF has been reached reading the response stream from the network stack.
onError(SimpleSession, Throwable) - Method in class com.facebook.stetho.inspector.ChromeDevtoolsServer
 
onError(IOException) - Method in class com.facebook.stetho.inspector.network.DefaultResponseHandler
 
onError(IOException) - Method in interface com.facebook.stetho.inspector.network.ResponseHandler
Signals that an error occurred while reading the response stream.
onError(SimpleSession, Throwable) - Method in interface com.facebook.stetho.websocket.SimpleEndpoint
Invoked when errors occur out of the normal band of the WebSocket protocol.
onFirstPeerRegistered() - Method in class com.facebook.stetho.inspector.helper.PeersRegisteredListener
 
onGetAttributes(E, AttributeAccumulator) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
onGetChildren(E, Accumulator<Object>) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
onGetLocalName(E) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
onGetNodeName(E) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
onGetNodeType(E) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
onGetNodeValue(E) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
onGetStyles(E, StyleAccumulator) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
onHook(E) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
onInspectRequested(Object) - Method in interface com.facebook.stetho.inspector.elements.Document.UpdateListener
 
onInspectRequested(Object) - Method in interface com.facebook.stetho.inspector.elements.DocumentProviderListener
 
onLastPeerUnregistered() - Method in class com.facebook.stetho.inspector.helper.PeersRegisteredListener
 
onMapped(Object, int) - Method in class com.facebook.stetho.inspector.helper.ObjectIdMapper
 
onMessage(SimpleSession, byte[], int) - Method in class com.facebook.stetho.inspector.ChromeDevtoolsServer
 
onMessage(SimpleSession, String) - Method in class com.facebook.stetho.inspector.ChromeDevtoolsServer
 
onMessage(SimpleSession, String) - Method in interface com.facebook.stetho.websocket.SimpleEndpoint
Invoked when a text-based message is received from the peer.
onMessage(SimpleSession, byte[], int) - Method in interface com.facebook.stetho.websocket.SimpleEndpoint
Invoked when a binary message is received from the peer.
onOpen(SimpleSession) - Method in class com.facebook.stetho.inspector.ChromeDevtoolsServer
 
onOpen(SimpleSession) - Method in interface com.facebook.stetho.websocket.SimpleEndpoint
Invoked when a new WebSocket session is established.
onPeerAdded(JsonRpcPeer) - Method in class com.facebook.stetho.inspector.helper.PeersRegisteredListener
 
onPeerRegistered(JsonRpcPeer) - Method in interface com.facebook.stetho.inspector.helper.PeerRegistrationListener
 
onPeerRegistered(JsonRpcPeer) - Method in class com.facebook.stetho.inspector.helper.PeersRegisteredListener
 
onPeerRemoved(JsonRpcPeer) - Method in class com.facebook.stetho.inspector.helper.PeersRegisteredListener
 
onPeerUnregistered(JsonRpcPeer) - Method in interface com.facebook.stetho.inspector.helper.PeerRegistrationListener
 
onPeerUnregistered(JsonRpcPeer) - Method in class com.facebook.stetho.inspector.helper.PeersRegisteredListener
 
onPossiblyChanged() - Method in interface com.facebook.stetho.inspector.elements.DocumentProviderListener
 
onRead(int) - Method in class com.facebook.stetho.inspector.network.DefaultResponseHandler
 
onRead(int) - Method in interface com.facebook.stetho.inspector.network.ResponseHandler
Signal that data has been read from the response stream.
onReadDecoded(int) - Method in class com.facebook.stetho.inspector.network.DefaultResponseHandler
 
onReadDecoded(int) - Method in interface com.facebook.stetho.inspector.network.ResponseHandler
Signal that data has been decoded (reversing the response's Content-Encoding) while reading a raw stream.
onResponse(JsonRpcPeer, JsonRpcResponse) - Method in interface com.facebook.stetho.inspector.jsonrpc.PendingRequestCallback
 
onSecured(LocalSocket) - Method in class com.facebook.stetho.server.ProtocolDetectingSocketHandler
 
onSecured(LocalSocket) - Method in class com.facebook.stetho.server.SecureSocketHandler
 
onSetAttributesAsText(E, String) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
onUnhook(E) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
onUnmapped(Object, int) - Method in class com.facebook.stetho.inspector.helper.ObjectIdMapper
 
openResponseBodyFile(String, boolean) - Method in class com.facebook.stetho.inspector.network.ResponseBodyFileManager
 
optionHelp - Variable in class com.facebook.stetho.dumpapp.GlobalOptions
 
optionListPlugins - Variable in class com.facebook.stetho.dumpapp.GlobalOptions
 
optionProcess - Variable in class com.facebook.stetho.dumpapp.GlobalOptions
Special option used to inject it into help but is otherwise not processed within the app.
options - Variable in class com.facebook.stetho.dumpapp.GlobalOptions
 
Origin - Enum in com.facebook.stetho.inspector.elements
 

P

Page - Class in com.facebook.stetho.inspector.protocol.module
 
Page(Context) - Constructor for class com.facebook.stetho.inspector.protocol.module.Page
 
Page.ResourceType - Enum in com.facebook.stetho.inspector.protocol.module
 
Page.ScreencastFrameEvent - Class in com.facebook.stetho.inspector.protocol.module
 
Page.ScreencastFrameEventMetadata - Class in com.facebook.stetho.inspector.protocol.module
 
Page.StartScreencastRequest - Class in com.facebook.stetho.inspector.protocol.module
 
pageScaleFactor - Variable in class com.facebook.stetho.inspector.protocol.module.Page.ScreencastFrameEventMetadata
 
params - Variable in class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcEvent
 
params - Variable in class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcRequest
 
parentElement - Variable in class com.facebook.stetho.inspector.elements.ElementInfo
 
parseSetAttributesAsTextArg(String) - Static method in class com.facebook.stetho.inspector.elements.Descriptor
Parses the text argument text from DOM.setAttributeAsText() Text will be in the format "attribute1=\"Value 1\" attribute2=\"Value2\""
PATH - Static variable in class com.facebook.stetho.inspector.ChromeDevtoolsServer
 
PathMatcher - Interface in com.facebook.stetho.server.http
 
PeerAuthorizationException - Exception in com.facebook.stetho.server
 
PeerAuthorizationException(String) - Constructor for exception com.facebook.stetho.server.PeerAuthorizationException
 
PeerRegistrationListener - Interface in com.facebook.stetho.inspector.helper
 
PeersRegisteredListener - Class in com.facebook.stetho.inspector.helper
 
PeersRegisteredListener() - Constructor for class com.facebook.stetho.inspector.helper.PeersRegisteredListener
 
PendingRequest - Class in com.facebook.stetho.inspector.jsonrpc
Represents an outstanding request to the peer (issued by us).
PendingRequest(long, PendingRequestCallback) - Constructor for class com.facebook.stetho.inspector.jsonrpc.PendingRequest
 
PendingRequestCallback - Interface in com.facebook.stetho.inspector.jsonrpc
 
performSearch(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.DOM
 
pointInView(View, float, float) - Static method in class com.facebook.stetho.common.android.ViewUtil
 
populatePrettyPrinters(AsyncPrettyPrinterRegistry) - Method in interface com.facebook.stetho.inspector.network.AsyncPrettyPrinterInitializer
Populates AsyncPrettyPrinterRegistry with header names and their corresponding pretty printers.
postAndWait(Handler, UncheckedCallable<V>) - Static method in class com.facebook.stetho.common.android.HandlerUtil
Synchronously executes an UncheckedCallable on the thread that this Handler is associated with, and returns its result.
postAndWait(Handler, Runnable) - Static method in class com.facebook.stetho.common.android.HandlerUtil
Synchronously executes a Runnable on the thread that this Handler is associated with.
postAndWait(UncheckedCallable<V>) - Method in interface com.facebook.stetho.common.ThreadBound
Synchronously executes an UncheckedCallable on the thread that this object is bound to, and returns its result.
postAndWait(Runnable) - Method in interface com.facebook.stetho.common.ThreadBound
Synchronously executes a Runnable on the thread that this object is bound to.
postAndWait(UncheckedCallable<V>) - Method in class com.facebook.stetho.inspector.elements.android.AndroidDocumentProviderFactory
 
postAndWait(Runnable) - Method in class com.facebook.stetho.inspector.elements.android.AndroidDocumentProviderFactory
 
postAndWait(UncheckedCallable<V>) - Method in class com.facebook.stetho.inspector.elements.Descriptor
 
postAndWait(Runnable) - Method in class com.facebook.stetho.inspector.elements.Descriptor
 
postAndWait(UncheckedCallable<V>) - Method in class com.facebook.stetho.inspector.helper.ThreadBoundProxy
 
postAndWait(Runnable) - Method in class com.facebook.stetho.inspector.helper.ThreadBoundProxy
 
postData - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Request
 
postDelayed(Runnable, long) - Method in interface com.facebook.stetho.common.ThreadBound
Asynchronously executes a Runnable on the thread that this object is bound to after the specified delay.
postDelayed(Runnable, long) - Method in class com.facebook.stetho.inspector.elements.android.AndroidDocumentProviderFactory
 
postDelayed(Runnable, long) - Method in class com.facebook.stetho.inspector.elements.Descriptor
 
postDelayed(Runnable, long) - Method in class com.facebook.stetho.inspector.helper.ThreadBoundProxy
 
Predicate<T> - Interface in com.facebook.stetho.common
 
prepare() - Method in class com.facebook.stetho.server.http.LightHttpResponse
 
PrettyPrinterDisplayType - Enum in com.facebook.stetho.inspector.network
 
printTo(PrintWriter, InputStream) - Method in interface com.facebook.stetho.inspector.network.AsyncPrettyPrinter
Prints the prettified version of payload to output.
ProcessUtil - Class in com.facebook.stetho.common
 
ProcessUtil() - Constructor for class com.facebook.stetho.common.ProcessUtil
 
Profiler - Class in com.facebook.stetho.inspector.protocol.module
 
Profiler() - Constructor for class com.facebook.stetho.inspector.protocol.module.Profiler
 
projection(String[]) - Method in class com.facebook.stetho.inspector.database.ContentProviderSchema.Table.Builder
 
propagate(Throwable) - Static method in class com.facebook.stetho.common.ExceptionUtil
 
propagateIfInstanceOf(Throwable, Class<T>) - Static method in class com.facebook.stetho.common.ExceptionUtil
 
protocol - Variable in class com.facebook.stetho.server.http.LightHttpRequest
 
PROTOCOL_ERROR - Static variable in interface com.facebook.stetho.websocket.CloseCodes
 
PROTOCOL_MAGIC - Static variable in class com.facebook.stetho.dumpapp.DumpappSocketLikeHandler
 
PROTOCOL_VERSION - Static variable in class com.facebook.stetho.dumpapp.DumpappSocketLikeHandler
 
ProtocolDetectingSocketHandler - Class in com.facebook.stetho.server
Socket handler which is designed to detect a difference in protocol signatures very early on in the connection to figure out which real handler to route to.
ProtocolDetectingSocketHandler(Context) - Constructor for class com.facebook.stetho.server.ProtocolDetectingSocketHandler
 
ProtocolDetectingSocketHandler.AlwaysMatchMatcher - Class in com.facebook.stetho.server
 
ProtocolDetectingSocketHandler.ExactMagicMatcher - Class in com.facebook.stetho.server
 
ProtocolDetectingSocketHandler.MagicMatcher - Interface in com.facebook.stetho.server
 
provide(DumperPlugin) - Method in class com.facebook.stetho.Stetho.DefaultDumperPluginsBuilder
 
provide(ChromeDevtoolsDomain) - Method in class com.facebook.stetho.Stetho.DefaultInspectorModulesBuilder
Deprecated.
This fine-grained control of the devtools modules is no longer supportable given the lack of isolation of modules in the actual protocol (many cross dependencies emerge when you implement more and more of the real protocol).
provideDatabaseDriver(Database.DatabaseDriver) - Method in class com.facebook.stetho.Stetho.DefaultInspectorModulesBuilder
Extend and provide additional database drivers.
proxyEnd - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResourceTiming
 
proxyStart - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResourceTiming
 
putObject(Object) - Method in class com.facebook.stetho.inspector.helper.ObjectIdMapper
 

Q

quality - Variable in class com.facebook.stetho.inspector.protocol.module.Page.StartScreencastRequest
 
query - Variable in class com.facebook.stetho.inspector.protocol.module.Database.ExecuteSQLRequest
 

R

read() - Method in class com.facebook.stetho.inspector.network.ResponseHandlingInputStream
 
read(byte[]) - Method in class com.facebook.stetho.inspector.network.ResponseHandlingInputStream
 
read(byte[], int, int) - Method in class com.facebook.stetho.inspector.network.ResponseHandlingInputStream
 
read(byte[]) - Method in class com.facebook.stetho.server.CompositeInputStream
 
read(byte[], int, int) - Method in class com.facebook.stetho.server.CompositeInputStream
 
read() - Method in class com.facebook.stetho.server.CompositeInputStream
 
readAsUTF8(InputStream) - Static method in class com.facebook.stetho.common.Util
 
readFile(String) - Method in class com.facebook.stetho.inspector.network.ResponseBodyFileManager
 
reasonPhrase() - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorResponse
 
reasonPhrase - Variable in class com.facebook.stetho.server.http.LightHttpResponse
 
receivedHeadersEnd - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResourceTiming
 
redirectResponse - Variable in class com.facebook.stetho.inspector.protocol.module.Network.RequestWillBeSentParams
 
ReflectionUtil - Class in com.facebook.stetho.common
 
RegexpPathMatcher - Class in com.facebook.stetho.server.http
 
RegexpPathMatcher(Pattern) - Constructor for class com.facebook.stetho.server.http.RegexpPathMatcher
 
register(HandlerRegistry) - Method in class com.facebook.stetho.inspector.ChromeDiscoveryHandler
 
register(Class<?>, Descriptor) - Method in class com.facebook.stetho.inspector.elements.DescriptorMap
 
register(String, AsyncPrettyPrinterFactory) - Method in class com.facebook.stetho.inspector.network.AsyncPrettyPrinterRegistry
 
register(PathMatcher, HttpHandler) - Method in class com.facebook.stetho.server.http.HandlerRegistry
 
registerDisconnectReceiver(DisconnectReceiver) - Method in class com.facebook.stetho.inspector.jsonrpc.JsonRpcPeer
 
registerListener(ActivityTracker.Listener) - Method in class com.facebook.stetho.inspector.elements.android.ActivityTracker
 
release() - Method in class com.facebook.stetho.inspector.elements.Document
 
releaseObject(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Runtime
 
releaseObjectGroup(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Runtime
 
RemoteObject() - Constructor for class com.facebook.stetho.inspector.protocol.module.Runtime.RemoteObject
 
remove(Activity) - Method in class com.facebook.stetho.inspector.elements.android.ActivityTracker
 
remove(String) - Method in class com.facebook.stetho.Stetho.DefaultDumperPluginsBuilder
 
remove(String) - Method in class com.facebook.stetho.Stetho.DefaultInspectorModulesBuilder
Deprecated.
This fine-grained control of the devtools modules is no longer supportable given the lack of isolation of modules in the actual protocol (many cross dependencies emerge when you implement more and more of the real protocol).
removeCallbacks(Runnable) - Method in interface com.facebook.stetho.common.ThreadBound
Removes any pending posts of the given Runnable that are in the queue.
removeCallbacks(Runnable) - Method in class com.facebook.stetho.inspector.elements.android.AndroidDocumentProviderFactory
 
removeCallbacks(Runnable) - Method in class com.facebook.stetho.inspector.elements.Descriptor
 
removeCallbacks(Runnable) - Method in class com.facebook.stetho.inspector.helper.ThreadBoundProxy
 
removeDOMStorageItem(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.DOMStorage
 
removeObject(Object) - Method in class com.facebook.stetho.inspector.helper.ObjectIdMapper
 
removeObjectById(int) - Method in class com.facebook.stetho.inspector.helper.ObjectIdMapper
 
removePeer(JsonRpcPeer) - Method in class com.facebook.stetho.inspector.helper.ChromePeerManager
Unregister an existing peer.
removePrefix(String, String, String) - Static method in class com.facebook.stetho.common.StringUtil
 
removePrefix(String, String) - Static method in class com.facebook.stetho.common.StringUtil
 
removeUpdateListener(Document.UpdateListener) - Method in class com.facebook.stetho.inspector.elements.Document
 
reportDataSent() - Method in class com.facebook.stetho.inspector.network.RequestBodyHelper
 
Request() - Constructor for class com.facebook.stetho.inspector.protocol.module.Network.Request
 
request - Variable in class com.facebook.stetho.inspector.protocol.module.Network.RequestWillBeSentParams
 
RequestBodyHelper - Class in com.facebook.stetho.inspector.network
Helper which manages provides computed request sizes as well as transparent decompression.
RequestBodyHelper(NetworkEventReporter, String) - Constructor for class com.facebook.stetho.inspector.network.RequestBodyHelper
 
requestHeaders - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Response
 
requestHeadersTest - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Response
 
requestId - Variable in class com.facebook.stetho.inspector.jsonrpc.PendingRequest
 
requestId() - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorResponse
 
requestId - Variable in class com.facebook.stetho.inspector.protocol.module.Network.DataReceivedParams
 
requestId - Variable in class com.facebook.stetho.inspector.protocol.module.Network.LoadingFailedParams
 
requestId - Variable in class com.facebook.stetho.inspector.protocol.module.Network.LoadingFinishedParams
 
requestId - Variable in class com.facebook.stetho.inspector.protocol.module.Network.RequestWillBeSentParams
 
requestId - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResponseReceivedParams
 
requestTime - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResourceTiming
 
requestWillBeSent(NetworkEventReporter.InspectorRequest) - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter
Indicates that a request is about to be sent, but has not yet been delivered over the wire.
requestWillBeSent(NetworkEventReporter.InspectorRequest) - Method in class com.facebook.stetho.inspector.network.NetworkEventReporterImpl
 
RequestWillBeSentParams() - Constructor for class com.facebook.stetho.inspector.protocol.module.Network.RequestWillBeSentParams
 
reset() - Method in class com.facebook.stetho.inspector.network.ResponseHandlingInputStream
 
reset() - Method in class com.facebook.stetho.server.CompositeInputStream
 
reset() - Method in class com.facebook.stetho.server.http.LightHttpMessage
 
reset() - Method in class com.facebook.stetho.server.http.LightHttpRequest
 
reset() - Method in class com.facebook.stetho.server.http.LightHttpResponse
 
reset() - Method in class com.facebook.stetho.server.LeakyBufferedInputStream
 
resolveNode(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.DOM
 
ResourcesUtil - Class in com.facebook.stetho.common.android
 
ResourceTiming() - Constructor for class com.facebook.stetho.inspector.protocol.module.Network.ResourceTiming
 
ResourceTypeHelper - Class in com.facebook.stetho.inspector.network
 
ResourceTypeHelper() - Constructor for class com.facebook.stetho.inspector.network.ResourceTypeHelper
 
Response() - Constructor for class com.facebook.stetho.inspector.protocol.module.Network.Response
 
response - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResponseReceivedParams
 
ResponseBodyData - Class in com.facebook.stetho.inspector.network
Special file data necessary to comply with the Chrome DevTools instance which doesn't let us just naively base64 encode everything.
ResponseBodyData() - Constructor for class com.facebook.stetho.inspector.network.ResponseBodyData
 
ResponseBodyFileManager - Class in com.facebook.stetho.inspector.network
Manages temporary files created by ChromeHttpFlowObserver to serve request bodies.
ResponseBodyFileManager(Context) - Constructor for class com.facebook.stetho.inspector.network.ResponseBodyFileManager
 
ResponseHandler - Interface in com.facebook.stetho.inspector.network
ResponseHandlingInputStream - Class in com.facebook.stetho.inspector.network
InputStream that caches the data as the data is read, and writes them to the given OutputStream.
ResponseHandlingInputStream(InputStream, String, OutputStream, CountingOutputStream, ChromePeerManager, ResponseHandler) - Constructor for class com.facebook.stetho.inspector.network.ResponseHandlingInputStream
 
responseHeadersReceived(NetworkEventReporter.InspectorResponse) - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter
Indicates that a response message was just received from the network, but the body has not yet been read.
responseHeadersReceived(NetworkEventReporter.InspectorResponse) - Method in class com.facebook.stetho.inspector.network.NetworkEventReporterImpl
 
responseReadFailed(String, String) - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter
Indicates that there was a failure while reading from response stream.
responseReadFailed(String, String) - Method in class com.facebook.stetho.inspector.network.NetworkEventReporterImpl
 
responseReadFinished(String) - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter
Indicates that the response stream has been fully exhausted and the request is now complete.
responseReadFinished(String) - Method in class com.facebook.stetho.inspector.network.NetworkEventReporterImpl
 
ResponseReceivedParams() - Constructor for class com.facebook.stetho.inspector.protocol.module.Network.ResponseReceivedParams
 
result - Variable in class com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcResponse
 
result - Variable in class com.facebook.stetho.inspector.protocol.module.SimpleBooleanResult
 
RhinoDetectingRuntimeReplFactory - Class in com.facebook.stetho.inspector.runtime
Attempts to locate stetho-js-rhino in the classpath and use it if available.
RhinoDetectingRuntimeReplFactory(Context) - Constructor for class com.facebook.stetho.inspector.runtime.RhinoDetectingRuntimeReplFactory
 
run() - Method in class com.facebook.stetho.server.LocalSocketServer
Binds to the address and listens for connections.
Runtime - Class in com.facebook.stetho.inspector.protocol.module
 
Runtime() - Constructor for class com.facebook.stetho.inspector.protocol.module.Runtime
Deprecated.
Provided for ABI compatibility
Runtime(Context) - Constructor for class com.facebook.stetho.inspector.protocol.module.Runtime
Runtime(RuntimeReplFactory) - Constructor for class com.facebook.stetho.inspector.protocol.module.Runtime
 
Runtime.ObjectSubType - Enum in com.facebook.stetho.inspector.protocol.module
 
Runtime.ObjectType - Enum in com.facebook.stetho.inspector.protocol.module
 
Runtime.RemoteObject - Class in com.facebook.stetho.inspector.protocol.module
 
RuntimeRepl - Interface in com.facebook.stetho.inspector.console
 
runtimeRepl(RuntimeReplFactory) - Method in class com.facebook.stetho.Stetho.DefaultInspectorModulesBuilder
Provide a custom runtime REPL (read-eval-print loop) implementation for the Console tab.
RuntimeReplFactory - Interface in com.facebook.stetho.inspector.console
Allows callers to specify their own Console tab REPL for the DevTools UI.

S

ScreencastDispatcher - Class in com.facebook.stetho.inspector.screencast
 
ScreencastDispatcher() - Constructor for class com.facebook.stetho.inspector.screencast.ScreencastDispatcher
 
screencastFrameAck(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Page
 
ScreencastFrameEvent() - Constructor for class com.facebook.stetho.inspector.protocol.module.Page.ScreencastFrameEvent
 
ScreencastFrameEventMetadata() - Constructor for class com.facebook.stetho.inspector.protocol.module.Page.ScreencastFrameEventMetadata
 
scrollOffsetX - Variable in class com.facebook.stetho.inspector.protocol.module.Page.ScreencastFrameEventMetadata
 
scrollOffsetY - Variable in class com.facebook.stetho.inspector.protocol.module.Page.ScreencastFrameEventMetadata
 
SecureSocketHandler - Class in com.facebook.stetho.server
 
SecureSocketHandler(Context) - Constructor for class com.facebook.stetho.server.SecureSocketHandler
 
securityOrigin - Variable in class com.facebook.stetho.inspector.protocol.module.DOMStorage.StorageId
 
sendBinary(byte[]) - Method in interface com.facebook.stetho.websocket.SimpleSession
 
sendEnd - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResourceTiming
 
sendNotificationToPeers(String, Object) - Method in class com.facebook.stetho.inspector.helper.ChromePeerManager
 
sendStart - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResourceTiming
 
sendText(String) - Method in interface com.facebook.stetho.websocket.SimpleSession
 
serve(SocketLike) - Method in class com.facebook.stetho.server.http.LightHttpServer
 
ServerManager - Class in com.facebook.stetho.server
 
ServerManager(LocalSocketServer) - Constructor for class com.facebook.stetho.server.ServerManager
 
setAttributesAsText(Object, String) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
setAttributesAsText(Object, String) - Method in class com.facebook.stetho.inspector.elements.Document
 
setAttributesAsText(Object, String) - Method in interface com.facebook.stetho.inspector.elements.DocumentProvider
 
setAttributesAsText(Object, String) - Method in interface com.facebook.stetho.inspector.elements.NodeDescriptor
 
setAttributesAsText(Object, String) - Method in class com.facebook.stetho.inspector.elements.ObjectDescriptor
 
setAttributesAsText(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.DOM
 
setDeviceMetricsOverride(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Page
 
setDOMStorageItem(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.DOMStorage
 
setElementChildren(Object, List<Object>) - Method in class com.facebook.stetho.inspector.elements.ShadowDocument.UpdateBuilder
 
setEmulatedMedia(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Page
 
setHost(Descriptor.Host) - Method in class com.facebook.stetho.inspector.elements.DescriptorMap
 
setInspectModeEnabled(boolean) - Method in class com.facebook.stetho.inspector.elements.Document
 
setInspectModeEnabled(boolean) - Method in interface com.facebook.stetho.inspector.elements.DocumentProvider
 
setInspectModeEnabled(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.DOM
 
setListener(DocumentProviderListener) - Method in interface com.facebook.stetho.inspector.elements.DocumentProvider
 
setListener(PeerRegistrationListener) - Method in class com.facebook.stetho.inspector.helper.ChromePeerManager
setLogger(LogRedirector.Logger) - Static method in class com.facebook.stetho.common.LogRedirector
Override Android's default Log API with a custom logger interface.
setPauseOnExceptions(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Debugger
 
setPrettyPrinterInitializer(AsyncPrettyPrinterInitializer) - Method in class com.facebook.stetho.inspector.network.NetworkPeerManager
 
setPrettyPrinterInitializer(AsyncPrettyPrinterInitializer) - Method in class com.facebook.stetho.inspector.protocol.module.Network
Method that allows callers to provide an AsyncPrettyPrinterInitializer that is responsible for registering all AsyncPrettyPrinter.
setSamplingInterval(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Profiler
 
setShowViewportSizeOnResize(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Page
 
setSuper(Descriptor) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
setSuper(Descriptor) - Method in interface com.facebook.stetho.inspector.elements.ChainedDescriptor
 
setTouchEmulationEnabled(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Page
 
setUserAgentOverride(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Network
 
ShadowDocument - Class in com.facebook.stetho.inspector.elements
 
ShadowDocument(Object) - Constructor for class com.facebook.stetho.inspector.elements.ShadowDocument
 
ShadowDocument.Update - Class in com.facebook.stetho.inspector.elements
 
ShadowDocument.UpdateBuilder - Class in com.facebook.stetho.inspector.elements
 
SharedPreferencesDumperPlugin - Class in com.facebook.stetho.dumpapp.plugins
 
SharedPreferencesDumperPlugin(Context) - Constructor for class com.facebook.stetho.dumpapp.plugins.SharedPreferencesDumperPlugin
 
SharedPreferencesHelper - Class in com.facebook.stetho.inspector.domstorage
 
signalItemAdded(DOMStorage.StorageId, String, String) - Method in class com.facebook.stetho.inspector.domstorage.DOMStoragePeerManager
 
signalItemRemoved(DOMStorage.StorageId, String) - Method in class com.facebook.stetho.inspector.domstorage.DOMStoragePeerManager
 
signalItemUpdated(DOMStorage.StorageId, String, String, String) - Method in class com.facebook.stetho.inspector.domstorage.DOMStoragePeerManager
 
SimpleBooleanResult - Class in com.facebook.stetho.inspector.protocol.module
 
SimpleBooleanResult() - Constructor for class com.facebook.stetho.inspector.protocol.module.SimpleBooleanResult
 
SimpleBooleanResult(boolean) - Constructor for class com.facebook.stetho.inspector.protocol.module.SimpleBooleanResult
 
SimpleEndpoint - Interface in com.facebook.stetho.websocket
Alternative to JSR-356's Endpoint class but with a less insane J2EE-style API.
SimpleSession - Interface in com.facebook.stetho.websocket
Alternative to JSR-356's Session class but with a less insane J2EE-style API.
size() - Method in class com.facebook.stetho.inspector.helper.ObjectIdMapper
 
skip(long) - Method in class com.facebook.stetho.inspector.network.ResponseHandlingInputStream
 
skip(long) - Method in class com.facebook.stetho.server.CompositeInputStream
 
sleepUninterruptibly(long) - Static method in class com.facebook.stetho.common.Util
 
sneakyThrow(Throwable) - Static method in class com.facebook.stetho.common.ExceptionUtil
 
SocketHandler - Interface in com.facebook.stetho.server
 
SocketHandlerFactory - Interface in com.facebook.stetho.server
 
SocketLike - Class in com.facebook.stetho.server
Utility to allow reading buffered data from a socket and then "unreading" the data and combining it with the original unbuffered stream.
SocketLike(SocketLike, LeakyBufferedInputStream) - Constructor for class com.facebook.stetho.server.SocketLike
 
SocketLike(LocalSocket, LeakyBufferedInputStream) - Constructor for class com.facebook.stetho.server.SocketLike
 
SocketLikeHandler - Interface in com.facebook.stetho.server
Similar to SocketHandler but designed to operate on SocketLike instances which allow for buffered "peeks" of data to decide which protocol handler to use.
source - Variable in class com.facebook.stetho.inspector.protocol.module.Console.ConsoleMessage
 
sqlError - Variable in class com.facebook.stetho.inspector.protocol.module.Database.ExecuteSQLResponse
 
SqliteDatabaseDriver - Class in com.facebook.stetho.inspector.database
 
SqliteDatabaseDriver(Context) - Constructor for class com.facebook.stetho.inspector.database.SqliteDatabaseDriver
Deprecated.
use the other constructor and pass in the default provider.
SqliteDatabaseDriver(Context, DatabaseFilesProvider) - Constructor for class com.facebook.stetho.inspector.database.SqliteDatabaseDriver
 
sslEnd - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResourceTiming
 
sslStart - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResourceTiming
 
stackTrace - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Initiator
 
start() - Method in class com.facebook.stetho.server.ServerManager
 
startScreencast(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Page
 
startScreencast(JsonRpcPeer, Page.StartScreencastRequest) - Method in class com.facebook.stetho.inspector.screencast.ScreencastDispatcher
 
StartScreencastRequest() - Constructor for class com.facebook.stetho.inspector.protocol.module.Page.StartScreencastRequest
 
status - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Response
 
statusCode() - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorResponse
 
statusText - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Response
 
Stetho - Class in com.facebook.stetho
Initialization and configuration entry point for the Stetho debugging system.
Stetho.DefaultDumperPluginsBuilder - Class in com.facebook.stetho
Convenience mechanism to extend the default set of dumper plugins provided by Stetho.
Stetho.DefaultInspectorModulesBuilder - Class in com.facebook.stetho
Configuration mechanism to customize the behaviour of the standard set of inspector modules satisfying the Chrome DevTools protocol.
Stetho.Initializer - Class in com.facebook.stetho
Callers can choose to subclass this directly to provide the initialization configuration or they can construct a concrete instance using Stetho.newInitializerBuilder(Context).
Stetho.InitializerBuilder - Class in com.facebook.stetho
Configure what services are to be enabled in this instance of Stetho.
stop() - Method in class com.facebook.stetho.server.LocalSocketServer
Stops the listener thread and unbinds the address.
stopScreencast(JsonRpcPeer, JSONObject) - Method in class com.facebook.stetho.inspector.protocol.module.Page
 
stopScreencast() - Method in class com.facebook.stetho.inspector.screencast.ScreencastDispatcher
 
storageId - Variable in class com.facebook.stetho.inspector.protocol.module.DOMStorage.DomStorageItemAddedParams
 
storageId - Variable in class com.facebook.stetho.inspector.protocol.module.DOMStorage.DomStorageItemRemovedParams
 
storageId - Variable in class com.facebook.stetho.inspector.protocol.module.DOMStorage.DomStorageItemsClearedParams
 
storageId - Variable in class com.facebook.stetho.inspector.protocol.module.DOMStorage.DomStorageItemUpdatedParams
 
StorageId() - Constructor for class com.facebook.stetho.inspector.protocol.module.DOMStorage.StorageId
 
store(E) - Method in interface com.facebook.stetho.common.Accumulator
 
store(E) - Method in class com.facebook.stetho.common.ArrayListAccumulator
 
store(String, String) - Method in interface com.facebook.stetho.inspector.elements.AttributeAccumulator
 
store(String, String) - Method in class com.facebook.stetho.inspector.elements.Document.AttributeListAccumulator
 
store(String, String, boolean) - Method in interface com.facebook.stetho.inspector.elements.StyleAccumulator
 
StringUtil - Class in com.facebook.stetho.common
 
stripContentExtras(String) - Method in class com.facebook.stetho.inspector.network.ResourceTypeHelper
Strip out any extra data following the semicolon (e.g.
StyleAccumulator - Interface in com.facebook.stetho.inspector.elements
 
subtype - Variable in class com.facebook.stetho.inspector.protocol.module.Runtime.RemoteObject
 

T

table(ContentProviderSchema.Table) - Method in class com.facebook.stetho.inspector.database.ContentProviderSchema.Builder
 
TAG - Static variable in class com.facebook.stetho.inspector.network.ResponseHandlingInputStream
 
teeInputWithDecompression(NetworkPeerManager, String, InputStream, OutputStream, String, ResponseHandler) - Static method in class com.facebook.stetho.inspector.network.DecompressionHelper
 
text - Variable in class com.facebook.stetho.inspector.protocol.module.Console.ConsoleMessage
 
ThreadBound - Interface in com.facebook.stetho.common
Implemented by an object whose methods must be called on a specific thread.
ThreadBoundProxy - Class in com.facebook.stetho.inspector.helper
This class is for those cases when a class' threading policy is determined by one of its member variables.
ThreadBoundProxy(ThreadBound) - Constructor for class com.facebook.stetho.inspector.helper.ThreadBoundProxy
 
throwIf(boolean) - Static method in class com.facebook.stetho.common.Util
 
throwIfNot(boolean) - Static method in class com.facebook.stetho.common.Util
 
throwIfNot(boolean, String, Object...) - Static method in class com.facebook.stetho.common.Util
 
throwIfNotNull(Object) - Static method in class com.facebook.stetho.common.Util
 
throwIfNull(T) - Static method in class com.facebook.stetho.common.Util
 
throwIfNull(T1, T2) - Static method in class com.facebook.stetho.common.Util
 
throwIfNull(T1, T2, T3) - Static method in class com.facebook.stetho.common.Util
 
timestamp - Variable in class com.facebook.stetho.inspector.protocol.module.Network.DataReceivedParams
 
timestamp - Variable in class com.facebook.stetho.inspector.protocol.module.Network.LoadingFailedParams
 
timestamp - Variable in class com.facebook.stetho.inspector.protocol.module.Network.LoadingFinishedParams
 
timestamp - Variable in class com.facebook.stetho.inspector.protocol.module.Network.RequestWillBeSentParams
 
timestamp - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResponseReceivedParams
 
timing - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Response
 
tryGetActivity(View) - Static method in class com.facebook.stetho.common.android.ViewUtil
 
tryGetClassForName(String) - Static method in class com.facebook.stetho.common.ReflectionUtil
 
tryGetDeclaredField(Class<?>, String) - Static method in class com.facebook.stetho.common.ReflectionUtil
 
tryGetTopActivity() - Method in class com.facebook.stetho.inspector.elements.android.ActivityTracker
 
type - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Initiator
 
type - Variable in class com.facebook.stetho.inspector.protocol.module.Network.LoadingFailedParams
 
type - Variable in class com.facebook.stetho.inspector.protocol.module.Network.RequestWillBeSentParams
 
type - Variable in class com.facebook.stetho.inspector.protocol.module.Network.ResponseReceivedParams
 
type - Variable in class com.facebook.stetho.inspector.protocol.module.Runtime.RemoteObject
 

U

UncheckedCallable<V> - Interface in com.facebook.stetho.common
A task that returns a result.
UNEXPECTED_CONDITION - Static variable in interface com.facebook.stetho.websocket.CloseCodes
 
unhook(Object) - Method in class com.facebook.stetho.inspector.elements.AbstractChainedDescriptor
 
unhook(Object) - Method in interface com.facebook.stetho.inspector.elements.NodeDescriptor
 
unhook(Object) - Method in class com.facebook.stetho.inspector.elements.ObjectDescriptor
 
unregister(String) - Method in class com.facebook.stetho.inspector.network.AsyncPrettyPrinterRegistry
 
unregister(PathMatcher, HttpHandler) - Method in class com.facebook.stetho.server.http.HandlerRegistry
 
unregisterDisconnectReceiver(DisconnectReceiver) - Method in class com.facebook.stetho.inspector.jsonrpc.JsonRpcPeer
 
unregisterListener(ActivityTracker.Listener) - Method in class com.facebook.stetho.inspector.elements.android.ActivityTracker
 
Update(Map<Object, ElementInfo>, Set<Object>) - Constructor for class com.facebook.stetho.inspector.elements.ShadowDocument.Update
 
UpdateBuilder() - Constructor for class com.facebook.stetho.inspector.elements.ShadowDocument.UpdateBuilder
 
uri(Uri) - Method in class com.facebook.stetho.inspector.database.ContentProviderSchema.Table.Builder
 
uri - Variable in class com.facebook.stetho.server.http.LightHttpRequest
 
url() - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorRequest
 
url() - Method in interface com.facebook.stetho.inspector.network.NetworkEventReporter.InspectorResponse
 
url - Variable in class com.facebook.stetho.inspector.protocol.module.Console.CallFrame
 
url - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Request
 
url - Variable in class com.facebook.stetho.inspector.protocol.module.Network.Response
 
Utf8Charset - Class in com.facebook.stetho.common
 
Utf8Charset() - Constructor for class com.facebook.stetho.common.Utf8Charset
 
Util - Class in com.facebook.stetho.common
 
Util() - Constructor for class com.facebook.stetho.common.Util
 

V

v(String, String, Throwable) - Static method in class com.facebook.stetho.common.LogRedirector
 
v(String, String) - Static method in class com.facebook.stetho.common.LogRedirector
 
v(String, Object...) - Static method in class com.facebook.stetho.common.LogUtil
 
v(Throwable, String, Object...) - Static method in class com.facebook.stetho.common.LogUtil
 
v(String) - Static method in class com.facebook.stetho.common.LogUtil
 
v(Throwable, String) - Static method in class com.facebook.stetho.common.LogUtil
 
value - Variable in class com.facebook.stetho.inspector.protocol.module.Runtime.RemoteObject
 
valueFromString(String, Object) - Static method in class com.facebook.stetho.inspector.domstorage.SharedPreferencesHelper
 
valueOf(String) - Static method in enum com.facebook.stetho.inspector.elements.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.stetho.inspector.elements.Origin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcError.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.stetho.inspector.network.PrettyPrinterDisplayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.stetho.inspector.protocol.module.Console.MessageLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.stetho.inspector.protocol.module.Console.MessageSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.stetho.inspector.protocol.module.Network.InitiatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.stetho.inspector.protocol.module.Page.ResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.stetho.inspector.protocol.module.Runtime.ObjectSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.stetho.inspector.protocol.module.Runtime.ObjectType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.facebook.stetho.inspector.elements.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.stetho.inspector.elements.Origin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.stetho.inspector.jsonrpc.protocol.JsonRpcError.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.stetho.inspector.network.PrettyPrinterDisplayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.stetho.inspector.protocol.module.Console.MessageLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.stetho.inspector.protocol.module.Console.MessageSource
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.facebook.stetho.inspector.protocol.module.Database.ExecuteSQLResponse
 
values() - Static method in enum com.facebook.stetho.inspector.protocol.module.Network.InitiatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.stetho.inspector.protocol.module.Page.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.stetho.inspector.protocol.module.Runtime.ObjectSubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.stetho.inspector.protocol.module.Runtime.ObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(Object) - Static method in class com.facebook.stetho.inspector.domstorage.SharedPreferencesHelper
 
verifyThreadAccess(Handler) - Static method in class com.facebook.stetho.common.android.HandlerUtil
Enforces that the current thread is the same thread that the Handler is associated with.
verifyThreadAccess() - Method in interface com.facebook.stetho.common.ThreadBound
Enforces that the current thread has access to this object.
verifyThreadAccess() - Method in class com.facebook.stetho.inspector.elements.android.AndroidDocumentProviderFactory
 
verifyThreadAccess() - Method in class com.facebook.stetho.inspector.elements.Descriptor
 
verifyThreadAccess() - Method in class com.facebook.stetho.inspector.helper.ThreadBoundProxy
 
version - Variable in class com.facebook.stetho.inspector.protocol.module.Database.DatabaseObject
 
ViewGroupUtil - Class in com.facebook.stetho.common.android
 
ViewUtil - Class in com.facebook.stetho.common.android
 

W

w(String, String, Throwable) - Static method in class com.facebook.stetho.common.LogRedirector
 
w(String, String) - Static method in class com.facebook.stetho.common.LogRedirector
 
w(String, Object...) - Static method in class com.facebook.stetho.common.LogUtil
 
w(Throwable, String, Object...) - Static method in class com.facebook.stetho.common.LogUtil
 
w(String) - Static method in class com.facebook.stetho.common.LogUtil
 
w(Throwable, String) - Static method in class com.facebook.stetho.common.LogUtil
 
WebSocketHandler - Class in com.facebook.stetho.websocket
Crazy kludge to support upgrading to the WebSocket protocol while still using the HttpHandler harness.
WebSocketHandler(SimpleEndpoint) - Constructor for class com.facebook.stetho.websocket.WebSocketHandler
 
Worker - Class in com.facebook.stetho.inspector.protocol.module
 
Worker() - Constructor for class com.facebook.stetho.inspector.protocol.module.Worker
 
writeLine(String) - Method in class com.facebook.stetho.server.http.LightHttpServer.HttpMessageWriter
 
writeLine() - Method in class com.facebook.stetho.server.http.LightHttpServer.HttpMessageWriter
 
writeResponseMessage(LightHttpResponse, LightHttpServer.HttpMessageWriter) - Static method in class com.facebook.stetho.server.http.LightHttpServer
 
writeTo(OutputStream) - Method in class com.facebook.stetho.server.http.LightHttpBody
 
writeToConsole(ChromePeerManager, Console.MessageLevel, Console.MessageSource, String) - Static method in class com.facebook.stetho.inspector.console.CLog
 
writeToConsole(Console.MessageLevel, Console.MessageSource, String) - Static method in class com.facebook.stetho.inspector.console.CLog
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links