comparison src/org/eclipse/jetty/io/AsyncEndPoint.java @ 968:0d20943cfea2

remove ConnectedEndPoint
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 14 Oct 2016 02:37:53 -0600
parents 1094975d013b
children
comparison
equal deleted inserted replaced
967:8a8dc0b1742f 968:0d20943cfea2
17 // 17 //
18 18
19 package org.eclipse.jetty.io; 19 package org.eclipse.jetty.io;
20 20
21 21
22 public interface AsyncEndPoint extends ConnectedEndPoint 22 public interface AsyncEndPoint extends EndPoint
23 { 23 {
24 /* ------------------------------------------------------------ */ 24 /* ------------------------------------------------------------ */
25 /** 25 /**
26 * Dispatch the endpoint if it is not already dispatched 26 * Dispatch the endpoint if it is not already dispatched
27 * 27 *