A B C D E F G H I K L M N O P Q R S T U V W

A

Accept - Static variable in class org.mitre.jsip.SipHeader
 
Accept_Encoding - Static variable in class org.mitre.jsip.SipHeader
 
Accept_Language - Static variable in class org.mitre.jsip.SipHeader
 
accept() - Method in class org.mitre.jsip.MessageSocket
accept
accept() - Method in class org.mitre.jsip.MulticastMessageSocket
Not implemented in this class
accept() - Method in class org.mitre.jsip.UDPMessageSocket
accept
accept() - Method in class org.mitre.jsip.TCPMessageSocket
accept
acceptBye(String, MimeContentType) - Method in class org.mitre.jsip.SipCallMember
 
acceptInfo(String, MimeContentType) - Method in class org.mitre.jsip.SipCallMember
 
acceptInvite(String, MimeContentType) - Method in class org.mitre.jsip.SipCallMember
Accepts the invitation to join the session sent by the call member.
ACK - Static variable in class org.mitre.jsip.Sip
 
Acked() - Method in class org.mitre.jsip.SipTransaction
 
AckMessage - class org.mitre.jsip.messages.AckMessage.
 
AckMessage() - Constructor for class org.mitre.jsip.messages.AckMessage
Constructor
activate() - Method in class org.mitre.jsip.SipRegister
PollTask interface implementation
activate() - Method in interface org.mitre.jsip.util.PollTask
The action to perform on a regular interval
addCall(SipCall) - Method in class org.mitre.jsip.SipClient
addCall
addCallListener(CallListener) - Method in class org.mitre.jsip.SipClient
Method for adding CallEvent listeners
addContact(SipUri) - Method in class org.mitre.jsip.SipMessage
Add a url to the contact list
addListener(CallListener) - Method in class org.mitre.jsip.event.CallEventMulticaster
 
addMedia(int, String, String, int) - Method in class org.mitre.jsip.SdpMessage
Allows the addition of a standard protocol
addMediaAttribute(int, String, String) - Method in class org.mitre.jsip.SdpMessage
 
addServer(String) - Method in class org.mitre.jsip.SipUser
addServer
addTask(PollTask) - Method in class org.mitre.jsip.util.PollAgent
 
addToEnd(SipUri) - Method in class org.mitre.jsip.SipUriList
addToEnd
addToHead(SipUri) - Method in class org.mitre.jsip.SipUriList
addToHead
Allow - Static variable in class org.mitre.jsip.SipHeader
 
Also - Static variable in class org.mitre.jsip.SipHeader
 
APPLICATION - Static variable in class org.mitre.jsip.SdpMessage
 
AUDIO - Static variable in class org.mitre.jsip.SdpMessage
 
Authorization - Static variable in class org.mitre.jsip.SipHeader
 

B

BadHeader - Static variable in class org.mitre.jsip.SipHeader
 
BadHeaderException - exception org.mitre.jsip.BadHeaderException.
 
BadHeaderException() - Constructor for class org.mitre.jsip.BadHeaderException
 
BadHeaderException(String) - Constructor for class org.mitre.jsip.BadHeaderException
 
BadMethod - Static variable in class org.mitre.jsip.Sip
 
BadType - Static variable in class org.mitre.jsip.SipMessage
 
Base64 - class org.mitre.jsip.util.Base64.
 
Base64() - Constructor for class org.mitre.jsip.util.Base64
 
BYE - Static variable in class org.mitre.jsip.Sip
 
ByeMessage - class org.mitre.jsip.messages.ByeMessage.
 
ByeMessage() - Constructor for class org.mitre.jsip.messages.ByeMessage
Constructor

C

Call_ID - Static variable in class org.mitre.jsip.SipHeader
 
CallEvent - class org.mitre.jsip.event.CallEvent.
 
CallEvent(Object, SipMessage, int) - Constructor for class org.mitre.jsip.event.CallEvent
 
CallEventMulticaster - class org.mitre.jsip.event.CallEventMulticaster.
 
CallEventMulticaster() - Constructor for class org.mitre.jsip.event.CallEventMulticaster
 
CallListener - interface org.mitre.jsip.event.CallListener.
 
callListUpdated() - Method in class org.mitre.jsip.SipClient
Triggered when a call is deleted or added to the internal list of calls, or when a call has its type changed.
CALLREQUEST_ID - Static variable in class org.mitre.jsip.event.CallEvent
 
CALLRESPONSE_ID - Static variable in class org.mitre.jsip.event.CallEvent
 
callStatusUpdated() - Method in class org.mitre.jsip.SipCall
Triggered whenever the call status changes.
CANCEL - Static variable in class org.mitre.jsip.Sip
 
cancel() - Method in class org.mitre.jsip.SipRequestMessage
cancel this message
cancel() - Method in class org.mitre.jsip.util.Poller
 
Cancelling - Static variable in class org.mitre.jsip.SipCallMember
 
CancelMessage - class org.mitre.jsip.messages.CancelMessage.
 
CancelMessage() - Constructor for class org.mitre.jsip.messages.CancelMessage
Constructor
cancelRequest() - Method in class org.mitre.jsip.SipTransaction
cancelRequest
cancelRequest(String, MimeContentType) - Method in class org.mitre.jsip.SipTransaction
 
checkFilename(String) - Method in class org.mitre.jsip.SipUtil
checkFilename
close() - Method in class org.mitre.jsip.MessageSocket
close
close() - Method in class org.mitre.jsip.MulticastMessageSocket
 
close() - Method in class org.mitre.jsip.UDPMessageSocket
 
close() - Method in class org.mitre.jsip.TCPMessageSocket
 
codeString(int) - Method in class org.mitre.jsip.SipStatus
codeString
connect(InetAddress, int) - Method in class org.mitre.jsip.MessageSocket
Another connect
connect(InetAddress, int) - Method in class org.mitre.jsip.MulticastMessageSocket
Connect to the socket
connect(InetAddress, int) - Method in class org.mitre.jsip.UDPMessageSocket
connect
connect(InetAddress, int) - Method in class org.mitre.jsip.TCPMessageSocket
 
connect(String, int) - Method in class org.mitre.jsip.MessageSocket
connect
connect(String, int) - Method in class org.mitre.jsip.MulticastMessageSocket
connect
connect(String, int) - Method in class org.mitre.jsip.UDPMessageSocket
connect
connect(String, int) - Method in class org.mitre.jsip.TCPMessageSocket
connect * @param portnum * @return int
Connected - Static variable in class org.mitre.jsip.SipCallMember
 
Contact - Static variable in class org.mitre.jsip.SipHeader
 
Content_Encoding - Static variable in class org.mitre.jsip.SipHeader
 
Content_Length - Static variable in class org.mitre.jsip.SipHeader
 
Content_Type - Static variable in class org.mitre.jsip.SipHeader
 
CONTROL - Static variable in class org.mitre.jsip.SdpMessage
 
createAuthorizationHeader(String, String, String, String) - Method in class org.mitre.jsip.util.DigestAuthentication
Create a string to use in a Authorization header field
createCallId() - Static method in class org.mitre.jsip.SipRequestMessage
Static method to create a new SIP Call ID.
createMessage(String) - Static method in class org.mitre.jsip.SipMessage
Create a SipMessage from a buffer
createRequestMessage(int) - Static method in class org.mitre.jsip.SipRequestMessage
Main method for getting an instance of a Request Message
createRequestMessage(String) - Static method in class org.mitre.jsip.SipRequestMessage
 
CSeq - Static variable in class org.mitre.jsip.SipHeader
 

D

DATA - Static variable in class org.mitre.jsip.SdpMessage
 
Date - Static variable in class org.mitre.jsip.SipHeader
 
declineInvite(String, MimeContentType) - Method in class org.mitre.jsip.SipCallMember
Declines the invitation to join the session sent by the call member.
decode(String) - Static method in class org.mitre.jsip.util.Base64
decode a Base 64 encoded String.
DEFAULT_MAX_DATAGRAM_SIZE - Static variable in class org.mitre.jsip.MulticastMessageSocket
 
DEFAULT_MAX_DATAGRAM_SIZE - Static variable in class org.mitre.jsip.UDPMessageSocket
 
DEFAULT_MAX_RETRIES - Static variable in class org.mitre.jsip.MulticastMessageSocket
 
DEFAULT_MAX_RETRIES - Static variable in class org.mitre.jsip.UDPMessageSocket
 
deleteCall(SipCall) - Method in class org.mitre.jsip.SipClient
deleteCall
DigestAuthentication - class org.mitre.jsip.util.DigestAuthentication.
 
DigestAuthentication(String) - Constructor for class org.mitre.jsip.util.DigestAuthentication
Create a new instance using the information passed from the server in the WWW-Authenticate field
DigestAuthenticationException - exception org.mitre.jsip.util.DigestAuthenticationException.
 
DigestAuthenticationException() - Constructor for class org.mitre.jsip.util.DigestAuthenticationException
 
DigestAuthenticationException(String) - Constructor for class org.mitre.jsip.util.DigestAuthenticationException
 
Disconnected - Static variable in class org.mitre.jsip.SipCallMember
 
Disconnecting - Static variable in class org.mitre.jsip.SipCallMember
 
dispatchEvents() - Method in class org.mitre.jsip.event.CallEventMulticaster
 
DNSProxyLookup - class org.mitre.jsip.proxy.DNSProxyLookup.
 
DontHideVia - Static variable in class org.mitre.jsip.SipClient
 

E

encode(String) - Static method in class org.mitre.jsip.util.Base64
encode plaintext data to a base 64 string
Encryption - Static variable in class org.mitre.jsip.SipHeader
 
equals(Object) - Method in class org.mitre.jsip.SipUri
equals
Event - Static variable in class org.mitre.jsip.SipHeader
 
exitCommand() - Method in class org.mitre.jsip.SipTester
 
Expires - Static variable in class org.mitre.jsip.SipHeader
 

F

FileProxyLookup - class org.mitre.jsip.proxy.FileProxyLookup.
 
FileProxyLookup(String, String) - Constructor for class org.mitre.jsip.proxy.FileProxyLookup
Initialize with local proxy host
forcePortNumber(int) - Method in class org.mitre.jsip.MessageSocket
forcePortNumber
From - Static variable in class org.mitre.jsip.SipHeader
 

G

GeneralUri - class org.mitre.jsip.GeneralUri.
 
GeneralUri() - Constructor for class org.mitre.jsip.GeneralUri
GeneralUri
generateTag() - Method in class org.mitre.jsip.SipUri
generateTag
getAcceptLanguage() - Method in class org.mitre.jsip.SipClient
 
getAuthenticationType() - Method in class org.mitre.jsip.SipRegister
getAuthenticationType
getAuthRealm() - Method in class org.mitre.jsip.SipRegister
getAuthRealm
getBasicResponse(String, String) - Static method in class org.mitre.jsip.Sip
getBasicResponse
getBranchParam() - Method in class org.mitre.jsip.SipVia
getBranchParam
getBusy() - Method in class org.mitre.jsip.SipClient
Returns the current state of busy mode.
getBusyMessage() - Method in class org.mitre.jsip.SipClient
Returns our current busy message.
getCallForward() - Method in class org.mitre.jsip.SipClient
Returns the current state of call forwarding.
getCallForwardMessage() - Method in class org.mitre.jsip.SipClient
Returns our current forward message.
getCallForwardUri() - Method in class org.mitre.jsip.SipClient
Returns the URI we are currently forwarding to.
getCallId() - Method in class org.mitre.jsip.SipCall
Returns the associated call ID
getCallList() - Method in class org.mitre.jsip.SipClient
Returns an iterator to teh list of active SIP calls.
getCallListener() - Method in class org.mitre.jsip.SipClient
Method for accessing the CallListener
getCallMember() - Method in class org.mitre.jsip.SipTransaction
getCallMember
getCallStatus() - Method in class org.mitre.jsip.SipCall
getCallStatus
getCallType() - Method in class org.mitre.jsip.SipCall
 
getCode() - Method in class org.mitre.jsip.SipStatus
getCode
getConnectionUri(String) - Method in class org.mitre.jsip.proxy.DNSProxyLookup
 
getConnectionUri(String) - Method in class org.mitre.jsip.proxy.FileProxyLookup
Return a proxy server for a particular host ( or domain )
getConnectionUri(String) - Method in interface org.mitre.jsip.proxy.ProxyLookup
For initial connections, determine whether the host portion of a SIP URI is either a domain or a full hostname, then try to figure out the proxy for that particular host
getContactList() - Method in class org.mitre.jsip.SipMessage
Returns a reference to the contact list for this message.
getContactUri() - Method in class org.mitre.jsip.SipClient
Returns the full contact URI for this client.
getContactUri() - Method in class org.mitre.jsip.SipCallMember
Returns the current Contact URI for this call member.
getContentLength() - Method in class org.mitre.jsip.SipMessage
Return the Content Length of the message body
getCSeq() - Method in class org.mitre.jsip.SipTransaction
getCSeq
getCSeqMethod(String) - Static method in class org.mitre.jsip.SipMessage
Gets the CSeq method type of the incoming message the CSeq header field has the CSeq and the Method of the current transaction
This method extracts the Method from the CSeq header.
getCurrentCallMemb() - Method in class org.mitre.jsip.SipClient
 
getDefaultUser() - Method in class org.mitre.jsip.SipClient
Returns the current default user.
getDefaultUserMode() - Method in class org.mitre.jsip.SipClient
Returns true if we accept calls with a default user
getDigestResponse(String, String, String, String, String) - Static method in class org.mitre.jsip.Sip
getDigestResponse
getDirection() - Method in class org.mitre.jsip.SipTransaction
getDirection
getExplicitProxyAddress() - Method in class org.mitre.jsip.SipClient
Returns the explicit proxy for this client, in the same format as above.
getExplicitProxyMode() - Method in class org.mitre.jsip.SipClient
Returns true if we are currently sending outgoing requests to the explicit proxy.
getFinalContactList() - Method in class org.mitre.jsip.SipTransaction
getFinalContactList
getFinalContentType() - Method in class org.mitre.jsip.SipTransaction
getFinalContentType
getFinalMessageBody() - Method in class org.mitre.jsip.SipTransaction
getFinalMessageBody
getFinalProxyAuthString() - Method in class org.mitre.jsip.SipTransaction
getFinalProxyAuthString
getFinalWWWAuthString() - Method in class org.mitre.jsip.SipTransaction
getFinalWWWAuthString
getFullname() - Method in class org.mitre.jsip.SipUri
getFullname
getHead() - Method in class org.mitre.jsip.SipUriList
getHead
getHeaderData(int) - Method in class org.mitre.jsip.SipMessage
Returns the data contained in the specified header.
getHeaderString(int) - Static method in class org.mitre.jsip.SipHeader
 
