Skip navigation links
B C G H I P S W 

B

ByteArrayRequestEntity - Class in com.facebook.stetho.urlconnection
 
ByteArrayRequestEntity(byte[]) - Constructor for class com.facebook.stetho.urlconnection.ByteArrayRequestEntity
 

C

com.facebook.stetho.urlconnection - package com.facebook.stetho.urlconnection
 

G

getStethoHook() - Method in class com.facebook.stetho.urlconnection.StethoURLConnectionManager
Deprecated.
This should no longer be used as it could potentially break the mechanism we use to allow convenient stripping of Stetho from release builds when using this module. If you need access to this, consider writing your own custom version of this module.
getStethoRequestId() - Method in class com.facebook.stetho.urlconnection.StethoURLConnectionManager
Low level method to access this request's unique identifier according to com.facebook.stetho.inspector.network.NetworkEventReporter.

H

httpExchangeFailed(IOException) - Method in class com.facebook.stetho.urlconnection.StethoURLConnectionManager
Indicates that there was a non-recoverable failure during HTTP message exchange at some point between preConnect(java.net.HttpURLConnection, com.facebook.stetho.urlconnection.SimpleRequestEntity) and interpretResponseStream(java.io.InputStream).

I

interpretResponseStream(InputStream) - Method in class com.facebook.stetho.urlconnection.StethoURLConnectionManager
Deliver the response stream from URLConnection.getInputStream() to Stetho so that it can be intercepted.
isStethoEnabled() - Method in class com.facebook.stetho.urlconnection.StethoURLConnectionManager
 

P

postConnect() - Method in class com.facebook.stetho.urlconnection.StethoURLConnectionManager
Indicates that the HttpURLConnection has just successfully exchanged HTTP messages (request headers + body and response headers) with the server but has not yet consumed the response body.
preConnect(HttpURLConnection, SimpleRequestEntity) - Method in class com.facebook.stetho.urlconnection.StethoURLConnectionManager
Indicates that the HttpURLConnection instance has been configured and is about to be used to initiate an actual HTTP connection.

S

SimpleRequestEntity - Interface in com.facebook.stetho.urlconnection
Narrow alternative to Apache's HttpEntity which makes it easier to repeat the body so that Stetho can intercept it.
StethoURLConnectionManager - Class in com.facebook.stetho.urlconnection
Individual connection flow manager that aids in communicating network events to Stetho via the com.facebook.stetho.inspector.network.NetworkEventReporter API.
StethoURLConnectionManager(String) - Constructor for class com.facebook.stetho.urlconnection.StethoURLConnectionManager
 

W

writeTo(OutputStream) - Method in class com.facebook.stetho.urlconnection.ByteArrayRequestEntity
 
writeTo(OutputStream) - Method in interface com.facebook.stetho.urlconnection.SimpleRequestEntity
 
B C G H I P S W 
Skip navigation links