A C D F G I N S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- acceptCancel(CancelRequestEvent, boolean) - Method in interface net.java.slee.resource.sip.SleeSipProvider
-
Convenience method for simplifying CANCEL handling.
- associateServerTransaction(ClientTransaction, ServerTransaction) - Method in interface net.java.slee.resource.sip.DialogActivity
-
When forwarding requests between dialogs, as a B2BUA would do, it is necessary to create an association between the client transaction, which is forwarding the request, and the server transaction, on which the original request was received.
C
- CancelRequestEvent - Class in net.java.slee.resource.sip
-
An extension to
RequestEvent
for CANCEL requests. - CancelRequestEvent(Object, ServerTransaction, ServerTransaction, Dialog, Request) - Constructor for class net.java.slee.resource.sip.CancelRequestEvent
- createRequest(Request) - Method in interface net.java.slee.resource.sip.DialogActivity
-
This method is used to create a Request that will be sent on this Dialog, where the original Request has been received on an incoming Dialog.
- createResponse(ServerTransaction, Response) - Method in interface net.java.slee.resource.sip.DialogActivity
-
This method is used to create a
Response
that is to be forwarded on this Dialog.
D
- DialogActivity - Interface in net.java.slee.resource.sip
-
Dialog activities in the JSIP 1.2 RA Type are represented using
DialogActivity
objects. - DialogForkedEvent - Interface in net.java.slee.resource.sip
-
This event is fired when multiple dialog-creating responses are received during UAC dialog setup.
- DialogTimeoutEvent - Interface in net.java.slee.resource.sip
-
This event is fired on a dialog activity when the RA Entity determines that the dialog has expired.
F
- forwardForkedResponse(ServerTransaction, Response) - Method in interface net.java.slee.resource.sip.SleeSipProvider
-
This method is used when forwarding a forked response, that was received in a
DialogForkedEvent
.
G
- getActivityContextInterface(ClientTransaction) - Method in interface net.java.slee.resource.sip.SipActivityContextInterfaceFactory
- getActivityContextInterface(ServerTransaction) - Method in interface net.java.slee.resource.sip.SipActivityContextInterfaceFactory
- getActivityContextInterface(DialogActivity) - Method in interface net.java.slee.resource.sip.SipActivityContextInterfaceFactory
- getAddressFactory() - Method in interface net.java.slee.resource.sip.SleeSipProvider
-
Convenience method to get the RA implementation's
AddressFactory
object. - getApplicationData() - Method in interface net.java.slee.resource.sip.DialogActivity
-
This method is disallowed in the JSIP 1.2 RA Type.
- getAssociatedServerTransaction(ClientTransaction) - Method in interface net.java.slee.resource.sip.DialogActivity
-
This method is called when a response is received that should be forwarded upstream on another dialog.
- getCancelledInviteTransaction() - Method in class net.java.slee.resource.sip.CancelRequestEvent
-
Get the INVITE
ServerTransaction
activity object. - getDialog() - Method in interface net.java.slee.resource.sip.DialogTimeoutEvent
-
Get the dialog that has expired.
- getHeaderFactory() - Method in interface net.java.slee.resource.sip.SleeSipProvider
-
Convenience method to get the RA implementation's
HeaderFactory
object. - getLocalSipURI(String) - Method in interface net.java.slee.resource.sip.SleeSipProvider
-
Convenience method for obtaining a SIP URI addressed to this SIP RA Entity.
- getLocalVia(String, String) - Method in interface net.java.slee.resource.sip.SleeSipProvider
-
Convenience method for obtaining a
ViaHeader
addressed to this SIP RA Entity. - getMessageFactory() - Method in interface net.java.slee.resource.sip.SleeSipProvider
-
Convenience method to get the RA implementation's
MessageFactory
object. - getNewDialog() - Method in interface net.java.slee.resource.sip.DialogForkedEvent
-
Get the newly-created dialog activity object.
- getNewDialog(Address, Address) - Method in interface net.java.slee.resource.sip.SleeSipProvider
-
Creates a new client dialog using the given local and remote party addresses.
- getNewDialog(DialogActivity, boolean) - Method in interface net.java.slee.resource.sip.SleeSipProvider
-
Creates a new client dialog based on the parameters of an incoming server dialog, on which a dialog-initiating request has been received.
- getResponseEvent() - Method in interface net.java.slee.resource.sip.DialogForkedEvent
-
The response event containing the response that caused the forked dialog to be created.
I
- isLocalHostname(String) - Method in interface net.java.slee.resource.sip.SleeSipProvider
-
Convenience method for determining if a hostname matches the host that the SIP RA Entity is running on.
- isLocalSipURI(SipURI) - Method in interface net.java.slee.resource.sip.SleeSipProvider
-
Convenience method for determining if a
SipURI
matches a local address that the SIP RA Entity is using.
N
- net.java.slee.resource.sip - package net.java.slee.resource.sip
S
- sendCancel() - Method in interface net.java.slee.resource.sip.DialogActivity
-
Create and send a CANCEL request for the last INVITE request that was sent on this dialog.
- sendRequest(Request) - Method in interface net.java.slee.resource.sip.DialogActivity
-
Convenience method to create a client transaction and send a request in one operation.
- setApplicationData(Object) - Method in interface net.java.slee.resource.sip.DialogActivity
-
This method is disallowed in the JSIP 1.2 RA Type.
- SipActivityContextInterfaceFactory - Interface in net.java.slee.resource.sip
-
SBBs use this interface to obtain the SLEE activity contexts for SIP activity objects.
- SleeSipProvider - Interface in net.java.slee.resource.sip
-
This interface is the SBB resource adaptor interface for the JSIP 1.2 RA Type.
All Classes All Packages