Package org.apache.axis.transport.http
Class SocketInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.apache.axis.transport.http.SocketInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class SocketInputStream extends java.io.FilterInputStream
The ONLY reason for this is so we can clean up sockets quicker/cleaner.
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
closed
-
Constructor Summary
Constructors Constructor Description SocketInputStream(java.io.InputStream is, java.net.Socket socket)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
-
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
-
-