| Interface | Description |
|---|---|
| AsyncPrettyPrinter |
Interface that callers need to implement in order to pretty print binary payload received by Stetho
|
| AsyncPrettyPrinterFactory |
Interface for creating a factory for asynchronous pretty printers
|
| AsyncPrettyPrinterInitializer |
Interface that is called if AsyncPrettyPrinterRegistry is unpopulated when
the first peer connects to Stetho.
|
| NetworkEventReporter |
Interface that callers must invoke in order to supply data to the Network tab in
the WebKit Inspector.
|
| NetworkEventReporter.InspectorHeaders | |
| NetworkEventReporter.InspectorRequest |
Represents the request that will be sent over HTTP.
|
| NetworkEventReporter.InspectorResponse | |
| ResponseHandler |
Custom hook to intercept read events delivered by
NetworkEventReporter.interpretResponseStream(java.lang.String, java.lang.String, java.lang.String, java.io.InputStream, com.facebook.stetho.inspector.network.ResponseHandler). |
| Class | Description |
|---|---|
| AsyncPrettyPrinterRegistry | |
| DecompressionHelper | |
| DefaultResponseHandler |
Simple interceptor that delegates response read events to
NetworkEventReporter. |
| DownloadingAsyncPrettyPrinterFactory |
Abstract class for pretty printer factory that asynchronously downloads schema needed for
pretty printing the payload
|
| MimeMatcher<T> | |
| NetworkEventReporterImpl |
Implementation of
NetworkEventReporter which allows callers to inform the Stetho
system of network traffic. |
| NetworkPeerManager | |
| RequestBodyHelper |
Helper which manages provides computed request sizes as well as transparent decompression.
|
| ResourceTypeHelper | |
| ResponseBodyData |
Special file data necessary to comply with the Chrome DevTools instance which doesn't let
us just naively base64 encode everything.
|
| ResponseBodyFileManager |
Manages temporary files created by
ChromeHttpFlowObserver to serve request bodies. |
| ResponseHandlingInputStream |
InputStream that caches the data as the data is read, and writes them to the given
OutputStream. |
| Enum | Description |
|---|---|
| PrettyPrinterDisplayType |