A C D E G I J N O R S T U

A

acceptAndOpen() - Method in interface javax.microedition.sip.SipConnectionNotifier
Accepts and opens a new SipServerConnection in this listening point.
addHeader(String, String) - Method in interface javax.microedition.sip.SipConnection
Adds a header to the SIP message.

C

CONFIRMED - Static variable in interface javax.microedition.sip.SipDialog
 

D

DIALOG_UNAVAILABLE - Static variable in class javax.microedition.sip.SipException
Thrown for example when SIP connection does not belong to any Dialog.

E

EARLY - Static variable in interface javax.microedition.sip.SipDialog
 
enableRefresh(SipRefreshListener) - Method in interface javax.microedition.sip.SipClientConnection
Enables the refresh on for the request to be sent.

G

GENERAL_ERROR - Static variable in class javax.microedition.sip.SipException
Other SIP error
getDialog() - Method in interface javax.microedition.sip.SipConnection
Returns the current SIP dialog.
getDialogID() - Method in interface javax.microedition.sip.SipDialog
Returns the ID of the SIP Dialog.
getDisplayName() - Method in class javax.microedition.sip.SipAddress
Returns the display name of SIP address.
getErrorCode() - Method in class javax.microedition.sip.SipException
Gets the error code
getHeader(String) - Method in interface javax.microedition.sip.SipConnection
Gets the header field value of specified header type.
getHeaderValue() - Method in class javax.microedition.sip.SipHeader
Returns the full header value including parameters.
getHeaders(String) - Method in interface javax.microedition.sip.SipConnection
Gets the header field value(s) of specified header type.
getHost() - Method in class javax.microedition.sip.SipAddress
Returns the host part of the SIP address.
getInstance() - Static method in class javax.microedition.sip.SipRefreshHelper
Returns the instance of SipRefreshHelper
getLocalAddress() - Method in interface javax.microedition.sip.SipConnectionNotifier
Gets the local IP address for this SIP connection.
getLocalPort() - Method in interface javax.microedition.sip.SipConnectionNotifier
Gets the local port for this SIP connection.
getMethod() - Method in interface javax.microedition.sip.SipConnection
Gets the SIP method.
getName() - Method in class javax.microedition.sip.SipHeader
Returns the name of this header
getNewClientConnection(String) - Method in interface javax.microedition.sip.SipDialog
Returns a new SipClientConnection in this dialog.
getParameter(String) - Method in class javax.microedition.sip.SipAddress
Returns the value associated with the named URI parameter.
getParameter(String) - Method in class javax.microedition.sip.SipHeader
Returns the value of one header parameter.
getParameterNames() - Method in class javax.microedition.sip.SipAddress
Returns a String array of all parameter names.
getParameterNames() - Method in class javax.microedition.sip.SipHeader
Returns the names of header parameters.
getPort() - Method in class javax.microedition.sip.SipAddress
Returns the port number of the SIP address.
getReasonPhrase() - Method in interface javax.microedition.sip.SipConnection
Gets SIP response reason phrase.
getRequestURI() - Method in interface javax.microedition.sip.SipConnection
Gets Request-URI.
getScheme() - Method in class javax.microedition.sip.SipAddress
Returns the scheme of SIP address.
getState() - Method in interface javax.microedition.sip.SipDialog
Returns the state of the SIP Dialog.
getStatusCode() - Method in interface javax.microedition.sip.SipConnection
Gets SIP response status code.
getURI() - Method in class javax.microedition.sip.SipAddress
Returns the URI part of the address (without parameters) i.e.
getUser() - Method in class javax.microedition.sip.SipAddress
Returns the user part of SIP address.
getValue() - Method in class javax.microedition.sip.SipHeader
Returns the header value without header parameters.

I

INVALID_MESSAGE - Static variable in class javax.microedition.sip.SipException
The message to be sent has invalid format.
INVALID_OPERATION - Static variable in class javax.microedition.sip.SipException
The system does not allow particular operation.
INVALID_STATE - Static variable in class javax.microedition.sip.SipException
Method call not allowed, because of wrong state in SIP connection.
initAck() - Method in interface javax.microedition.sip.SipClientConnection
Convenience method to initialize SipClientConnection with SIP request method ACK.
initCancel() - Method in interface javax.microedition.sip.SipClientConnection
Convenience method to initialize SipClientConnection with SIP request method CANCEL.
initRequest(String, SipConnectionNotifier) - Method in interface javax.microedition.sip.SipClientConnection
Initializes SipClientConnection to a specific SIP request method (REGISTER, INVITE, MESSAGE, ...).
initResponse(int) - Method in interface javax.microedition.sip.SipServerConnection
Initializes SipServerConnection with a specific SIP response to the received request.
isSameDialog(SipConnection) - Method in interface javax.microedition.sip.SipDialog
Does the given SipConnection belong to this dialog.

J

javax.microedition.sip - package javax.microedition.sip
This specification defines the JSR180, SIP API for J2ME.

N

notifyRequest(SipConnectionNotifier) - Method in interface javax.microedition.sip.SipServerConnectionListener
This method will notify the listener that a new request is received.
notifyResponse(SipClientConnection) - Method in interface javax.microedition.sip.SipClientConnectionListener
This method gives the SipClientConnection instance, which has received a new SIP response.

O

openContentInputStream() - Method in interface javax.microedition.sip.SipConnection
Returns InputStream to read SIP message body content.
openContentOutputStream() - Method in interface javax.microedition.sip.SipConnection
Returns OutputStream to fill the SIP message body content.

R

