📄 index-all.html
字号:
response.
<DT><A HREF="./javax/sip/address/AddressFactory.html#createAddress(java.lang.String)"><B>createAddress(String)</B></A> -
Method in interface javax.sip.address.<A HREF="./javax/sip/address/AddressFactory.html" title="interface in javax.sip.address">AddressFactory</A>
<DD>Creates an Address with the new address string value.
<DT><A HREF="./javax/sip/address/AddressFactory.html#createAddress(javax.sip.address.URI)"><B>createAddress(URI)</B></A> -
Method in interface javax.sip.address.<A HREF="./javax/sip/address/AddressFactory.html" title="interface in javax.sip.address">AddressFactory</A>
<DD>Creates an Address with the new URI attribute value.
<DT><A HREF="./javax/sip/address/AddressFactory.html#createAddress(java.lang.String, javax.sip.address.URI)"><B>createAddress(String, URI)</B></A> -
Method in interface javax.sip.address.<A HREF="./javax/sip/address/AddressFactory.html" title="interface in javax.sip.address">AddressFactory</A>
<DD>Creates an Address with the new display name and URI attribute values.
<DT><A HREF="./javax/sip/SipFactory.html#createAddressFactory()"><B>createAddressFactory()</B></A> -
Method in class javax.sip.<A HREF="./javax/sip/SipFactory.html" title="class in javax.sip">SipFactory</A>
<DD>Creates an instance of the AddressFactory implementation.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createAlertInfoHeader(javax.sip.address.URI)"><B>createAlertInfoHeader(URI)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new AlertInfoHeader based on the newly supplied alertInfo value.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createAllowEventsHeader(java.lang.String)"><B>createAllowEventsHeader(String)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new AllowEventsHeader based on the newly supplied event type value.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createAllowHeader(java.lang.String)"><B>createAllowHeader(String)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new AllowHeader based on the newly supplied method value.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createAuthenticationInfoHeader(java.lang.String)"><B>createAuthenticationInfoHeader(String)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new AuthenticationInfoHeader based on the newly supplied response value.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createAuthorizationHeader(java.lang.String)"><B>createAuthorizationHeader(String)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new AuthorizationHeader based on the newly supplied scheme value.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createCallIdHeader(java.lang.String)"><B>createCallIdHeader(String)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new CallIdHeader based on the newly supplied callId value.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createCallInfoHeader(javax.sip.address.URI)"><B>createCallInfoHeader(URI)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new CallInfoHeader based on the newly supplied callInfo value.
<DT><A HREF="./javax/sip/ClientTransaction.html#createCancel()"><B>createCancel()</B></A> -
Method in interface javax.sip.<A HREF="./javax/sip/ClientTransaction.html" title="interface in javax.sip">ClientTransaction</A>
<DD>Creates a new Cancel message from the Request associated with this client transaction.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createContactHeader(javax.sip.address.Address)"><B>createContactHeader(Address)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new ContactHeader based on the newly supplied address value.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createContactHeader()"><B>createContactHeader()</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new wildcard ContactHeader.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createContentDispositionHeader(java.lang.String)"><B>createContentDispositionHeader(String)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new ContentDispositionHeader based on the newly supplied contentDisposition value.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createContentEncodingHeader(java.lang.String)"><B>createContentEncodingHeader(String)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new ContentEncodingHeader based on the newly supplied encoding value.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createContentLanguageHeader(java.util.Locale)"><B>createContentLanguageHeader(Locale)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new ContentLanguageHeader based on the newly supplied contentLanguage value.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createContentLengthHeader(int)"><B>createContentLengthHeader(int)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new ContentLengthHeader based on the newly supplied contentLength value.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createContentTypeHeader(java.lang.String, java.lang.String)"><B>createContentTypeHeader(String, String)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new ContentTypeHeader based on the newly supplied contentType and contentSubType values.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createCSeqHeader(int, java.lang.String)"><B>createCSeqHeader(int, String)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD><B>Deprecated.</B> <I>Since 1.2. Use <A HREF="./javax/sip/header/HeaderFactory.html#createCSeqHeader(long, java.lang.String)"><CODE>HeaderFactory.createCSeqHeader(long, String)</CODE></A> method with type long.</I>
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createCSeqHeader(long, java.lang.String)"><B>createCSeqHeader(long, String)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new CSeqHeader based on the newly supplied sequence number and method values.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createDateHeader(java.util.Calendar)"><B>createDateHeader(Calendar)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new DateHeader based on the newly supplied date value.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createErrorInfoHeader(javax.sip.address.URI)"><B>createErrorInfoHeader(URI)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new ErrorInfoHeader based on the newly supplied errorInfo value.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createEventHeader(java.lang.String)"><B>createEventHeader(String)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new EventHeader based on the newly supplied eventType value.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createExpiresHeader(int)"><B>createExpiresHeader(int)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new ExpiresHeader based on the newly supplied expires value.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createFromHeader(javax.sip.address.Address, java.lang.String)"><B>createFromHeader(Address, String)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new FromHeader based on the newly supplied address and tag values.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createHeader(java.lang.String, java.lang.String)"><B>createHeader(String, String)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new Header based on the newly supplied name and value values.
<DT><A HREF="./javax/sip/SipFactory.html#createHeaderFactory()"><B>createHeaderFactory()</B></A> -
Method in class javax.sip.<A HREF="./javax/sip/SipFactory.html" title="class in javax.sip">SipFactory</A>
<DD>Creates an instance of the HeaderFactory implementation.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createHeaders(java.lang.String)"><B>createHeaders(String)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new List of Headers based on a supplied comma seperated list of Header values for a single header name.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createInReplyToHeader(java.lang.String)"><B>createInReplyToHeader(String)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new InReplyToHeader based on the newly supplied callId value.
<DT><A HREF="./javax/sip/SipStack.html#createListeningPoint(int, java.lang.String)"><B>createListeningPoint(int, String)</B></A> -
Method in interface javax.sip.<A HREF="./javax/sip/SipStack.html" title="interface in javax.sip">SipStack</A>
<DD><B>Deprecated.</B> <I>Since v1.2. This has been replaced by <A HREF="./javax/sip/SipStack.html#createListeningPoint(java.lang.String, int, java.lang.String)"><CODE>SipStack.createListeningPoint(String, int, String)</CODE></A> For backwards compatibility with v1.1 implementations should support this method. Implementations should throw <it>TransportNotSupportedException</it> if the Properties specified during stack creation do not include an IP Address.</I>
<DT><A HREF="./javax/sip/SipStack.html#createListeningPoint(java.lang.String, int, java.lang.String)"><B>createListeningPoint(String, int, String)</B></A> -
Method in interface javax.sip.<A HREF="./javax/sip/SipStack.html" title="interface in javax.sip">SipStack</A>
<DD>Creates a ListeningPoint a given IP address, port and transport.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createMaxForwardsHeader(int)"><B>createMaxForwardsHeader(int)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new MaxForwardsHeader based on the newly supplied maxForwards value.
<DT><A HREF="./javax/sip/SipFactory.html#createMessageFactory()"><B>createMessageFactory()</B></A> -
Method in class javax.sip.<A HREF="./javax/sip/SipFactory.html" title="class in javax.sip">SipFactory</A>
<DD>Creates an instance of the MessageFactory implementation.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createMimeVersionHeader(int, int)"><B>createMimeVersionHeader(int, int)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new MimeVersionHeader based on the newly supplied mimeVersion values.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createMinExpiresHeader(int)"><B>createMinExpiresHeader(int)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new MinExpiresHeader based on the newly supplied minExpires value.
<DT><A HREF="./javax/sip/header/HeaderFactory.html#createOrganizationHeader(java.lang.String)"><B>createOrganizationHeader(String)</B></A> -
Method in interface javax.sip.header.<A HREF="./javax/sip/header/HeaderFactory.html" title="interface in javax.sip.header">HeaderFactory</A>
<DD>Creates a new OrganizationHeader based on the newly supplied organization value.
<DT><A HREF="./javax/sip/Dialog.html#createPrack(javax.sip.message.Response)"><B>createPrack(Response)</B></A> -
Method in interface javax.sip.<A HREF="./javax/sip/Dialog.html" title="interface in javax.sip">Dialog</A>
<DD>Creates a new PRACK Request message based on a reliable provisional
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -