Uses of Enum Class
com.vonage.client.voice.SipHeader
Packages that use SipHeader
Package
Description
Implementation of the Vonage Voice API.
Provides useful NCCO classes which can be serialized using Jackson when
implementing webhooks to drive the Vonage Voice API.
-
Uses of SipHeader in com.vonage.client.voice
Methods in com.vonage.client.voice that return SipHeaderModifier and TypeMethodDescriptionstatic SipHeaderSipHeader.fromString(String value) Converts a SIP header string to a known enum.static SipHeaderReturns the enum constant of this class with the specified name.static SipHeader[]SipHeader.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.voice that return types with arguments of type SipHeaderModifier and TypeMethodDescriptionSipEndpoint.getStandardHeaders()Headers that are RFC standards, i.e. not prepended withX-. -
Uses of SipHeader in com.vonage.client.voice.ncco
Methods in com.vonage.client.voice.ncco that return types with arguments of type SipHeaderModifier and TypeMethodDescriptionSipEndpoint.getStandardHeaders()Headers that are RFC standards, i.e. not prepended withX-.