Package | Description |
---|---|
com.bigdata.util.httpd |
Modifier and Type | Method and Description |
---|---|
MIMEType |
MIMEType.getIntersection(MIMEType other,
String[] dropParams)
Returns the intersection of the this media-range and the given
media-range.
|
Modifier and Type | Method and Description |
---|---|
static void |
TestMIMEType.doDoesNotSpanTest(MIMEType t1,
MIMEType t2,
boolean compareParams)
Test helper method for testing the
MIMEType#spans(
Object o, boolean compareParams ) implementation. |
static void |
TestMIMEType.doEqualTest(MIMEType t1,
MIMEType t2)
Test helper method for testing the
equals(
Object o ) implementation. |
static void |
TestMIMEType.doIntersectionTest(MIMEType a,
MIMEType b,
MIMEType expectedResult) |
static void |
TestMIMEType.doNotEqualTest(MIMEType t1,
MIMEType t2)
Test helper method for testing the
equals(
Object o ) implementation. |
static void |
TestMIMEType.doSpansTest(MIMEType t1,
MIMEType t2,
boolean compareParams)
Test helper method for testing the
MIMEType#spans(
Object o, boolean compareParams ) implementation. |
MIMEType |
MIMEType.getIntersection(MIMEType other,
String[] dropParams)
Returns the intersection of the this media-range and the given
media-range.
|
boolean |
MIMEType.isExactMatch(MIMEType otherType)
Convenience method compares type, subtype, and type parameters
|
boolean |
MIMEType.isExactMatch(MIMEType t,
boolean compareParams)
Returns true IFF the two MIME type expressions have the same
meaning.
|
boolean |
MIMEType.isSpannedBy(MIMEType other)
Convenience method for
other.spans( this, true ); |
boolean |
MIMEType.isSpannedBy(MIMEType other,
boolean compareParams)
Convenience method for
other.spans( this, compareParams ); |
boolean |
MIMEType.matches(MIMEType otherMimeType)
Convenience method for
matches( MIMEType mimeType,
boolean matchParams ) that does NOT compare the MIME type
parameters. |
boolean |
MIMEType.matches(MIMEType other,
boolean compareParams)
|
boolean |
MIMEType.spans(MIMEType other)
Convenience method compares type, subtype, and type parameters
|
boolean |
MIMEType.spans(MIMEType other,
boolean compareParams)
|
void |
TestMIMEType.Criteria.test(MIMEType t) |
Constructor and Description |
---|
MIMEType(MIMEType mt)
Clones the specified
MIMEType . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.