Read response by server push with OkHttp-open source projects square/okhttp

I am making a simple Android app to test the response from the server which support SPDY Server Push. I’ve started with the testing site, which should be able to push the rest of resources automatically after issuing the first HTTP request to the page.

I just come across the OkHttp and would like to know whether it already supports accepting the server push stream. If yes, how could I obtain the input stream for the “responses” which are not requested directly?

Thanks!