org.apache.axis2.transport.http.server
Interface IOProcessor

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
DefaultConnectionListener, HttpServiceProcessor

public interface IOProcessor
extends java.lang.Runnable


Method Summary
 void close()
           
 void destroy()
           
 boolean isDestroyed()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException

isDestroyed

boolean isDestroyed()

destroy

void destroy()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.