Uses of Class
org.eclipse.jetty.http.MetaData
Packages that use MetaData
-
Uses of MetaData in org.eclipse.jetty.http
Subclasses of MetaData in org.eclipse.jetty.httpModifier and TypeClassDescriptionstatic classImmutable HTTP CONNECT request information.static classImmutable HTTP request information.static classImmutable HTTP response information.Methods in org.eclipse.jetty.http that return MetaDataModifier and TypeMethodDescriptionabstract MetaDataHttpTester.Message.getMetaData()static MetaDataMetaData.Failed.newFailedMetaData(HttpVersion httpVersion, Throwable failure) Methods in org.eclipse.jetty.http with parameters of type MetaDataModifier and TypeMethodDescriptionstatic ThrowableMetaData.Failed.getFailure(MetaData metaData) Inspects the givenMetaData, and if it is an instance of this interface return its failure, otherwise returnsnull.