gov.nist.javax.sip.header
クラス AllowList

java.lang.Object
  上位を拡張 gov.nist.core.GenericObject
      上位を拡張 gov.nist.javax.sip.header.SIPObject
          上位を拡張 gov.nist.javax.sip.header.SIPHeader
              上位を拡張 gov.nist.javax.sip.header.SIPHeaderList
                  上位を拡張 gov.nist.javax.sip.header.AllowList
すべての実装されたインタフェース:
SIPHeaderNames, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, javax.sip.header.Header

public class AllowList
extends SIPHeaderList

List of ALLOW headers. The sip message can have multiple Allow headers

バージョン:
JAIN-SIP-1.1 $Revision: 1.2 $ $Date: 2004/01/22 13:26:29 $
作成者:
M. Ranganathan NIST/ITL/ANTD
This code is in the public domain.
関連項目:
直列化された形式

フィールドの概要
 
インタフェース gov.nist.javax.sip.header.SIPHeaderNames から継承されたフィールド
ACCEPT, ACCEPT_ENCODING, ACCEPT_LANGUAGE, ALERT_INFO, ALLOW, ALLOW_EVENTS, AUTHENTICATION_INFO, AUTHORIZATION, CALL_ID, CALL_INFO, CONTACT, CONTENT_DISPOSITION, CONTENT_ENCODING, CONTENT_LANGUAGE, CONTENT_LENGTH, CONTENT_TYPE, CSEQ, DATE, ERROR_INFO, EVENT, EXPIRES, FROM, IN_REPLY_TO, MAX_FORWARDS, MIME_VERSION, MIN_EXPIRES, ORGANIZATION, PRIORITY, PROXY_AUTHENTICATE, PROXY_AUTHORIZATION, PROXY_REQUIRE, RACK, REASON, RECORD_ROUTE, REPLY_TO, REQUIRE, RETRY_AFTER, ROUTE, RSEQ, SERVER, SUBJECT, SUBSCRIPTION_STATE, SUPPORTED, TIMESTAMP, TO, UNSUPPORTED, USER_AGENT, VIA, WARNING, WWW_AUTHENTICATE
 
コンストラクタの概要
AllowList()
          default constructor
 
メソッドの概要
 java.util.ListIterator getMethods()
          Gets an Iterator of all the methods of the AllowHeader.
 void setMethods(java.util.List methods)
          Sets the methods supported defined by this AllowHeader.
 
クラス gov.nist.javax.sip.header.SIPHeaderList から継承されたメソッド
add, add, add, add, addAll, addAll, addFirst, clear, clone, concatenate, concatenate, contains, containsAll, debugDump, debugDump, encode, equals, first, get, getFirst, getHeaderList, getHeadersAsEncodedStrings, getLast, getMyClass, indexOf, indexOf, isEmpty, isHeaderList, iterator, lastIndexOf, listIterator, listIterator, match, merge, next, next, remove, remove, remove, removeAll, removeAll, removeFirst, removeLast, retainAll, set, size, subList, toArray, toArray, toString
 
クラス gov.nist.javax.sip.header.SIPHeader から継承されたメソッド
getHeaderName, getHeaderValue, getName, getValue, setHeaderName
 
クラス gov.nist.javax.sip.header.SIPObject から継承されたメソッド
dbgPrint, replace, replace, replace, replace
 
クラス gov.nist.core.GenericObject から継承されたメソッド
getClassFromName, getMatcher, isMySubclass, setMatcher
 
クラス java.lang.Object から継承されたメソッド
getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース java.util.List から継承されたメソッド
hashCode
 

コンストラクタの詳細

AllowList

public AllowList()
default constructor

メソッドの詳細

getMethods

public java.util.ListIterator getMethods()
Gets an Iterator of all the methods of the AllowHeader. Returns an empty Iterator if no methods are defined in this Allow Header.

戻り値:
Iterator of String objects each identifing the methods of AllowHeader.
導入されたバージョン:
JAIN SIP v1.1

setMethods

public void setMethods(java.util.List methods)
                throws java.text.ParseException
Sets the methods supported defined by this AllowHeader.

パラメータ:
methods - - the Iterator of Strings defining the methods supported in this AllowHeader
例外:
java.text.ParseException - which signals that an error has been reached unexpectedly while parsing the Strings defining the methods supported.
導入されたバージョン:
JAIN SIP v1.1