org.eclipse.jetty.io
Interface Connection

All Known Implementing Classes:
Ajp13Connection, HttpConnection, HttpConnection

public interface Connection


Method Summary
 void handle()
           
 boolean isIdle()
           
 boolean isSuspended()
           
 

Method Detail

handle

void handle()
            throws IOException
Throws:
IOException

isIdle

boolean isIdle()

isSuspended

boolean isSuspended()


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.