| Class | Description |
|---|---|
| org.eclipse.jetty.util.ConcurrentHashSet |
Use Java 8 method
ConcurrentHashMap.newKeySet() instead. |
| org.eclipse.jetty.util.thread.ExecutorSizedThreadPool | |
| org.eclipse.jetty.util.resource.FileResource |
Use
PathResource |
| org.eclipse.jetty.util.IPAddressMap | |
| org.eclipse.jetty.util.thread.Locker.UnLock | |
| org.eclipse.jetty.util.MultiPartInputStreamParser |
Replaced by org.eclipse.jetty.http.MultiPartFormInputStream
The code for MultiPartInputStream is slower than its replacement MultiPartFormInputStream. However
this class accepts formats non compliant the RFC that the new MultiPartFormInputStream does not accept.
|
| org.eclipse.jetty.util.ReadLineInputStream |
| Field | Description |
|---|---|
| org.eclipse.jetty.util.StringUtil.__LINE_SEPARATOR |
use
System.lineSeparator() instead |
| Constructor | Description |
|---|---|
| org.eclipse.jetty.util.thread.ThreadPoolBudget(ThreadPool.SizedThreadPool, int) |
Copyright © 1995–2018 Webtide. All rights reserved.