public class HeaderField
extends java.lang.Object
onCallSipHeaderFields accountProvider::CreateSIPHeaderField
Constructor and Description |
---|
HeaderField(long handle)
Constructor storing the pointer/address to the underlying native object
|
Modifier and Type | Method and Description |
---|---|
protected void |
finalize()
Ensures the underlying native object destruction
|
long |
handle()
Gets the pointer/address to the underlying native object
|
SipMethodTypes |
method()
The SIP Method this header is allowed to be put at/comming from
|
java.lang.String |
name()
The Name of the SIP header field
|
java.util.List<java.lang.String> |
values()
List of header field values
|
public HeaderField(long handle)
handle
- Pointer/address to the underlying native objectpublic long handle()
protected void finalize()
finalize
in class java.lang.Object
public java.lang.String name()
public java.util.List<java.lang.String> values()
public SipMethodTypes method()
SipMethodTypes