org.apache.axis.transport.http

Class SocketInputStream


public class SocketInputStream
extends java.io.FilterInputStream

The ONLY reason for this is so we can clean up sockets quicker/cleaner.

Field Summary

protected boolean
closed

Constructor Summary

SocketInputStream(InputStream is, java.net.Socket socket)

Method Summary

void
close()

Field Details

closed

protected boolean closed

Constructor Details

SocketInputStream

public SocketInputStream(InputStream is,
                         java.net.Socket socket)

Method Details

close

public void close()
            throws IOException


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.