org.atmosphere.config
Class AtmosphereHandlerProperty
java.lang.Object
org.atmosphere.config.AtmosphereHandlerProperty
public class AtmosphereHandlerProperty
- extends Object
- Author:
- Sebastien Dionne : sebastien.dionne@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtmosphereHandlerProperty
public AtmosphereHandlerProperty(String name,
String value)
getName
public String getName()
setName
public void setName(String name)
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2012. All Rights Reserved.