com.dyuproject.openid
Interface HttpConnector.Response

Enclosing interface:
HttpConnector

public static interface HttpConnector.Response


Method Summary
 void close()
           
 String getHeader(String name)
           
 InputStream getInputStream()
           
 int getStatus()
           
 

Method Detail

getInputStream

InputStream getInputStream()
                           throws IOException
Throws:
IOException

getHeader

String getHeader(String name)

getStatus

int getStatus()

close

void close()
           throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.