Deprecated API
Contents
-
Deprecated ClassesClassDescriptionThis class is no longer required as ERROR dispatch is only done if there is an error page target.use
SymlinkAllowedResourceAliasChecker
instead.useAllowedResourceAliasChecker
instead.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.UseDetectorConnectionFactory
with aSslConnectionFactory
instead.useAllowedResourceAliasChecker
instead.
-
Deprecated MethodsMethodDescriptionuse
CompactPathRule
withRewriteHandler
instead.for custom DeflaterPool settings useGzipHandler.setDeflaterPool(DeflaterPool)
.for custom InflaterPool settings useGzipHandler.setInflaterPool(InflaterPool)
.for custom DeflaterPool settings useGzipHandler.setDeflaterPool(DeflaterPool)
.for custom InflaterPool settings useGzipHandler.setInflaterPool(InflaterPool)
.useInetAccessHandler.include(String)
instead.useInetAccessHandler.include(String)
instead.useInetAccessHandler.include(String)
instead.useInetAccessHandler.include(String)
instead.no replacement provideduse getParts().isEmpty()no replacement provided.no replacement offered.no replacement offered.useServer.addBeanToAllConnectors(Object)
instead.useAbstractSessionCache.release(String, Session)
insteadAs of Servlet 2.2, this method is replaced bySession.getAttributeNames()
useSessionCache.release(String, Session)
instead
-
Deprecated Constructors