Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.RedirectionInformation
-
Packages that use RedirectionInformation Package Description com.opencloud.slee.resources.cgin.callcontrol Provides a common API for callcontrol protocols originally based on the INAP family of protocols.com.opencloud.slee.resources.cgin.cap_v1 Provides an API for the CAP v1 protocol.com.opencloud.slee.resources.cgin.cap_v2 Provides an API for the CAP v2 protocol.com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol.com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol.com.opencloud.slee.resources.in.datatypes.cc Defines classes to represent some call-control types for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause), and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of RedirectionInformation in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return RedirectionInformation Modifier and Type Method Description RedirectionInformation
CCConnectArg. getRedirectionInformation()
Gets the value of the field redirectionInformation.RedirectionInformation
CCInitialDPArg. getRedirectionInformation()
Gets the value of the field redirectionInformation.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type RedirectionInformation Modifier and Type Method Description CCConnectArg
CCConnectArg. setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation.CCInitialDPArg
CCInitialDPArg. setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation. -
Uses of RedirectionInformation in com.opencloud.slee.resources.cgin.cap_v1
Methods in com.opencloud.slee.resources.cgin.cap_v1 with parameters of type RedirectionInformation Modifier and Type Method Description CAP1ConnectArg
CAP1ConnectArg. setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation.CAP1InitialDPArg
CAP1InitialDPArg. setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation. -
Uses of RedirectionInformation in com.opencloud.slee.resources.cgin.cap_v2
Methods in com.opencloud.slee.resources.cgin.cap_v2 with parameters of type RedirectionInformation Modifier and Type Method Description CAP2ConnectArg
CAP2ConnectArg. setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation.CAP2InitialDPArg
CAP2InitialDPArg. setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation. -
Uses of RedirectionInformation in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type RedirectionInformation Modifier and Type Method Description CAP3ConnectArg
CAP3ConnectArg. setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation.CAP3InitialDPArg
CAP3InitialDPArg. setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation. -
Uses of RedirectionInformation in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type RedirectionInformation Modifier and Type Method Description CAP4ConnectArg
CAP4ConnectArg. setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation.CAP4InitialDPArg
CAP4InitialDPArg. setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation. -
Uses of RedirectionInformation in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type RedirectionInformation Modifier and Type Method Description CS1ConnectArg
CS1ConnectArg. setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation.CS1InitialDPArg
CS1InitialDPArg. setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation. -
Uses of RedirectionInformation in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return RedirectionInformation Modifier and Type Method Description RedirectionInformation
RedirectionInformation. clone()
Constructs a copy of this object and everything reachable from it.static RedirectionInformation
RedirectionInformation. copyOf(RedirectionInformation from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.RedirectionInformation
RedirectionInformation. setOriginalReason(RedirectionInformation.OriginalReason value)
Sets the value of the original redirection reason.RedirectionInformation
RedirectionInformation. setRedirecting(RedirectionInformation.Redirecting value)
Sets the value of the redirecting indicator.RedirectionInformation
RedirectionInformation. setRedirectingReason(RedirectionInformation.RedirectingReason value)
Sets the value of the redirecting reason.RedirectionInformation
RedirectionInformation. setRedirectionCounter(int value)
Sets the value of the number of redirections the call has undergone.RedirectionInformation
RedirectionInformation. setRedirectionCounterPresent(boolean flag)
Sets the presence or absence of the field RedirectionCounter.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type RedirectionInformation Modifier and Type Method Description static RedirectionInformation
RedirectionInformation. copyOf(RedirectionInformation from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
-