getHeaderString(int, boolean) - Static method in class org.mitre.jsip.SipHeader
getHeaderString
getHideViaMode() - Method in class org.mitre.jsip.SipClient
Returns the current Via hiding mode.
getHostname() - Method in class org.mitre.jsip.SipUri
getHostname
getHostname() - Method in class org.mitre.jsip.SipVia
getHostname
getIpAddress() - Method in class org.mitre.jsip.SdpMessage
Returns the IP address of the session described.
getLine() - Method in class org.mitre.jsip.HeaderParser
Returns the position where the header ends, the body begins, and the length of the body of the header.
getListLength() - Method in class org.mitre.jsip.SipUriList
getListLength
getLocalAddress() - Static method in class org.mitre.jsip.Sip
getLocalAddress
getLocalFqdn() - Static method in class org.mitre.jsip.SipUtil
getLocalFqdn
getLocalIP() - Static method in class org.mitre.jsip.SipUtil
 
getLocalPort() - Static method in class org.mitre.jsip.Sip
Get the port we will be listening to
getLocalSessionDescription() - Method in class org.mitre.jsip.SipCallMember
Returns the most recently sent local session description.
getLocalSessionDescriptionType() - Method in class org.mitre.jsip.SipCallMember
Returns the MIME Content Type of the most recently sent local session description.
getLocalStatusDescription() - Method in class org.mitre.jsip.SipCallMember
Returns a text description of our current status.
getMaddrParam() - Method in class org.mitre.jsip.SipUri
getMaddrParam
getMaddrParam() - Method in class org.mitre.jsip.SipVia
getMaddrParam
getMaxForwards() - Method in class org.mitre.jsip.SipClient
Returns our current max forwards.
getMember(SipUri) - Method in class org.mitre.jsip.SipCall
Tries to find a SipCallMember for the given URI.
getMemberList() - Method in class org.mitre.jsip.SipCall
Returns an iterator for the list of all current members of this call.
getMessage() - Method in class org.mitre.jsip.event.CallEvent
Get the message that triggered this event
getMessageSocket(int) - Static method in class org.mitre.jsip.MessageSocketFactory
 
getMethod() - Method in class org.mitre.jsip.SipRequestMessage
Returns the method of this SIP request.
getMethodString(int) - Static method in class org.mitre.jsip.Sip
getMethodString
getMostRecentMessageBody() - Method in class org.mitre.jsip.SipCallMember
Returns the most recent message body we received that was not a session description.
getMostRecentMessageBodyType() - Method in class org.mitre.jsip.SipCallMember
Returns the MIME type of the most recent message body we received that was not a session description.
getMulticaster() - Static method in class org.mitre.jsip.event.CallEventMulticaster
 
getName() - Method in class org.mitre.jsip.SdpMessage
Returns the unique session name.
getPassword() - Method in class org.mitre.jsip.SipUri
getPassword
getPort() - Method in class org.mitre.jsip.SdpMessage
Returns the port on which media is being received.
getPortNumber() - Method in class org.mitre.jsip.MessageSocket
getPortNumber
getPortNumber() - Method in class org.mitre.jsip.SipUri
getPortNumber
getPortNumber() - Method in class org.mitre.jsip.SipVia
getPortNumber
getProtocolName() - Method in class org.mitre.jsip.GeneralUri
Returns the protocol name of the URI.
getProtocolName() - Method in class org.mitre.jsip.SipUri
getProtocolName
getProtocolName() - Method in class org.mitre.jsip.SipVia
getProtocolName
getProtocolVer() - Method in class org.mitre.jsip.SipVia
getProtocolVer
getProxyAuthRealm() - Method in class org.mitre.jsip.SipRegister
getProxyAuthRealm
getProxyLookup() - Static method in class org.mitre.jsip.proxy.ProxyServer
 
getProxyUri() - Method in class org.mitre.jsip.proxy.DNSProxyLookup
 
getProxyUri() - Method in class org.mitre.jsip.proxy.FileProxyLookup
Return the local proxy server
getProxyUri() - Method in interface org.mitre.jsip.proxy.ProxyLookup
Return the local proxy URI
getReasonPhrase() - Method in class org.mitre.jsip.SipStatus
getReasonPhrase
getReceivedParam() - Method in class org.mitre.jsip.SipVia
getReceivedParam
getRecordRoute() - Method in class org.mitre.jsip.SipMessage
Returns a reference to the Record-Route for this message.
getRedirectList() - Method in class org.mitre.jsip.SipCallMember
Returns the list of URIs where we were redirected.
getRegisterCall() - Method in class org.mitre.jsip.SipRegister
getRegisterCall
getRegisterContactUri() - Method in class org.mitre.jsip.SipClient
Returns the contact URI the client will use when registering.
getRegisterState() - Method in class org.mitre.jsip.SipRegister
getRegisterState
getRequest() - Method in class org.mitre.jsip.SipTransaction
getRequest
getRequestMessageBody() - Method in class org.mitre.jsip.SipTransaction
getRequestMessageBody
getRequestMessageContentType() - Method in class org.mitre.jsip.SipTransaction
getRequestMessageContentType
getRequestUri() - Method in class org.mitre.jsip.SipRequestMessage
Returns the request URI for this message.
getReverseOrderList() - Method in class org.mitre.jsip.SipUriList
getReverseOrderList
getSendToAddress() - Method in class org.mitre.jsip.SipMessage
 
getSeqNum() - Method in class org.mitre.jsip.SipTransaction
getSeqNum
getServerUri() - Method in class org.mitre.jsip.SipRegister
getServerUri
getSessionDescription() - Method in class org.mitre.jsip.SipCallMember
Returns the most recent session description provided by the member for sending media to them.
getSessionDescriptionType() - Method in class org.mitre.jsip.SipCallMember
Returns the MIME Content Type of the session description provided by the call member.
getSipClient() - Static method in class org.mitre.jsip.SipClient
 
getSipPort() - Method in class org.mitre.jsip.SipUri
getSipPort
getSipRegisterList() - Method in class org.mitre.jsip.SipUser
getSipRegisterList
getSocketType() - Method in class org.mitre.jsip.MessageSocket
getSocketType
getSource() - Method in class org.mitre.jsip.event.CallEvent
 
getStatus() - Method in class org.mitre.jsip.SipResponseMessage
Returns the status of the message.
getStatus() - Method in class org.mitre.jsip.SipTransaction
getStatus
getStatus() - Method in class org.mitre.jsip.SipCallMember
Returns the current status of the call member.
getSubject() - Method in class org.mitre.jsip.SipCall
Returns the subject for this call.
getSubType() - Method in class org.mitre.jsip.MimeContentType
getSubType
getTag() - Method in class org.mitre.jsip.SipUri
getTag
getTimestamp() - Method in class org.mitre.jsip.SipRequestMessage
Returns the timestamp of the last transmission.
getTopmostVia() - Method in class org.mitre.jsip.SipViaList
getTopmostVia
getTransactionList() - Method in class org.mitre.jsip.SipCall
getTransactionList
getTransport() - Method in class org.mitre.jsip.SipVia
getTransport
getTransportParamString(int) - Static method in class org.mitre.jsip.SipUri
getTransportParamString
getTransportString(int) - Method in class org.mitre.jsip.SipVia
getTransportString
getTtlParam() - Method in class org.mitre.jsip.SipUri
 
getTtlParam() - Method in class org.mitre.jsip.SipVia
getTtlParam
getType() - Method in class org.mitre.jsip.SipMessage
Return the type of this message, either SipMessage.Request or SipMessage.Response
getType() - Method in class org.mitre.jsip.MimeContentType
getType
getUri() - Method in class org.mitre.jsip.SipUser
getUri
getUri() - Method in class org.mitre.jsip.SipCallMember
Returns the URI for this call member.
getUriList() - Method in class org.mitre.jsip.SipUriList
Return the list as a concatenated string
getUriListArray() - Method in class org.mitre.jsip.SipUriList
Return the list as an array of strings
getUser(SipUri) - Method in class org.mitre.jsip.SipClient
Returns a user of this client.
getUserAgent() - Method in class org.mitre.jsip.SipClient
Returns our User-Agent string (library version)
getUsername() - Method in class org.mitre.jsip.SipUri
getUsername
getUserParam() - Method in class org.mitre.jsip.SipUri
 
getUserParamString(int) - Static method in class org.mitre.jsip.SipUri
getUserParamString
getViaList() - Method in class org.mitre.jsip.SipMessage
Returns a reference to the via list for this message.
getViaList() - Method in class org.mitre.jsip.SipViaList
getViaList
getViaParamString(int) - Method in class org.mitre.jsip.SipVia
getViaParamString

H

handleCallRequest(SipClient) - Method in class org.mitre.jsip.SipRequestMessage
message specific logic for a request cooresponding to a call.
handleCallRequest(SipClient) - Method in class org.mitre.jsip.messages.RegisterMessage
Handle a request for a call that already exists.
handleCallRequest(SipClient) - Method in class org.mitre.jsip.messages.SubscribeMessage
 
handleCallRequest(SipClient) - Method in class org.mitre.jsip.messages.MessageMessage
 
handleCallRequest(SipClient) - Method in class org.mitre.jsip.messages.ByeMessage
Handle request for a call that already exists.
handleCallRequest(SipClient) - Method in class org.mitre.jsip.messages.NotifyMessage
 
handleCallRequest(SipClient) - Method in class org.mitre.jsip.messages.UnsupportedMessage
 
handleCallRequest(SipClient) - Method in class org.mitre.jsip.messages.OptionsMessage
Handle request for a call that already exists
handleCallRequest(SipClient) - Method in class org.mitre.jsip.messages.CancelMessage
Handle request for a call that already exists
handleCallRequest(SipClient) - Method in class org.mitre.jsip.messages.AckMessage
Handle requests for calls that already exist.
handleCallRequest(SipClient) - Method in class org.mitre.jsip.messages.InviteMessage
Handle a request for a call that already exists.
handleNewRequest(SipClient) - Method in class org.mitre.jsip.SipRequestMessage
message specific logic for a new request message.
handleNewRequest(SipClient) - Method in class org.mitre.jsip.messages.RegisterMessage
Handle an incoming request.
handleNewRequest(SipClient) - Method in class org.mitre.jsip.messages.SubscribeMessage
Signal new incoming message to the user
handleNewRequest(SipClient) - Method in class org.mitre.jsip.messages.MessageMessage
Signal new incoming message to the user
handleNewRequest(SipClient) - Method in class org.mitre.jsip.messages.ByeMessage
Handle new request.
handleNewRequest(SipClient) - Method in class org.mitre.jsip.messages.NotifyMessage
Signal new incoming message to the user
handleNewRequest(SipClient) - Method in class org.mitre.jsip.messages.UnsupportedMessage
 
handleNewRequest(SipClient) - Method in class org.mitre.jsip.messages.OptionsMessage
Handle new request message.
handleNewRequest(SipClient) - Method in class org.mitre.jsip.messages.CancelMessage
Handle new request message.
handleNewRequest(SipClient) - Method in class org.mitre.jsip.messages.AckMessage
Handle new requests.
handleNewRequest(SipClient) - Method in class org.mitre.jsip.messages.InviteMessage
Signal to the user that an invite has been received
hasBranchParam() - Method in class org.mitre.jsip.SipVia
hasBranchParam
hasHeader(int) - Method in class org.mitre.jsip.SipMessage
Returns true if the message contains the specified header.
hasMaddrParam() - Method in class org.mitre.jsip.SipUri
hasMaddrParam
hasMaddrParam() - Method in class org.mitre.jsip.SipVia
hasMaddrParam
hasMethodsParam() - Method in class org.mitre.jsip.SipUri
hasMethodParam
hasMoreLines() - Method in class org.mitre.jsip.HeaderParser
 
hasPassword() - Method in class org.mitre.jsip.SipUri
hasPassword
hasReceivedParam() - Method in class org.mitre.jsip.SipVia
hasReceivedParam
hasSendToAddress() - Method in class org.mitre.jsip.SipMessage
 
hasTag() - Method in class org.mitre.jsip.SipUri
hasTag
hasTransportParam() - Method in class org.mitre.jsip.SipUri
hasTransportParam
hasTtlParam() - Method in class org.mitre.jsip.SipUri
hasTtlParam
hasTtlParam() - Method in class org.mitre.jsip.SipVia
hasTtlParam
hasUserInfo() - Method in class org.mitre.jsip.SipUri
hasUserInfo
hasUserParam() - Method in class org.mitre.jsip.SipUri
hasUserParam
haveBody() - Method in class org.mitre.jsip.SipMessage
Returns true if the message has a body.
haveMessages() - Method in class org.mitre.jsip.SipClient
Check if incoming messages are available
HeaderParser - class org.mitre.jsip.HeaderParser.
 
HeaderParser(String) - Constructor for class org.mitre.jsip.HeaderParser
HeaderParser
Hide - Static variable in class org.mitre.jsip.SipHeader
 
HideHop - Static variable in class org.mitre.jsip.SipClient
 
HideRoute - Static variable in class org.mitre.jsip.SipClient
 

I

incomingCall(SipCall, SipCallMember) - Method in class org.mitre.jsip.SipClient
Initiated when a new SIP call is created from an incoming message.
incomingMessage() - Method in class org.mitre.jsip.SipClient
An external trigger for checking incoming messages
incrSendCount() - Method in class org.mitre.jsip.SipRequestMessage
Increments the retransmission counter.
INFO - Static variable in class org.mitre.jsip.Sip
 
