| Package | Description |
|---|---|
| javax.sip | |
| javax.sip.address | |
| javax.sip.header | |
| javax.sip.message |
| Modifier and Type | Class and Description |
|---|---|
class |
DialogDoesNotExistException |
class |
ObjectInUseException |
class |
PeerUnavailableException |
class |
ProviderDoesNotExistException |
class |
TransactionAlreadyExistsException |
class |
TransactionDoesNotExistException |
class |
TransactionUnavailableException |
class |
TransportAlreadySupportedException |
class |
TransportNotSupportedException |
| Modifier and Type | Method and Description |
|---|---|
Request |
ClientTransaction.createAck() |
Request |
Dialog.createAck(long cseq) |
Request |
ClientTransaction.createCancel() |
Request |
Dialog.createPrack(Response relResponse) |
Response |
Dialog.createReliableProvisionalResponse(int statusCode) |
Request |
Dialog.createRequest(String method) |
void |
ServerTransaction.enableRetransmissionAlerts() |
Dialog |
SipProvider.getNewDialog(Transaction transaction) |
void |
Dialog.sendAck(Request ackRequest) |
void |
Dialog.sendReliableProvisionalResponse(Response relResponse) |
void |
ClientTransaction.sendRequest() |
void |
Dialog.sendRequest(ClientTransaction clientTransaction) |
void |
SipProvider.sendRequest(Request request) |
void |
SipProvider.sendResponse(Response response) |
void |
ServerTransaction.sendResponse(Response response) |
void |
SipStack.start() |
void |
Dialog.terminateOnBye(boolean terminateFlag) |
| Modifier and Type | Method and Description |
|---|---|
Hop |
Router.getNextHop(Request request) |
| Modifier and Type | Class and Description |
|---|---|
class |
TooManyHopsException |
| Modifier and Type | Method and Description |
|---|---|
void |
Message.addFirst(Header header) |
void |
Message.addLast(Header header) |
Copyright © 2016. All rights reserved.