Methods in org.openxri.server.impl that throw ServerInternalException |
protected abstract void |
AbstractServer.finishXRD(XRD xrd,
Authority parent,
SubSegment subSegment,
Authority authority,
boolean signed)
Called before the server adds the XRD to the XRDS and moves on to the next authority. |
protected void |
TrustedServer.finishXRD(XRD xrd,
Authority parentAuthority,
SubSegment subSegment,
Authority authority,
boolean bSigned)
|
protected void |
BasicServer.finishXRD(XRD xrd,
Authority parentAuthority,
SubSegment subSegment,
Authority authority,
boolean signed)
|
protected abstract void |
AbstractServer.finishXRDS(XRDS xrds,
java.lang.String query,
boolean signed)
Called before the XRDS is sent out by the server. |
protected void |
BasicServer.finishXRDS(XRDS xrds,
java.lang.String query,
boolean signed)
|
protected abstract boolean |
AbstractServer.initXRD(XRD xrd,
Authority parent,
java.lang.String subSegmentName,
boolean signed)
Called before anything is added to a fresh XRD. |
protected boolean |
BasicServer.initXRD(XRD xrd,
Authority parentAuthority,
java.lang.String subSegmentName,
boolean signed)
|
protected abstract boolean |
AbstractServer.initXRDS(XRDS xrds,
java.lang.String query,
boolean signed)
Called before the server starts processing the request. |
protected boolean |
TrustedServer.initXRDS(XRDS xrds,
java.lang.String query,
boolean bSigned)
|
protected boolean |
BasicServer.initXRDS(XRDS xrds,
java.lang.String query,
boolean signed)
|