org.apache.axis.transport.http

Class SocketInputStream

public class SocketInputStream extends FilterInputStream

The ONLY reason for this is so we can clean up sockets quicker/cleaner.
Field Summary
protected booleanclosed
Constructor Summary
SocketInputStream(InputStream is, Socket socket)
Method Summary
voidclose()

Field Detail

closed

protected volatile boolean closed

Constructor Detail

SocketInputStream

public SocketInputStream(InputStream is, Socket socket)

Method Detail

close

public void close()
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.