Mercurial Hosting > luan
comparison src/org/eclipse/jetty/server/BlockingHttpConnection.java @ 982:dbecd7faa1f5
remove Generator
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 16 Oct 2016 21:40:27 -0600 |
parents | c8cd3e96db5f |
children | 2ea54e6117c3 |
comparison
equal
deleted
inserted
replaced
981:f46de416e219 | 982:dbecd7faa1f5 |
---|---|
18 | 18 |
19 package org.eclipse.jetty.server; | 19 package org.eclipse.jetty.server; |
20 | 20 |
21 import java.io.IOException; | 21 import java.io.IOException; |
22 | 22 |
23 import org.eclipse.jetty.http.Generator; | |
24 import org.eclipse.jetty.http.HttpException; | 23 import org.eclipse.jetty.http.HttpException; |
25 import org.eclipse.jetty.http.HttpStatus; | 24 import org.eclipse.jetty.http.HttpStatus; |
26 import org.eclipse.jetty.io.EndPoint; | 25 import org.eclipse.jetty.io.EndPoint; |
27 import org.eclipse.jetty.io.nio.ChannelEndPoint; | 26 import org.eclipse.jetty.io.nio.ChannelEndPoint; |
28 import org.eclipse.jetty.server.nio.BlockingChannelConnector; | 27 import org.eclipse.jetty.server.nio.BlockingChannelConnector; |