Interface IOProcessor

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

public interface IOProcessor extends Runnable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    boolean
     

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • close

      void close() throws IOException
      Throws:
      IOException
    • isDestroyed

      boolean isDestroyed()
    • destroy

      void destroy()