net.sf.jguard.core.authorization.protocol
Class HTTPProtocol

java.lang.Object
  extended by net.sf.jguard.core.authorization.protocol.HTTPProtocol
All Implemented Interfaces:
Protocol
Direct Known Subclasses:
HTTPSProtocol

public class HTTPProtocol
extends java.lang.Object
implements Protocol

describe HTTP protocol.

Author:
Charles Gay

Constructor Summary
HTTPProtocol()
           
 
Method Summary
 java.util.Collection getMethods()
           
 java.lang.String getScheme()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPProtocol

public HTTPProtocol()
Method Detail

getScheme

public java.lang.String getScheme()
Specified by:
getScheme in interface Protocol

getMethods

public final java.util.Collection getMethods()
Specified by:
getMethods in interface Protocol


Copyright © 2004-2009. All Rights Reserved.