|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SipHeaderFactory
Factory for creating SIP message headers.
| Method Summary | |
|---|---|
SipHeader |
createCallId()
|
SipHeader |
createContact(URI contactUri,
org.apache.commons.id.uuid.UUID instanceId)
|
SipHeader |
createContentLength(int contentLength)
|
SipHeader |
createCSeq(String method)
|
SipHeader |
createExpires(int millis)
|
SipHeader |
createFrom(String displayName,
URI sipUri)
|
SipHeader |
createHeader(String name,
String value)
|
SipHeader |
createMaxForwards(int maxForwards)
|
SipHeader |
createSentByVia(InetAddress address)
Creates a new Via header indicating the "sent-by" address of the host processing the message. |
SipHeader |
createSupported()
Create the header for the extensions we support. |
SipHeader |
createTo(SipHeader originalTo)
|
SipHeader |
createTo(URI sipUri)
|
| Method Detail |
|---|
SipHeader createHeader(String name,
String value)
SipHeader createSentByVia(InetAddress address)
address - The address to put in the "sent-by" parameter.
SipHeader createMaxForwards(int maxForwards)
SipHeader createTo(URI sipUri)
SipHeader createFrom(String displayName,
URI sipUri)
SipHeader createCallId()
SipHeader createCSeq(String method)
SipHeader createContact(URI contactUri,
org.apache.commons.id.uuid.UUID instanceId)
SipHeader createExpires(int millis)
SipHeader createContentLength(int contentLength)
SipHeader createTo(SipHeader originalTo)
SipHeader createSupported()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||