Mercurial Hosting > luan
comparison src/org/eclipse/jetty/io/nio/SelectChannelEndPoint.java @ 972:5ee36654b383
simplify AbstractHttpConnection
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Sat, 15 Oct 2016 22:42:05 -0600 |
| parents | 0650077fcd6c |
| children | 35d04ac3fd0b |
comparison
equal
deleted
inserted
replaced
| 971:f997df37cec1 | 972:5ee36654b383 |
|---|---|
| 27 import java.util.Locale; | 27 import java.util.Locale; |
| 28 import java.util.concurrent.RejectedExecutionException; | 28 import java.util.concurrent.RejectedExecutionException; |
| 29 | 29 |
| 30 import org.eclipse.jetty.io.AsyncEndPoint; | 30 import org.eclipse.jetty.io.AsyncEndPoint; |
| 31 import org.eclipse.jetty.io.Buffer; | 31 import org.eclipse.jetty.io.Buffer; |
| 32 import org.eclipse.jetty.io.Connection; | |
| 33 import org.eclipse.jetty.io.EofException; | 32 import org.eclipse.jetty.io.EofException; |
| 34 import org.slf4j.Logger; | 33 import org.slf4j.Logger; |
| 35 import org.slf4j.LoggerFactory; | 34 import org.slf4j.LoggerFactory; |
| 36 | 35 |
| 37 | 36 |
