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

All Superinterfaces:
Runnable
All Known Implementing Classes:
DefaultConnectionListener, HttpServiceProcessor

public interface IOProcessor
extends Runnable


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

Method Detail

close

void close()
           throws IOException
Throws:
IOException

isDestroyed

boolean isDestroyed()

destroy

void destroy()


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.