AsyncEndPoint is-a ConnectedEndPoint
This commit is contained in:
parent
e3cf7a8898
commit
6e14902659
|
@ -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);
|
||||
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
/**
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue