|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Invite | |
|---|---|
| org.lastbamboo.common.sip.stack.message | |
| org.lastbamboo.common.sip.stack.transaction.client | |
| org.lastbamboo.common.sip.stack.transport | |
| Uses of Invite in org.lastbamboo.common.sip.stack.message |
|---|
| Methods in org.lastbamboo.common.sip.stack.message that return Invite | |
|---|---|
Invite |
SipMessageFactoryImpl.addVia(Invite message,
SipHeader newHeader)
|
Invite |
SipMessageFactory.addVia(Invite message,
SipHeader newHeader)
Copies all the data from the original message into a new message, adding the specified Via header. |
Invite |
SipMessageFactoryImpl.createInviteRequest(String displayName,
URI toUri,
URI fromUri,
org.apache.commons.id.uuid.UUID instanceId,
URI contactUri,
org.littleshoot.mina.common.ByteBuffer body)
|
Invite |
SipMessageFactory.createInviteRequest(String displayName,
URI toUri,
URI fromUri,
org.apache.commons.id.uuid.UUID instanceId,
URI contactUri,
org.littleshoot.mina.common.ByteBuffer body)
Creates a new invite request outside of a dialog. |
Invite |
SipMessageFactoryImpl.createInviteToForward(InetSocketAddress socketAddress,
Invite invite)
|
Invite |
SipMessageFactory.createInviteToForward(InetSocketAddress socketAddress,
Invite invite)
Creates a new message to forward with all of the appropriate modifications to the Via header based on the remote reading of the socket address and port. |
| Methods in org.lastbamboo.common.sip.stack.message with parameters of type Invite | |
|---|---|
Invite |
SipMessageFactoryImpl.addVia(Invite message,
SipHeader newHeader)
|
Invite |
SipMessageFactory.addVia(Invite message,
SipHeader newHeader)
Copies all the data from the original message into a new message, adding the specified Via header. |
SipResponse |
SipMessageFactoryImpl.createInviteOk(Invite request,
org.apache.commons.id.uuid.UUID instanceId,
URI contactUri,
org.littleshoot.mina.common.ByteBuffer body)
|
SipResponse |
SipMessageFactory.createInviteOk(Invite request,
org.apache.commons.id.uuid.UUID instanceId,
URI contactUri,
org.littleshoot.mina.common.ByteBuffer body)
Creates a new INVITE OK message, copying data from the specified request. |
Invite |
SipMessageFactoryImpl.createInviteToForward(InetSocketAddress socketAddress,
Invite invite)
|
Invite |
SipMessageFactory.createInviteToForward(InetSocketAddress socketAddress,
Invite invite)
Creates a new message to forward with all of the appropriate modifications to the Via header based on the remote reading of the socket address and port. |
void |
SipMessageVisitor.visitInvite(Invite invite)
Visits an INVITE request. |
| Uses of Invite in org.lastbamboo.common.sip.stack.transaction.client |
|---|
| Methods in org.lastbamboo.common.sip.stack.transaction.client with parameters of type Invite | |
|---|---|
void |
SipClientTransactionImpl.visitInvite(Invite invite)
|
| Uses of Invite in org.lastbamboo.common.sip.stack.transport |
|---|
| Methods in org.lastbamboo.common.sip.stack.transport with parameters of type Invite | |
|---|---|
SipClientTransaction |
SipTcpTransportLayerImpl.invite(Invite request,
org.littleshoot.mina.common.IoSession io,
org.lastbamboo.common.offer.answer.OfferAnswerTransactionListener transactionListener)
|
SipClientTransaction |
SipTcpTransportLayer.invite(Invite message,
org.littleshoot.mina.common.IoSession io,
org.lastbamboo.common.offer.answer.OfferAnswerTransactionListener listener)
Writes a message that is a part of a transaction. |
void |
SipTcpTransportLayerImpl.writeRequest(Collection<InetSocketAddress> socketAddresses,
Invite request)
|
void |
SipTcpTransportLayer.writeRequest(Collection<InetSocketAddress> socketAddresses,
Invite request)
Writes the specified request to the first address in the collection we have a connection for. |
void |
SipTcpTransportLayerImpl.writeRequestStatelessly(Invite request,
org.littleshoot.mina.common.IoSession io)
|
void |
SipTcpTransportLayer.writeRequestStatelessly(Invite request,
org.littleshoot.mina.common.IoSession io)
Writes the specified request without creating a transaction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||