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:
Closeable,AutoCloseable
The ONLY reason for this is so we can clean up sockets quicker/cleaner.
-
Field Summary
FieldsFields inherited from class java.io.FilterInputStream
in -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skipMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Field Details
-
closed
protected volatile boolean closed
-
-
Constructor Details
-
SocketInputStream
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterInputStream- Throws:
IOException
-