receive(long) - Method in interface javax.microedition.sip.SipClientConnection
Receives SIP response message.
refreshEvent(int, int, String) - Method in interface javax.microedition.sip.SipRefreshListener
Called when a refresh task is successfully started, refreshed, cancelled or failed.
removeHeader(String) - Method in interface javax.microedition.sip.SipConnection
Removes header from the message.
removeParameter(String) - Method in class javax.microedition.sip.SipAddress
Removes the named URI parameter.
removeParameter(String) - Method in class javax.microedition.sip.SipHeader
Removes the header parameter, if it is found in this header.

S

SipAddress - class javax.microedition.sip.SipAddress.
SipAddress provides a generic SIP address parser.
SipAddress(String) - Constructor for class javax.microedition.sip.SipAddress
Construct a new SipAddress from string.
SipAddress(String, String) - Constructor for class javax.microedition.sip.SipAddress
Construct a new SipAddress from display name and URI.
SipClientConnection - interface javax.microedition.sip.SipClientConnection.
SipClientConnection represents SIP client transaction.
SipClientConnectionListener - interface javax.microedition.sip.SipClientConnectionListener.
Listener interface for incoming SIP responses.
SipConnection - interface javax.microedition.sip.SipConnection.
SipConnection is the base interface for SIP connections.
SipConnectionNotifier - interface javax.microedition.sip.SipConnectionNotifier.
This interface defines a SIP server connection notifier.
SipDialog - interface javax.microedition.sip.SipDialog.
SipDialog represents one SIP Dialog.
SipException - exception javax.microedition.sip.SipException.
This is an exception class for SIP specific errors.
SipException(byte) - Constructor for class javax.microedition.sip.SipException
Construct SipException with error code.
SipException(String, byte) - Constructor for class javax.microedition.sip.SipException
Construct SipException with textual message and error code.
SipHeader - class javax.microedition.sip.SipHeader.
SipHeader provides generic SIP header parser helper.
SipHeader(String, String) - Constructor for class javax.microedition.sip.SipHeader
Constructs a SipHeader from name value pair.
SipRefreshHelper - class javax.microedition.sip.SipRefreshHelper.
This class implements the functionality that facilitates the handling of refreshing requests on behalf of the application.
SipRefreshListener - interface javax.microedition.sip.SipRefreshListener.
Listener interface for RefreshHelper events.
SipServerConnection - interface javax.microedition.sip.SipServerConnection.
SipServerConnection represents SIP server transaction.
SipServerConnectionListener - interface javax.microedition.sip.SipServerConnectionListener.
Listener interface for incoming SIP requests.
send() - Method in interface javax.microedition.sip.SipConnection
Sends the SIP message.
setCredentials(String, String, String) - Method in interface javax.microedition.sip.SipClientConnection
Sets credentials for possible digest authentication.
setDisplayName(String) - Method in class javax.microedition.sip.SipAddress
Sets the display name.
setHeader(String, String) - Method in interface javax.microedition.sip.SipConnection
Sets header value in SIP message.
setHost(String) - Method in class javax.microedition.sip.SipAddress
Sets the host part of the SIP address.
setListener(SipClientConnectionListener) - Method in interface javax.microedition.sip.SipClientConnection
Sets the listener for incoming responses.
setListener(SipServerConnectionListener) - Method in interface javax.microedition.sip.SipConnectionNotifier
Sets a listener for incoming SIP requests.
setName(String) - Method in class javax.microedition.sip.SipHeader
Sets the header name, for example Contact
setParameter(String, String) - Method in class javax.microedition.sip.SipAddress
Sets the named URI parameter to the specified value.
setParameter(String, String) - Method in class javax.microedition.sip.SipHeader
Sets value of header parameter.
setPort(int) - Method in class javax.microedition.sip.SipAddress
Sets the port number of the SIP address.
setReasonPhrase(String) - Method in interface javax.microedition.sip.SipServerConnection
Changes the default reason phrase.
setRequestURI(String) - Method in interface javax.microedition.sip.SipClientConnection
Sets Request-URI explicitly.
setScheme(String) - Method in class javax.microedition.sip.SipAddress
Sets the scheme of SIP address.
setURI(String) - Method in class javax.microedition.sip.SipAddress
Sets the URI part of the SIP address (without parameters) i.e.
setUser(String) - Method in class javax.microedition.sip.SipAddress
Sets the user part of SIP address.
setValue(String) - Method in class javax.microedition.sip.SipHeader
Sets the header value as String without parameters.
stop(int) - Method in class javax.microedition.sip.SipRefreshHelper
Stop refreshing a specific request related to refeshID.

T

TERMINATED - Static variable in interface javax.microedition.sip.SipDialog
 
TRANSACTION_UNAVAILABLE - Static variable in class javax.microedition.sip.SipException
System can not open any new transactions.
TRANSPORT_NOT_SUPPORTED - Static variable in class javax.microedition.sip.SipException
The requested transport is not supported
toString() - Method in class javax.microedition.sip.SipAddress
Returns a fully qualified SIP address, with display name, URI and URI parameters.
toString() - Method in class javax.microedition.sip.SipHeader
Returns the String representation of the header according to header type.

U

UNKNOWN_LENGTH - Static variable in class javax.microedition.sip.SipException
Used when for example Content-Length is not set before filling the message body
UNKNOWN_TYPE - Static variable in class javax.microedition.sip.SipException
Used when for example Content-Type is not set before filling the message body.
update(int, String[], String, int, int) - Method in class javax.microedition.sip.SipRefreshHelper
Updates one refreshed request with new values.

A C D E G I J N O R S T U

Copyright © 2004 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.