org.restlet.engine
Class HttpProtocolHelper

java.lang.Object
  extended by org.restlet.engine.Helper
      extended by org.restlet.engine.ProtocolHelper
          extended by org.restlet.engine.HttpProtocolHelper

public class HttpProtocolHelper
extends ProtocolHelper

Protocol helper for the HTTP protocol.

Author:
Thierry Boileau

Constructor Summary
HttpProtocolHelper()
           
 
Method Summary
 void registerMethods()
          Register all supported methods.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpProtocolHelper

public HttpProtocolHelper()
Method Detail

registerMethods

public void registerMethods()
Description copied from class: ProtocolHelper
Register all supported methods. The implementation relies on the Method.register(org.restlet.data.Method) method.

Specified by:
registerMethods in class ProtocolHelper


Copyright © 2005-2013 Restlet.