JAIN-SIP 2.0 API
A B C D E F G H I J L M N O P Q R S T U V W Y _

R

RAckHeader - Interface in javax.sip.header
This interface represents the RAck header, as defined by RFC3262, this header is not part of RFC3261.
RADSL - Static variable in interface javax.sip.header.ims.PAccessNetworkInfoHeader
 
ReasonHeader - Interface in javax.sip.header
This interface represents the Reason header, as defined by RFC3326, this header is not part of RFC3261.
RecordRouteHeader - Interface in javax.sip.header
The Record-Route header field is inserted by proxies in a request to force future requests in the dialog to be routed through the proxy.
REFER - Static variable in interface javax.sip.message.Request
Refer is an extension method that requests that the recipient REFER to a resource provided in the request, this can be used to enable many applications such as Call Transfer.
ReferredByHeader - Interface in javax.sip.header
This interface represents the ReferredBy SIP header, as defined by RFC3892, this header is not part of RFC3261.
ReferToHeader - Interface in javax.sip.header
This interface represents the ReferTo SIP header, as defined by RFC3515, this header is not part of RFC3261.
REFRESHER_UAC - Static variable in interface javax.sip.header.SessionExpiresHeader
 
REFRESHER_UAS - Static variable in interface javax.sip.header.SessionExpiresHeader
 
REGISTER - Static variable in interface javax.sip.message.Request
The REGISTER method requests the addition, removal, and query of bindings.
REJECTED - Static variable in interface javax.sip.header.SubscriptionStateHeader
Reason Code: The subscription has been terminated due to change in authorization policy.
removeCachedAuthenticationHeaders(String) - Method in interface javax.sip.AuthenticationHelper
Remove cached entry.
removeChargingCollectionFunctionAddress(String) - Method in interface javax.sip.header.ims.PChargingFunctionAddressesHeader
Remove a Charging Collection Function (CCF) Address set in this header
removeContent() - Method in interface javax.sip.message.Message
Removes the body content from this Message and all associated entity headers, if a body exists, this method returns sliently if no body exists.
removeEventChargingFunctionAddress(String) - Method in interface javax.sip.header.ims.PChargingFunctionAddressesHeader
Remove a Event Charging Function (ECF) Address set in this header
removeFirst(String) - Method in interface javax.sip.message.Message
Removes the first header from a list of headers.
removeHeader(String) - Method in interface javax.sip.address.SipURI
Strip a specific header tacked to the URI.
removeHeader(String) - Method in interface javax.sip.message.Message
Removes the Header of the supplied name from the list of headers in this Message.
removeHeaders() - Method in interface javax.sip.address.SipURI
Strip the headers that are tacked to the URI.
removeLast(String) - Method in interface javax.sip.message.Message
Removes the last header from a list of headers.
removeListeningPoint(ListeningPoint) - Method in interface javax.sip.SipProvider
Removes the specified ListeningPoint from this SipProvider.
removeParameter(String) - Method in interface javax.sip.header.Parameters
Removes the specified parameter from Parameters of this ParametersHeader.
removePort() - Method in interface javax.sip.address.SipURI
Removes the port part of this SipURI.
removeSipListener(SipListener) - Method in interface javax.sip.SipProvider
Removes the specified SipListener from this SipProvider.
RENDER - Static variable in interface javax.sip.header.ContentDispositionHeader
Render Disposition Type Constant
ReplacesHeader - Interface in javax.sip.header
Defines an interface for the SIP Replaces Header as defined in RFC 3891.
ReplyToHeader - Interface in javax.sip.header
The Reply-To header field contains a logical return URI that may be different from the From header field.
Request - Interface in javax.sip.message
A SIP Request is a request from a client to a server.
REQUEST_ENTITY_TOO_LARGE - Static variable in interface javax.sip.message.Response
The server is refusing to process a request because the request entity-body is larger than the server is willing or able to process.
REQUEST_PENDING - Static variable in interface javax.sip.message.Response
The request was received by a UAS that had a pending request within the same dialog.
REQUEST_TERMINATED - Static variable in interface javax.sip.message.Response
The request was terminated by a BYE or CANCEL request.
REQUEST_TIMEOUT - Static variable in interface javax.sip.message.Response
The server could not produce a response within a suitable amount of time, for example, if it could not determine the location of the user in time.
REQUEST_URI_TOO_LONG - Static variable in interface javax.sip.message.Response
The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
RequestEvent - Class in javax.sip
This class represents an Request event that is passed from a SipProvider to its SipListener.
RequestEvent(Object, ListeningPoint, ServerTransaction, Dialog, Request) - Constructor for class javax.sip.RequestEvent
Constructs a RequestEvent encapsulating the Request that has been received by the underlying SipProvider.
RequireHeader - Interface in javax.sip.header
The Require header field is used by UACs to tell UASs about options that the UAC expects the UAS to support in order to process the request.
resetFactory() - Method in class javax.sip.SipFactory
This method reset's the SipFactory's references to the object's it has created.
Response - Interface in javax.sip.message
A Response message is sent by a recipient of Request once it has received and interpreted the Request.
ResponseEvent - Class in javax.sip
This class represents a Response event that is passed from a SipProvider to its SipListener.
ResponseEvent(Object, ListeningPoint, ClientTransaction, Dialog, Response) - Constructor for class javax.sip.ResponseEvent
Constructs a ResponseEvent encapsulating the Response that has been received by the underlying SipProvider.
RETRANSMIT - Static variable in class javax.sip.Timeout
This constant value indicates the "Retransmit" timeout.
RetryAfterHeader - Interface in javax.sip.header
The Retry-After header field identifies the time to retry the request after recipt of the response.
RINGING - Static variable in interface javax.sip.message.Response
The User Agent receiving the INVITE is trying to alert the user.
RouteHeader - Interface in javax.sip.header
The Route header field is used to force routing for a request through the listed set of proxies.
Router - Interface in javax.sip.address
The Router interface may be implemented by the application to provide custom routing logic.
RSeqHeader - Interface in javax.sip.header
This interface represents the RSeq header, as defined by RFC3262, this header is not part of RFC3261.

JAIN-SIP 2.0 API
A B C D E F G H I J L M N O P Q R S T U V W Y _

See conditions of use.
Submit a bug report or feature request.