mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 12:29:31 +00:00
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…
x
Reference in New Issue
Block a user