org.opennms.bb.dp.eventd
Class TCPHandler.SocketShadowInputStream
java.lang.Object
|
+--java.io.InputStream
|
+--org.opennms.bb.dp.eventd.TCPHandler.SocketShadowInputStream
- Enclosing class:
- TCPHandler
- private class TCPHandler.SocketShadowInputStream
- extends InputStream
An input stream that is a a shadow of the socket's input stream
except that on a close(), the socket is closed so that the input
stream is still open for parse - the input stream is closed
after the parse is complete
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |