| org.w3c.jigsaw.frames.HTTPExtFrame org.w3c.jigsaw.ccpp.CCPPFrame
CCPPFrame | public class CCPPFrame extends HTTPExtFrame (Code) | | version: $Revision: 1.7 $ author: Benoît Mahé (bmahe@w3.org) |
acknowledgeExtension | protected Reply acknowledgeExtension(Request request, Reply reply)(Code) | | Set the Ext and/or C-Ext Header if necessary.
Parameters: request - the incomming request. Parameters: reply - the reply the acknowledged reply instance |
getCCPPRequest | public CCPPRequest getCCPPRequest(Request request)(Code) | | Get the CC/PP Request
Parameters: request - the HTTP Request a CCPPRequest instance |
Methods inherited from org.w3c.jigsaw.frames.HTTPExtFrame | protected Reply acknowledgeExtension(Request request, Reply reply)(Code)(Java Doc) public void checkMandatoryExtension(Request request, String mmethod) throws ProtocolException(Code)(Java Doc) public Reply extended(Request request) throws ProtocolException, ResourceException(Code)(Java Doc) public Reply mextended(Request request) throws ProtocolException, ResourceException(Code)(Java Doc) final protected static void registerExtension(String name, String methods, String classname)(Code)(Java Doc) final protected static void registerExtension(String name, String method, String classname)(Code)(Java Doc) final protected static boolean supportedExtension(String name, String method, Object obj)(Code)(Java Doc)
|
|
|