Java Doc for HeaderList.java in  » 6.0-JDK-Modules » j2me » gov » nist » siplite » header » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » j2me » gov.nist.siplite.header 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   gov.nist.core.GenericObject
      gov.nist.siplite.header.Header
         gov.nist.siplite.header.HeaderList

All known Subclasses:   gov.nist.siplite.header.ContactList,  gov.nist.siplite.header.WWWAuthenticateList,  gov.nist.siplite.header.ViaList,  gov.nist.siplite.header.RecordRouteList,  gov.nist.siplite.header.RouteList,  gov.nist.siplite.header.ProxyAuthenticateList,
HeaderList
public class HeaderList extends Header (Code)
This is a list for the headers. This code is in the public domain.


Field Summary
protected  VectorsipHeaderVector
     SIP header list.

Constructor Summary
public  HeaderList()
    
public  HeaderList(String sipHeaderName)
     Constructor with initial header.

Method Summary
public  voidadd(Object sipHeader)
     Adds a new element.
public  voidaddFirst(Object sipHeader)
     Adds a new element on the top of the list.
public  Objectclone()
     Copies the current instance.
public  voidconcatenate(HeaderList other, boolean top)
     Concatenates two compatible lists.
public  ObjectelementAt(int i)
     Returns the element at the position i.
public  Stringencode()
     Encodes the contents as a string.
protected  StringencodeBody()
     Encodes body as a string.
public  Objectfirst()
     Gets the first element of the vector.
public  EnumerationgetElements()
     Returns an enumeration of the imbedded vector.
public  HeadergetFirst()
     Gets the first element of the vector.
public  VectorgetHeaders()
     Gets the header list.
public  VectorgetHeadersAsEncodedStrings()
     Returns a vector of encoded strings (one for each sipheader).
public  NameValueListgetParameters()
     Gets the parameters of the header list.
public  ObjectgetValue()
     Gets the value of the header list.
public  booleanisEmpty()
     Returns true if this is empty.
public  Objectlast()
     Gets the last element of the vector.
public  voidremoveElement(Object element)
     Removes the specified element.
public  voidremoveFirst()
     Removes the first element of the list.
public  voidremoveLast()
     Removes the lastentry in the header list.
public  intsize()
     Returns the list size.

Field Detail
sipHeaderVector
protected Vector sipHeaderVector(Code)
SIP header list.




Constructor Detail
HeaderList
public HeaderList()(Code)
Default constructor



HeaderList
public HeaderList(String sipHeaderName)(Code)
Constructor with initial header.
Parameters:
  sipHeaderName - to set




Method Detail
add
public void add(Object sipHeader) throws IllegalArgumentException(Code)
Adds a new element.
Parameters:
  sipHeader - to add



addFirst
public void addFirst(Object sipHeader)(Code)
Adds a new element on the top of the list.
Parameters:
  sipHeader - to add



clone
public Object clone()(Code)
Copies the current instance. copy of the current instance



concatenate
public void concatenate(HeaderList other, boolean top)(Code)
Concatenates two compatible lists. This appends or prepends the new list to the end of this list.
Parameters:
  other - HeaderList to set
Parameters:
  top - boolean to set



elementAt
public Object elementAt(int i)(Code)
Returns the element at the position i. Object
Parameters:
  i - index of the requested element



encode
public String encode()(Code)
Encodes the contents as a string. encoded string of object contents



encodeBody
protected String encodeBody()(Code)
Encodes body as a string. encoded string of body contents



first
public Object first()(Code)
Gets the first element of the vector. the first element of the vector.



getElements
public Enumeration getElements()(Code)
Returns an enumeration of the imbedded vector. an Enumeration of the elements of the vector.



getFirst
public Header getFirst()(Code)
Gets the first element of the vector. the first element of the vector.



getHeaders
public Vector getHeaders()(Code)
Gets the header list. the header list



getHeadersAsEncodedStrings
public Vector getHeadersAsEncodedStrings()(Code)
Returns a vector of encoded strings (one for each sipheader). Vector containing encoded strings in this header list.an empty vector is returned if this header list contains nosip headers.



getParameters
public NameValueList getParameters()(Code)
Gets the parameters of the header list. always returns null



getValue
public Object getValue()(Code)
Gets the value of the header list. a vector of the header list contents



isEmpty
public boolean isEmpty()(Code)
Returns true if this is empty. true if no headers in the list



last
public Object last()(Code)
Gets the last element of the vector. the last element of the vector.



removeElement
public void removeElement(Object element)(Code)
Removes the specified element.
Parameters:
  element - entry to delete



removeFirst
public void removeFirst()(Code)
Removes the first element of the list.



removeLast
public void removeLast()(Code)
Removes the lastentry in the header list.



size
public int size()(Code)
Returns the list size. size



