org.eclipse.jetty.io
Interface Idleable

All Known Implementing Classes:
AbstractConnection, ConnectHandler.ClientToProxyConnection, ConnectHandler.ProxyToServerConnection, WebSocketConnectionD00, WebSocketConnectionD06

Deprecated. Merge this into Connection at the next point release

public interface Idleable

Idleable.


Method Summary
 void idleExpired()
          Deprecated. Called when the connection idle timeout expires
 

Method Detail

idleExpired

void idleExpired()
Deprecated. 
Called when the connection idle timeout expires



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