insertHeader(int, String) - Method in class org.mitre.jsip.SipMessage
Inserts a new header into the message.
insertTopmostVia(SipVia) - Method in class org.mitre.jsip.SipViaList
insertTopmostVia
INVITE - Static variable in class org.mitre.jsip.Sip
 
InviteMessage - class org.mitre.jsip.messages.InviteMessage.
 
InviteMessage() - Constructor for class org.mitre.jsip.messages.InviteMessage
Constructor
InviteRequested - Static variable in class org.mitre.jsip.SipCallMember
 
isAcked() - Method in class org.mitre.jsip.SipTransaction
 
isHidden() - Method in class org.mitre.jsip.SipVia
isHidden
isOnHold() - Method in class org.mitre.jsip.SdpMessage
Returns true if this SDP implies the call is on hold.
isValid() - Method in class org.mitre.jsip.SdpMessage
Returns true if the parsed SDP message is valid.
isValid() - Method in class org.mitre.jsip.SipUri
isValid
isValid() - Method in class org.mitre.jsip.SipVia
isValid

K

kill() - Method in class org.mitre.jsip.SipClient
 

L

lastTimeTick() - Method in class org.mitre.jsip.SipRequestMessage
Returns the last time tick.
listen(MessageQueue) - Method in class org.mitre.jsip.MessageSocket
listen
listen(MessageQueue) - Method in class org.mitre.jsip.MulticastMessageSocket
Not implemented in this class
listen(MessageQueue) - Method in class org.mitre.jsip.UDPMessageSocket
listen
listen(MessageQueue) - Method in class org.mitre.jsip.TCPMessageSocket
 
listenOnEvenPort() - Method in class org.mitre.jsip.MessageSocket
listenOnEvenPort
listenOnEvenPort() - Method in class org.mitre.jsip.MulticastMessageSocket
Not implemented in this class
listenOnEvenPort() - Method in class org.mitre.jsip.UDPMessageSocket
listenOnEvenPort
listenOnEvenPort() - Method in class org.mitre.jsip.TCPMessageSocket
listenOnEvenPort
localAddress() - Method in class org.mitre.jsip.SipCall
Returns the local URI that we are known by for this call.

M

main(String[]) - Static method in class org.mitre.jsip.SdpMessage
test out SdpMessage
main(String[]) - Static method in class org.mitre.jsip.SipTester
 
main(String[]) - Static method in class org.mitre.jsip.SipUtil
test method
main(String[]) - Static method in class org.mitre.jsip.SipClient
Test method
main(String[]) - Static method in class org.mitre.jsip.SipUri
Test method for SipUri
main(String[]) - Static method in class org.mitre.jsip.SipVia
 
main(String[]) - Static method in class org.mitre.jsip.MimeContentType
test method
main(String[]) - Static method in class org.mitre.jsip.SipStatus
test method
main(String[]) - Static method in class org.mitre.jsip.proxy.DNSProxyLookup
 
main(String[]) - Static method in class org.mitre.jsip.proxy.FileProxyLookup
 
main(String[]) - Static method in class org.mitre.jsip.util.DigestAuthentication
 
matchHeader(String) - Static method in class org.mitre.jsip.SipHeader
matchHeader
matchMethod(String) - Static method in class org.mitre.jsip.Sip
matchMethod
matchTransport(String) - Method in class org.mitre.jsip.SipVia
matchTransport
matchViaParam(String) - Method in class org.mitre.jsip.SipVia
matchViaParam
Max_Forwards - Static variable in class org.mitre.jsip.SipHeader
 
MCAST - Static variable in class org.mitre.jsip.MessageSocket
 
MESSAGE - Static variable in class org.mitre.jsip.Sip
 
message() - Method in class org.mitre.jsip.SipMessage
Generate the full message
message() - Method in class org.mitre.jsip.SdpMessage
Builds and returns an SDP message given the contents.
messageBody() - Method in class org.mitre.jsip.SipMessage
Returns the message body.
MessageMessage - class org.mitre.jsip.messages.MessageMessage.
 
MessageMessage() - Constructor for class org.mitre.jsip.messages.MessageMessage
Constructor
MessageRequested - Static variable in class org.mitre.jsip.SipCallMember
 
MessageSocket - class org.mitre.jsip.MessageSocket.
 
MessageSocket() - Constructor for class org.mitre.jsip.MessageSocket
MessageSocket
MessageSocketFactory - class org.mitre.jsip.MessageSocketFactory.
 
MessageSocketFactory() - Constructor for class org.mitre.jsip.MessageSocketFactory
 
MessageThread - class org.mitre.jsip.MessageThread.
 
MessageThread() - Constructor for class org.mitre.jsip.MessageThread
 
METHOD_INVITE - Static variable in class org.mitre.jsip.SipUri
 
METHOD_MESSAGE - Static variable in class org.mitre.jsip.SipUri
 
METHOD_NOTIFY - Static variable in class org.mitre.jsip.SipUri
 
METHOD_SUBSCRIBE - Static variable in class org.mitre.jsip.SipUri
 
MimeContentType - class org.mitre.jsip.MimeContentType.
 
MimeContentType() - Constructor for class org.mitre.jsip.MimeContentType
MimeContentType
MimeContentType(String) - Constructor for class org.mitre.jsip.MimeContentType
MimeContentType
MimeContentType(String, String) - Constructor for class org.mitre.jsip.MimeContentType
MimeContentType
MulticastMessageSocket - class org.mitre.jsip.MulticastMessageSocket.
 
MulticastMessageSocket() - Constructor for class org.mitre.jsip.MulticastMessageSocket
MulticastMessageSocket

N

name() - Method in class org.mitre.jsip.SipUser
Return the name to be used for authentication
nameAddr() - Method in class org.mitre.jsip.SipUri
nameAddr
newRegister(SipUri, boolean) - Method in class org.mitre.jsip.SipCall
Sends a SIP register under this call to the given call member.
newRegister(SipUri, boolean, String, String, String, MimeContentType) - Method in class org.mitre.jsip.SipCall
 
newRequest(SipCallMember, int, String, MimeContentType) - Method in class org.mitre.jsip.SipCall
Sends a SIP request under this call to the given call member.
newRequest(SipCallMember, int, String, MimeContentType, SipUri) - Method in class org.mitre.jsip.SipCall
 
NEXT_ID - Static variable in class org.mitre.jsip.event.CallEvent
 
NONE - Static variable in class org.mitre.jsip.MessageSocket
 
NOTIFY - Static variable in class org.mitre.jsip.Sip
 
NotifyMessage - class org.mitre.jsip.messages.NotifyMessage.
 
NotifyMessage() - Constructor for class org.mitre.jsip.messages.NotifyMessage
Constructor
NoTransportParam - Static variable in class org.mitre.jsip.SipUri
 

O

OPTIONS - Static variable in class org.mitre.jsip.Sip
 
OptionsMessage - class org.mitre.jsip.messages.OptionsMessage.
 
