|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MimeType | |
---|---|
org.openxri.proxy.impl | |
org.openxri.resolve |
Uses of MimeType in org.openxri.proxy.impl |
---|
Methods in org.openxri.proxy.impl with parameters of type MimeType | |
---|---|
protected void |
OpenIDHackProxy.sendPartialResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean isDumbBrowser,
MimeType resMediaType,
XRDS partialXRDS,
TrustType trustType)
|
protected void |
BasicProxy.sendPartialResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String qxri,
boolean isDebug,
MimeType resMediaType,
XRDS partialXRDS,
TrustType trustType)
|
Uses of MimeType in org.openxri.resolve |
---|
Methods in org.openxri.resolve that return MimeType | |
---|---|
static MimeType |
MimeType.parse(java.lang.String typeStr)
Parses a HTTP Accept or Content-Type header value into the type and params components |
Methods in org.openxri.resolve with parameters of type MimeType | |
---|---|
boolean |
MimeType.equals(MimeType m)
Compares the content of this object with the candidate. |
boolean |
MimeType.isSuperSetOf(MimeType m)
Tests to see if this MimeType has the same type as m and
that every parameter of m must be present and has the same value in this
MimeType . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |