AsyncEndPoint is-a ConnectedEndPoint

This commit is contained in:
Greg Wilkins 2011-11-10 12:44:03 +11:00
parent e3cf7a8898
commit 6e14902659
1 changed files with 1 additions and 9 deletions

View File

@ -15,7 +15,7 @@ package org.eclipse.jetty.io;
import org.eclipse.jetty.util.thread.Timeout;
public interface AsyncEndPoint extends EndPoint
public interface AsyncEndPoint extends ConnectedEndPoint
{
/* ------------------------------------------------------------ */
/**
@ -50,14 +50,6 @@ public interface AsyncEndPoint extends EndPoint
*/
public boolean hasProgressed();
/* ------------------------------------------------------------ */
public Connection getConnection();
/* ------------------------------------------------------------ */
public void setConnection(Connection connection);
/* ------------------------------------------------------------ */
/**
*/