OptionsMessage() - Constructor for class org.mitre.jsip.messages.OptionsMessage
Constructor
org.mitre.jsip - package org.mitre.jsip
 
org.mitre.jsip.event - package org.mitre.jsip.event
 
org.mitre.jsip.messages - package org.mitre.jsip.messages
 
org.mitre.jsip.proxy - package org.mitre.jsip.proxy
 
org.mitre.jsip.util - package org.mitre.jsip.util
 
Organization - Static variable in class org.mitre.jsip.SipHeader
 

P

parent() - Method in class org.mitre.jsip.SipUser
parent
parseContentType(String) - Method in class org.mitre.jsip.MimeContentType
parseContentType
parseList(String) - Method in class org.mitre.jsip.SipUriList
parseList
parseVia(String) - Method in class org.mitre.jsip.SipViaList
parseVia
passwordRequired() - Method in class org.mitre.jsip.util.DigestAuthentication
See if a password authentication is required.
PollAgent - class org.mitre.jsip.util.PollAgent.
 
PollAgent() - Constructor for class org.mitre.jsip.util.PollAgent
 
Poller - class org.mitre.jsip.util.Poller.
 
Poller(PollAgent) - Constructor for class org.mitre.jsip.util.Poller
 
Poller(PollAgent, Date, long) - Constructor for class org.mitre.jsip.util.Poller
 
Poller(PollAgent, long) - Constructor for class org.mitre.jsip.util.Poller
 
PollTask - interface org.mitre.jsip.util.PollTask.
 
Priority - Static variable in class org.mitre.jsip.SipHeader
 
Proxy_Authenticate - Static variable in class org.mitre.jsip.SipHeader
 
Proxy_Authorization - Static variable in class org.mitre.jsip.SipHeader
 
Proxy_Require - Static variable in class org.mitre.jsip.SipHeader
 
ProxyLookup - interface org.mitre.jsip.proxy.ProxyLookup.
 
ProxyServer - class org.mitre.jsip.proxy.ProxyServer.
 

Q

queryParameter(String) - Method in class org.mitre.jsip.MimeContentType
queryParameter

R

receive(byte[], int) - Method in class org.mitre.jsip.MessageSocket
receive
receive(byte[], int) - Method in class org.mitre.jsip.MulticastMessageSocket
Not implemented in this class
receive(byte[], int) - Method in class org.mitre.jsip.UDPMessageSocket
receive
receive(byte[], int) - Method in class org.mitre.jsip.TCPMessageSocket
receive
Record_Route - Static variable in class org.mitre.jsip.SipHeader
 
Redirected - Static variable in class org.mitre.jsip.SipCallMember
 
REFER - Static variable in class org.mitre.jsip.Sip
 
REGISTER - Static variable in class org.mitre.jsip.Sip
 
RegisterException - exception org.mitre.jsip.RegisterException.
 
RegisterException() - Constructor for class org.mitre.jsip.RegisterException
 
RegisterException(String) - Constructor for class org.mitre.jsip.RegisterException
 
RegisterMessage - class org.mitre.jsip.messages.RegisterMessage.
 
RegisterMessage() - Constructor for class org.mitre.jsip.messages.RegisterMessage
Constructor
ReInviteRequested - Static variable in class org.mitre.jsip.SipCallMember
 
RemoteInviteRequest - Static variable in class org.mitre.jsip.SipCallMember
 
RemoteReInviteRequest - Static variable in class org.mitre.jsip.SipCallMember
 
remove(CallListener) - Method in class org.mitre.jsip.event.CallEventMulticaster
 
removeCallListener(CallListener) - Method in class org.mitre.jsip.SipClient
Method for removing CallEvent listeners
removeHead() - Method in class org.mitre.jsip.SipUriList
removeHead
removeServer(SipRegister) - Method in class org.mitre.jsip.SipUser
removeServer
Request - Static variable in class org.mitre.jsip.SipMessage
 
REQUEST - Static variable in class org.mitre.jsip.event.CallEvent
 
requestCancel() - Method in class org.mitre.jsip.SipCallMember
Send a CANCEL msg for the given request
requestClearRegistration() - Method in class org.mitre.jsip.SipRegister
Disable a registration to a Registrar server.
requestDisconnect(String, MimeContentType) - Method in class org.mitre.jsip.SipCallMember
Sends a SIP BYE request to disconnect the session.
requestInfo(String, MimeContentType) - Method in class org.mitre.jsip.SipCallMember
Requests an INFO message
requestInvite(String, MimeContentType) - Method in class org.mitre.jsip.SipCallMember
Sends a SIP INVITE request, asking the member to join in the session described in the given body.
requestMessage(String) - Method in class org.mitre.jsip.SipCallMember
Sends a MESSAGE request
requestNotify(String, MimeContentType) - Method in class org.mitre.jsip.SipCallMember
Request a NOTIFY message be sent
requestOptions(String, MimeContentType) - Method in class org.mitre.jsip.SipCallMember
Sends a SIP OPTIONS request, asking the member what they support.
requestReceived(CallEvent) - Method in class org.mitre.jsip.event.CallEventMulticaster
 
requestReceived(CallEvent) - Method in interface org.mitre.jsip.event.CallListener
 
requestRegister(boolean) - Method in class org.mitre.jsip.SipRegister
Request registration using already provided username and password
requestRegister(String) - Method in class org.mitre.jsip.SipRegister
Requests registration from the proxy.
requestRegister(String, boolean) - Method in class org.mitre.jsip.SipRegister
 
requestSubscribe(String, MimeContentType) - Method in class org.mitre.jsip.SipCallMember
Request a SUBSCRIBE message be sent
requestTransfer(SipUri, String, MimeContentType) - Method in class org.mitre.jsip.SipCallMember
Disconnects the session with a request to transfer to another party.
Require - Static variable in class org.mitre.jsip.SipHeader
 
reqUri() - Method in class org.mitre.jsip.SipUri
reqUri
Response - Static variable in class org.mitre.jsip.SipMessage
 
RESPONSE - Static variable in class org.mitre.jsip.event.CallEvent
 
Response_Key - Static variable in class org.mitre.jsip.SipHeader
 
responseReceived(CallEvent) - Method in class org.mitre.jsip.event.CallEventMulticaster
 
responseReceived(CallEvent) - Method in interface org.mitre.jsip.event.CallListener
 
Retry_After - Static variable in class org.mitre.jsip.SipHeader
 
reverseList() - Method in class org.mitre.jsip.SipUriList
reverseList
Route - Static variable in class org.mitre.jsip.SipHeader
 
run() - Method in class org.mitre.jsip.SipTester
 
run() - Method in class org.mitre.jsip.SipClient
 
run() - Method in class org.mitre.jsip.MessageThread
 
run() - Method in class org.mitre.jsip.util.PollAgent
 

S

schedule(Date) - Method in class org.mitre.jsip.util.Poller
 
SdpMessage - class org.mitre.jsip.SdpMessage.
 