Fields inherited from gov.nist.siplite.header.Header
final public static String ACCEPT(Code)(Java Doc)
final public static String ACCEPT_CONTACT(Code)(Java Doc)
final public static String ACCEPT_ENCODING(Code)(Java Doc)
final public static String ACCEPT_LANGUAGE(Code)(Java Doc)
final public static String ALERT_INFO(Code)(Java Doc)
final public static String ALLOW(Code)(Java Doc)
final public static String ALLOW_EVENTS(Code)(Java Doc)
final public static String AUTHENTICATION_INFO(Code)(Java Doc)
final public static String AUTHORIZATION(Code)(Java Doc)
final public static String CALL_ID(Code)(Java Doc)
final public static String CALL_INFO(Code)(Java Doc)
final public static String CONTACT(Code)(Java Doc)
final public static String CONTENT_DISPOSITION(Code)(Java Doc)
final public static String CONTENT_ENCODING(Code)(Java Doc)
final public static String CONTENT_LANGUAGE(Code)(Java Doc)
final public static String CONTENT_LENGTH(Code)(Java Doc)
final public static String CONTENT_TYPE(Code)(Java Doc)
final public static String CSEQ(Code)(Java Doc)
final public static String DATE(Code)(Java Doc)
final public static String ENCRYPTION(Code)(Java Doc)
final public static String ERROR_INFO(Code)(Java Doc)
final public static String EVENT(Code)(Java Doc)
final public static String EXPIRES(Code)(Java Doc)
final public static String EXTENSION(Code)(Java Doc)
final public static String FROM(Code)(Java Doc)
final public static String HIDE(Code)(Java Doc)
final public static String IN_REPLY_TO(Code)(Java Doc)
final public static String MAX_FORWARDS(Code)(Java Doc)
final public static String MIME_VERSION(Code)(Java Doc)
final public static String MIN_EXPIRES(Code)(Java Doc)
final public static String ORGANIZATION(Code)(Java Doc)
final public static String PRIORITY(Code)(Java Doc)
final public static String PROXY_AUTHENTICATE(Code)(Java Doc)
final public static String PROXY_AUTHORIZATION(Code)(Java Doc)
final public static String PROXY_REQUIRE(Code)(Java Doc)
final public static String RACK(Code)(Java Doc)
final public static String RECORD_ROUTE(Code)(Java Doc)
final public static String REFER_TO(Code)(Java Doc)
final public static String REQUIRE(Code)(Java Doc)
final public static String RESPONSE_KEY(Code)(Java Doc)
final public static String RETRY_AFTER(Code)(Java Doc)
final public static String ROUTE(Code)(Java Doc)
final public static String RSEQ(Code)(Java Doc)
final public static String SERVER(Code)(Java Doc)
final public static String SIP_ETAG(Code)(Java Doc)
final public static String SIP_IF_MATCH(Code)(Java Doc)
final public static String SUBJECT(Code)(Java Doc)
final public static String SUBSCRIPTION_STATE(Code)(Java Doc)
final public static String SUPPORTED(Code)(Java Doc)
final public static String TIMESTAMP(Code)(Java Doc)
final public static String TO(Code)(Java Doc)
final public static String UNSUPPORTED(Code)(Java Doc)
final public static String USER_AGENT(Code)(Java Doc)
final public static String VIA(Code)(Java Doc)
final public static String WARNING(Code)(Java Doc)
final public static String WARN_AGENT(Code)(Java Doc)
final public static String WWW_AUTHENTICATE(Code)(Java Doc)
public String headerName(Code)(Java Doc)
public String headerValue(Code)(Java Doc)
final public static String[] parameterLessHeaders(Code)(Java Doc)

Methods inherited from gov.nist.siplite.header.Header
public Object clone()(Code)(Java Doc)
public String encode()(Code)(Java Doc)
abstract protected String encodeBody()(Code)(Java Doc)
public static String encodeCalendar(Calendar date)(Code)(Java Doc)
public String getHeaderName()(Code)(Java Doc)
public String getHeaderValue()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
abstract public NameValueList getParameters()(Code)(Java Doc)
public static byte getStringHash(String s)(Code)(Java Doc)
abstract public Object getValue()(Code)(Java Doc)
public static boolean isAuthorization(String name)(Code)(Java Doc)
public static boolean isParameterLess(String name)(Code)(Java Doc)
public static boolean isReliableTagPresent(String strOptionTags)(Code)(Java Doc)
public void setHeaderName(String name)(Code)(Java Doc)
public void setHeaderValue(String value)(Code)(Java Doc)
public String toString()(Code)(Java Doc)

Methods inherited from gov.nist.core.GenericObject
abstract public Object clone()(Code)(Java Doc)
public static int compareToIgnoreCase(String s1, String s2)(Code)(Java Doc)
abstract public String encode()(Code)(Java Doc)
public static boolean equalsIgnoreCase(String s1, String s2)(Code)(Java Doc)

Methods inherited from java.lang.Object
public boolean equals(Object obj)(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.