Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Support Volley usage #38

Closed
davidgarsan opened this issue Feb 19, 2015 · 1 comment
Closed

Support Volley usage #38

davidgarsan opened this issue Feb 19, 2015 · 1 comment

Comments

@davidgarsan
Copy link

How can I use Stetho while using Volley as a networking library?

@jasta
Copy link
Contributor

jasta commented Feb 19, 2015

Our thought was that Volley would be supported by extending the appropriate HttpStack implementation. HurlStack for instance is not final and in particular HurlStack#openConnection is suitable for StethoURLConnectionManager#preConnect, with HurlStack#performRequest being good for postConnect and interpretResponseStream. I have not personally tested this, but from my read of the Volley code I think it should work perfectly.

@jasta jasta closed this as completed Feb 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants