Mercurial Hosting > luan
comparison src/org/eclipse/jetty/io/ConnectedEndPoint.java @ 967:8a8dc0b1742f
remove getConnection()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 14 Oct 2016 02:30:48 -0600 |
parents | 3428c60d7cfc |
children |
comparison
equal
deleted
inserted
replaced
966:2ac9e57ccae6 | 967:8a8dc0b1742f |
---|---|
18 | 18 |
19 package org.eclipse.jetty.io; | 19 package org.eclipse.jetty.io; |
20 | 20 |
21 public interface ConnectedEndPoint extends EndPoint | 21 public interface ConnectedEndPoint extends EndPoint |
22 { | 22 { |
23 Connection getConnection(); | |
24 void setConnection(Connection connection); | 23 void setConnection(Connection connection); |
25 } | 24 } |