Interface AsyncStreamHandler
-
public interface AsyncStreamHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleStream(InputStream inputStream)
Handle an input stream on a separate thread.
-
-
-
Method Detail
-
handleStream
void handleStream(InputStream inputStream)
Handle an input stream on a separate thread.
-
-