SdpMessage() - Constructor for class org.mitre.jsip.SdpMessage
Construct a blank SDP message object.
SdpMessage(String) - Constructor for class org.mitre.jsip.SdpMessage
Parse the given SDP message.
send(String, int) - Method in class org.mitre.jsip.MessageSocket
send
send(String, int) - Method in class org.mitre.jsip.MulticastMessageSocket
send
send(String, int) - Method in class org.mitre.jsip.UDPMessageSocket
send
send(String, int) - Method in class org.mitre.jsip.TCPMessageSocket
send
sendCount() - Method in class org.mitre.jsip.SipRequestMessage
Returns the current value of the retransmission counter for this message.
sendQuickResponse(SipMessage, SipStatus) - Method in class org.mitre.jsip.SipClient
sendQuickResponse
sendResponse(SipResponseMessage, boolean) - Method in class org.mitre.jsip.SipClient
sendResponse
sendResponse(SipStatus) - Method in class org.mitre.jsip.SipTransaction
 
sendResponse(SipStatus, String, MimeContentType) - Method in class org.mitre.jsip.SipTransaction
sendResponse
Server - Static variable in class org.mitre.jsip.SipHeader
 
setAcceptLanguage(String) - Method in class org.mitre.jsip.SipClient
 
setAuthentication(SipResponseMessage) - Method in class org.mitre.jsip.SipRegister
Sets the authentication required as detailed in a response message
setBody(String) - Method in class org.mitre.jsip.SipMessage
Sets the body of the SIP message.
setBranchParam(String) - Method in class org.mitre.jsip.SipVia
setBranchParam
setBusy(boolean) - Method in class org.mitre.jsip.SipClient
Turns of or off busy mode.
setBusyMessage(String) - Method in class org.mitre.jsip.SipClient
Allows the user to set a message to be displayed when the client discovers we are busy.
setCallForward(boolean) - Method in class org.mitre.jsip.SipClient
Turns of or off call forwarding.
setCallForwardMessage(String) - Method in class org.mitre.jsip.SipClient
Allows the user to set a message to be displayed when a client is forwarded.
setCallForwardUri(SipUri) - Method in class org.mitre.jsip.SipClient
Sets the URI to forward calls to if call forwarding is enabled.
setCallType(int) - Method in class org.mitre.jsip.SipCall
setCallType
setCode(int) - Method in class org.mitre.jsip.SipStatus
setCode
setContactCapabilities(int) - Method in class org.mitre.jsip.SipClient
Allows us to set our capabilities
setContactList(SipUriList) - Method in class org.mitre.jsip.SipMessage
Sets the contact list for this message.
setContactUri(SipUri) - Method in class org.mitre.jsip.SipClient
Allows us to set the contact uri
setContactUri(SipUri) - Method in class org.mitre.jsip.SipCallMember
Sets the Contact URI for this call member.
setCurrentCallMemb(SipCallMember) - Method in class org.mitre.jsip.SipClient
 
setDefaultUser(SipUser) - Method in class org.mitre.jsip.SipClient
Sets the current default user.
setDefaultUserMode(boolean) - Method in class org.mitre.jsip.SipClient
Turn on default user mode.
setExplicitProxyAddress(String) - Method in class org.mitre.jsip.SipClient
Specify the explicit proxy address for this client.
setExplicitProxyMode(boolean) - Method in class org.mitre.jsip.SipClient
Turn on explicit proxying.
setFullname(String) - Method in class org.mitre.jsip.SipUri
setFullname
setHidden(boolean) - Method in class org.mitre.jsip.SipVia
setHidden
setHideViaMode(int) - Method in class org.mitre.jsip.SipClient
Set Via hiding mode.
setHostname(String) - Method in class org.mitre.jsip.MessageSocket
setHostname
setHostname(String) - Method in class org.mitre.jsip.SipUri
setHostname
setHostname(String) - Method in class org.mitre.jsip.SipVia
setHostname
setIpAddress(String) - Method in class org.mitre.jsip.SdpMessage
Sets the IP address to which media should be directed.
setLocalAddress(String) - Static method in class org.mitre.jsip.Sip
setLocalAddress
setMaddrParam(String) - Method in class org.mitre.jsip.SipUri
setMaddrParam
setMaddrParam(String) - Method in class org.mitre.jsip.SipVia
setMaddrParam
setMaxForwards(int) - Method in class org.mitre.jsip.SipClient
Sets our current max forwards.
setMethodsParam(int) - Method in class org.mitre.jsip.SipUri
setMethodParam
setName(String) - Method in class org.mitre.jsip.SdpMessage
Sets the name of the session (the SDP s= line).
setParameter(String, String) - Method in class org.mitre.jsip.MimeContentType
setParameter
setPassword(String) - Method in class org.mitre.jsip.SipUri
setPassword
setPort(int) - Method in class org.mitre.jsip.SdpMessage
Sets the port on which media is to be received.
setPortNumber(int) - Method in class org.mitre.jsip.SipUri
setPortNumber
setPortNumber(int) - Method in class org.mitre.jsip.SipVia
setPortNumber
setProtocolName(String) - Method in class org.mitre.jsip.SipUri
Set the protocol for this URI
setReasonPhrase(String) - Method in class org.mitre.jsip.SipStatus
setReasonPhrase
setReceivedParam(String) - Method in class org.mitre.jsip.SipVia
setReceivedParam
setRecordRoute(SipUriList) - Method in class org.mitre.jsip.SipMessage
Sets the record route for this message.
setRequestUri(SipUri) - Method in class org.mitre.jsip.SipRequestMessage
Returns the type of this SIP request
setSendAddress(SipUri) - Method in class org.mitre.jsip.SipCall
Sets the address that messages will be sent to for this call member
setSendToAddress(SipUri) - Method in class org.mitre.jsip.SipMessage
 
setServerUri(SipUri) - Method in class org.mitre.jsip.SipRegister
setServerUri
setSessionTimes(Date, Date) - Method in class org.mitre.jsip.SdpMessage
Sets the times the session is active
setShowMethods(boolean) - Method in class org.mitre.jsip.SipUri
Print a uri.
setStatus(SipStatus) - Method in class org.mitre.jsip.SipResponseMessage
Sets the status of the message.
setSubject(String) - Method in class org.mitre.jsip.SipCall
Set the subject for this call.
setSubType(String) - Method in class org.mitre.jsip.MimeContentType
setSubType
setTag(String) - Method in class org.mitre.jsip.SipUri
setTag
setTimestamp() - Method in class org.mitre.jsip.SipRequestMessage
Recalculates the timestamp on the message.
setTimeTick(int) - Method in class org.mitre.jsip.SipRequestMessage
Sets the current time tick.
setTransport(int) - Method in class org.mitre.jsip.SipVia
setTransport
setTransportParam(int) - Method in class org.mitre.jsip.SipUri
setTransportParam
setTtl(int) - Method in class org.mitre.jsip.SipUri
setTtl
setTtlParam(String) - Method in class org.mitre.jsip.SipVia
setTtlParam
setType(String) - Method in class org.mitre.jsip.MimeContentType
setType
setUri(SipUri) - Method in class org.mitre.jsip.SipUser
setUri
setUri(SipUri) - Method in class org.mitre.jsip.SipCallMember
Updates the URI for this call member.
setUsername(String) - Method in class org.mitre.jsip.SdpMessage
Sets the username (for the SDP o= line).
setUsername(String) - Method in class org.mitre.jsip.SipUri
setUsername
setUserParam(int) - Method in class org.mitre.jsip.SipUri
setUserParam
setViaList(SipViaList) - Method in class org.mitre.jsip.SipMessage
Sets the via list to be a copy of an existing via list.
shutdown - Variable in class org.mitre.jsip.event.CallEventMulticaster
 
