Uses of Class
jain.protocol.ip.sip.URI

Packages that use URI
jain.protocol.ip.sip This package contains the main interfaces required to represent JAIN SIP protocol stacks, JAIN SIP applications, as well as the classes and exceptions needed to send and receive JAIN SIP messages. 
jain.protocol.ip.sip.message This package contains the Event classes representing SIP Messages. 
 

Uses of URI in jain.protocol.ip.sip
 

Subclasses of URI in jain.protocol.ip.sip
 class SipURL
           This class represents a SIP URL.
 

Methods in jain.protocol.ip.sip that return URI
 URI NameAddress.getAddress()
          Gets address of NameAddress
 

Methods in jain.protocol.ip.sip with parameters of type URI
 void NameAddress.setAddress(URI address)
          Sets address of NameAddress
 int JainSipProvider.sendInvite(JainSipListener source, URI requestURI, NameAddress from, NameAddress to, java.lang.Object body, java.lang.String bodyType, java.lang.String bodySubType)
          Sends an automatically generated InviteMessage and returns the ID of the implicitly created transaction.
 int JainSipProvider.sendRegister(JainSipListener source, URI requestURI, NameAddress from, NameAddress to, NameAddress[] contacts)
          Sends an automatically generated RegisterMessage and returns the ID of the implicitly created transaction.
 int JainSipProvider.sendRegister(JainSipListener source, URI requestURI, NameAddress from, NameAddress to, NameAddress[] contacts, java.lang.Object body, java.lang.String bodyType, java.lang.String bodySubType)
          Sends an automatically generated RegisterMessage and returns the ID of the implicitly created transaction.
 int JainSipProvider.sendOptions(JainSipListener source, URI requestURI, NameAddress from, NameAddress to)
          Sends an automatically generated OptionsMessage and returns the ID of the implicitly created transaction.
 int JainSipProvider.sendOptions(JainSipListener source, URI requestURI, NameAddress from, NameAddress to, java.lang.Object body, java.lang.String bodyType, java.lang.String bodySubType)
          Sends an automatically generated OptionsMessage and returns the ID of the implicitly created transaction.
 boolean URI.equals(URI uri)
          Indicates whether some other URI is "equal to" this one
 

Constructors in jain.protocol.ip.sip with parameters of type URI
NameAddress.NameAddress(URI address)
          Creates a NameAddress based on given address
NameAddress.NameAddress(java.lang.String displayName, URI address)
          Creates a NameAddress based on given diaplay name and address
 

Uses of URI in jain.protocol.ip.sip.message
 

Methods in jain.protocol.ip.sip.message that return URI
 URI RequestMessage.getRequestURI()
          Gets Request URI of RequestMessage.
 

Methods in jain.protocol.ip.sip.message with parameters of type URI
 void RequestMessage.setRequestURI(URI requestURI)
          Sets RequestURI of RequestMessage.
 

Constructors in jain.protocol.ip.sip.message with parameters of type URI
RequestMessage.RequestMessage(java.lang.Object source, URI requestURI, java.lang.String method, CallIdHeader callIdheader, CSeqHeader cSeqHeader, FromHeader fromHeader, ToHeader toHeader, ViaHeader[] viaHeaders)
          Constructor of RequestMessage without body
RequestMessage.RequestMessage(java.lang.Object source, URI requestURI, java.lang.String method, CallIdHeader callIdheader, CSeqHeader cSeqHeader, FromHeader fromHeader, ToHeader toHeader, ViaHeader[] viaHeaders, java.lang.Object body, ContentTypeHeader contentTypeHeader)
          Constructor of RequestMessage with body
CancelMessage.CancelMessage(java.lang.Object source, URI requestURI, CallIdHeader callIdHeader, CSeqHeader cSeqHeader, FromHeader fromHeader, ToHeader toHeader, ViaHeader[] viaHeaders)
          Constructor of CancelMessage
AckMessage.AckMessage(java.lang.Object source, URI requestURI, CallIdHeader callIdHeader, CSeqHeader cSeqHeader, FromHeader fromHeader, ToHeader toHeader, ViaHeader[] viaHeaders)
          Constructor of AckMessage without body
AckMessage.AckMessage(java.lang.Object source, URI requestURI, CallIdHeader callIdHeader, CSeqHeader cSeqHeader, FromHeader fromHeader, ToHeader toHeader, ViaHeader[] viaHeaders, java.lang.Object body, ContentTypeHeader contentTypeHeader)
          Constructor of AckMessage with body
InviteMessage.InviteMessage(java.lang.Object source, URI requestURI, CallIdHeader callIdHeader, CSeqHeader cSeqHeader, FromHeader fromHeader, ToHeader toHeader, ViaHeader[] viaHeaders, java.lang.Object body, ContentTypeHeader contentTypeHeader)
          Constructor of InviteMessage
ByeMessage.ByeMessage(java.lang.Object source, URI requestURI, CallIdHeader callIdHeader, CSeqHeader cSeqHeader, FromHeader fromHeader, ToHeader toHeader, ViaHeader[] viaHeaders)
          Constructor of ByeMessage
RegisterMessage.RegisterMessage(java.lang.Object source, URI requestURI, CallIdHeader callIdHeader, CSeqHeader cSeqHeader, FromHeader fromHeader, ToHeader toHeader, ViaHeader[] viaHeaders, ContactHeader[] contactHeaders)
          Constructor of RegisterMessage with body
RegisterMessage.RegisterMessage(java.lang.Object source, URI requestURI, CallIdHeader callIdHeader, CSeqHeader cSeqHeader, FromHeader fromHeader, ToHeader toHeader, ViaHeader[] viaHeaders, ContactHeader[] contactHeaders, java.lang.Object body, ContentTypeHeader contentTypeHeader)
          Constructor of RegisterMessage with body
OptionsMessage.OptionsMessage(java.lang.Object source, URI requestURI, CallIdHeader callIdHeader, CSeqHeader cSeqHeader, FromHeader fromHeader, ToHeader toHeader, ViaHeader[] viaHeaders)
          Constructor of OptionsMessage without body
OptionsMessage.OptionsMessage(java.lang.Object source, URI requestURI, CallIdHeader callIdHeader, CSeqHeader cSeqHeader, FromHeader fromHeader, ToHeader toHeader, ViaHeader[] viaHeaders, java.lang.Object body, ContentTypeHeader contentTypeHeader)
          Constructor of OptionsMessage with body
 



If you have any comments or queries, please mail them to JAIN-SIP-interest@sun.com


Copyright - 2000 Sun Microsystems