|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SipException in javax.microedition.sip |
---|
Methods in javax.microedition.sip that throw SipException | |
---|---|
SipServerConnection |
SipConnectionNotifier.acceptAndOpen()
Accepts and opens a new SipServerConnection in this
listening point. |
void |
SipConnection.addHeader(java.lang.String name,
java.lang.String value)
Adds a header to the SIP message. |
int |
SipClientConnection.enableRefresh(SipRefreshListener srl)
Enables the refresh for the request to be sent. |
SipClientConnection |
SipDialog.getNewClientConnection(java.lang.String method)
Returns a new SipClientConnection in this dialog. |
void |
SipClientConnection.initAck()
Convenience method to initialize SipClientConnection
with SIP request method ACK. |
SipClientConnection |
SipClientConnection.initCancel()
Convenience method to initialize SipClientConnection
with SIP request method CANCEL. |
void |
SipClientConnection.initRequest(java.lang.String method,
SipConnectionNotifier scn)
Initializes SipClientConnection to a specific SIP request
method (REGISTER, INVITE, MESSAGE, REFER, ...). |
void |
SipServerConnection.initResponse(int code)
Initializes SipServerConnection with a specific SIP response
to the received request. |
java.io.InputStream |
SipConnection.openContentInputStream()
Returns InputStream to read the message body content of a
request or response received. |
java.io.OutputStream |
SipConnection.openContentOutputStream()
Returns OutputStream to fill the SIP message body content. |
boolean |
SipClientConnection.receive(long timeout)
Receives SIP response message. |
void |
SipConnection.removeHeader(java.lang.String name)
Removes header from the message. |
void |
SipConnection.send()
Sends the SIP message. |
void |
SipClientConnection.setCredentials(java.lang.String[] usernames,
java.lang.String[] passwords,
java.lang.String[] realms)
Sets multiple credential triplets for possible digest authentication. |
void |
SipClientConnection.setCredentials(java.lang.String username,
java.lang.String password,
java.lang.String realm)
Sets credentials for possible digest authentication. |
void |
SipConnection.setErrorListener(SipErrorListener sel)
Sets the listener for error notifications. |
void |
SipConnection.setHeader(java.lang.String name,
java.lang.String value)
Sets header value in SIP message. |
void |
SipServerConnection.setReasonPhrase(java.lang.String phrase)
Changes the default reason phrase. |
void |
SipClientConnection.setRequestURI(java.lang.String URI)
Sets Request-URI explicitly. |
void |
SipRefreshHelper.stop(int refreshID)
Stop refreshing a specific request related to refeshID. |
java.io.OutputStream |
SipRefreshHelper.update(int refreshID,
java.lang.String[] contact,
java.lang.String type,
int length,
int expires)
Updates one refreshed request with new values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |