com.waveset.util
Interface HttpsUtil.InputStreamHandler
- Enclosing interface:
- HttpsUtil
- public static interface HttpsUtil.InputStreamHandler
Enables client code to process data in the response from an HTTPS server after posting a message to it.
Method Summary |
java.lang.Object |
process(java.io.InputStream in)
Process the information in the input stream, don't need to close the input stream when finished. |
process
public java.lang.Object process(java.io.InputStream in)
throws java.io.IOException
- Process the information in the input stream, don't need to close the input stream when finished.
- Parameters:
in
-
- Returns:
-
- Throws:
java.io.IOException