SHUTDOWN - Static variable in class org.mitre.jsip.event.CallEvent
 
shutdown() - Method in class org.mitre.jsip.event.CallEventMulticaster
 
Sip - class org.mitre.jsip.Sip.
 
Sip() - Constructor for class org.mitre.jsip.Sip
Sip
SipCall - class org.mitre.jsip.SipCall.
 
SipCall(SipUser, String) - Constructor for class org.mitre.jsip.SipCall
Creates a new call for a given SipUser
SipCall(SipUser, String, int) - Constructor for class org.mitre.jsip.SipCall
 
SipCallMember - class org.mitre.jsip.SipCallMember.
 
SipCallMember(SipCall, SipUri) - Constructor for class org.mitre.jsip.SipCallMember
Creates a new member for this call with the given URI.
SipClient - class org.mitre.jsip.SipClient.
 
SipHeader - class org.mitre.jsip.SipHeader.
 
SipHeader(int, String) - Constructor for class org.mitre.jsip.SipHeader
SipHeader
SipMessage - class org.mitre.jsip.SipMessage.
 
SipProxyException - exception org.mitre.jsip.proxy.SipProxyException.
 
SipProxyException() - Constructor for class org.mitre.jsip.proxy.SipProxyException
 
SipProxyException(String) - Constructor for class org.mitre.jsip.proxy.SipProxyException
 
SipRegister - class org.mitre.jsip.SipRegister.
 
SipRegister(SipUser, SipUri) - Constructor for class org.mitre.jsip.SipRegister
SipRegister
SipRequestMessage - class org.mitre.jsip.SipRequestMessage.
 
SipResponseMessage - class org.mitre.jsip.SipResponseMessage.
 
SipResponseMessage() - Constructor for class org.mitre.jsip.SipResponseMessage
 
SipResponseMessage(String) - Constructor for class org.mitre.jsip.SipResponseMessage
 
SipStatus - class org.mitre.jsip.SipStatus.
 
SipStatus(int) - Constructor for class org.mitre.jsip.SipStatus
SipStatus
SipTester - class org.mitre.jsip.SipTester.
 
SipTester(String) - Constructor for class org.mitre.jsip.SipTester
 
SipTransaction - class org.mitre.jsip.SipTransaction.
 
SipTransaction(int, SipCallMember, SipCall) - Constructor for class org.mitre.jsip.SipTransaction
SipTransaction
SipUri - class org.mitre.jsip.SipUri.
 
SipUri() - Constructor for class org.mitre.jsip.SipUri
SipUri
SipUri(String) - Constructor for class org.mitre.jsip.SipUri
SipUri
SipUriList - class org.mitre.jsip.SipUriList.
 
SipUriList() - Constructor for class org.mitre.jsip.SipUriList
SipUriList
SipUriList(String) - Constructor for class org.mitre.jsip.SipUriList
SipUriList
SipUser - class org.mitre.jsip.SipUser.
 
SipUser(SipClient, SipUri) - Constructor for class org.mitre.jsip.SipUser
SipUser
SipUser(SipClient, String, String, String) - Constructor for class org.mitre.jsip.SipUser
SipUser
SipUtil - class org.mitre.jsip.SipUtil.
 
SipUtil() - Constructor for class org.mitre.jsip.SipUtil
SipUtil
SipVia - class org.mitre.jsip.SipVia.
 
SipVia() - Constructor for class org.mitre.jsip.SipVia
SipVia
SipVia(String) - Constructor for class org.mitre.jsip.SipVia
SipVia
SipViaList - class org.mitre.jsip.SipViaList.
 
SipViaList() - Constructor for class org.mitre.jsip.SipViaList
SipViaList
statusUpdated() - Static method in class org.mitre.jsip.SipCall
statusUpdated - do this for now
Subject - Static variable in class org.mitre.jsip.SipHeader
 
subjectChanged() - Method in class org.mitre.jsip.SipCall
Triggered whenever the call subject changes.
SUBSCRIBE - Static variable in class org.mitre.jsip.Sip
 
SubscribeMessage - class org.mitre.jsip.messages.SubscribeMessage.
 
SubscribeMessage() - Constructor for class org.mitre.jsip.messages.SubscribeMessage
Constructor
svc() - Method in class org.mitre.jsip.event.CallEventMulticaster
 

T

TCP - Static variable in class org.mitre.jsip.MessageSocket
 
TCP - Static variable in class org.mitre.jsip.SipUri
 
TCPMessageSocket - class org.mitre.jsip.TCPMessageSocket.
 
TCPMessageSocket() - Constructor for class org.mitre.jsip.TCPMessageSocket
TCPMessageSocket
TCPMessageSocket(Socket) - Constructor for class org.mitre.jsip.TCPMessageSocket
TCPMessageSocket
timerTask() - Method in class org.mitre.jsip.SipClient
This call does the select on all the client's listening sockets and performs any pending actions.
Timestamp - Static variable in class org.mitre.jsip.SipHeader
 
To - Static variable in class org.mitre.jsip.SipHeader
 
toString() - Method in class org.mitre.jsip.event.CallEvent
 
type() - Method in class org.mitre.jsip.MimeContentType
type

U

UDP - Static variable in class org.mitre.jsip.MessageSocket
 
UDP - Static variable in class org.mitre.jsip.SipUri
 
UDPMessageSocket - class org.mitre.jsip.UDPMessageSocket.
 
UDPMessageSocket() - Constructor for class org.mitre.jsip.UDPMessageSocket
UDPMessageSocket
Unsupported - Static variable in class org.mitre.jsip.SipHeader
 
UnsupportedMessage - class org.mitre.jsip.messages.UnsupportedMessage.
 
UnsupportedMessage() - Constructor for class org.mitre.jsip.messages.UnsupportedMessage
Constructor
updateAuthRequest(String) - Method in class org.mitre.jsip.util.DigestAuthentication
If another WWW-Authenticate field is sent, update our information using this new field
uri() - Method in class org.mitre.jsip.GeneralUri
Returns the entire URI, including protocol name and full path.
uri() - Method in class org.mitre.jsip.SipUri
Print the user's uri.
User_Agent - Static variable in class org.mitre.jsip.SipHeader
 
user() - Method in class org.mitre.jsip.SipUri
user

V

Via - Static variable in class org.mitre.jsip.SipHeader
 
via() - Method in class org.mitre.jsip.SipVia
via
VIDEO - Static variable in class org.mitre.jsip.SdpMessage
 

W

Warning - Static variable in class org.mitre.jsip.SipHeader
 
wasCancelled() - Method in class org.mitre.jsip.SipTransaction
wasCancelled
WWW_Authenticate - Static variable in class org.mitre.jsip.SipHeader
 

A B C D E F G H I K L M N O P Q R S T U V W