jason.service.http1_0
Class Attributes

java.lang.Object
  |
  +--jason.service.http1_0.Attributes

public class Attributes
extends java.lang.Object

Set of attributes

Since:
1.0

Constructor Summary
Attributes()
           
Attributes(java.lang.String[] atts)
           
 
Method Summary
 void add(java.lang.String s)
           
 void add(java.lang.String type, java.lang.String value)
           
 java.lang.String getValue(java.lang.String type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attributes

public Attributes()

Attributes

public Attributes(java.lang.String[] atts)
Method Detail

getValue

public java.lang.String getValue(java.lang.String type)

add

public void add(java.lang.String type,
                java.lang.String value)

add

public void add(java.lang.String s)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object