Uses of Class
com.opencloud.slee.resources.cgin.SccpAddress
-
Packages that use SccpAddress Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built.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 SccpAddress in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return SccpAddress Modifier and Type Method Description SccpAddressSccpAddress. clone()static SccpAddressSccpAddress. copyOf(SccpAddress from)SccpAddressDialogMessageEvent. getDestinationAddress()Get the destination SCCP address (called party address) of the message.SccpAddressDialogMessageEvent. getOriginatingAddress()Get the originating SCCP address (calling party address) of the message.SccpAddressDialogOpenAcceptEvent. getResponderAddress()Get the SCCP address of the responder.SccpAddressDialogOpenRefuseEvent. getResponderAddress()Get the SCCP address of the responder.static SccpAddressSccpAddressParser. parseSccpAddress(String addressString)Parse an SCCP address string to return anSccpAddressobject initialised to the values specified by the string.Methods in com.opencloud.slee.resources.cgin with parameters of type SccpAddress Modifier and Type Method Description voidDialog. acceptDialog(SccpAddress responderAddress, Object... userInformation)Issue a dialog open request acceptance response on this dialog.static SccpAddressSccpAddress. copyOf(SccpAddress from)static StringSccpAddressParser. encodeSccpAddress(SccpAddress address)Obtain a string value for anSccpAddress.DialogCGINProvider. issueOpenRequest(TcapApplicationContext appContext, ObjectID appContextName, SccpAddress origAddress, SccpAddress destAddress, TcapVersion tcapVersion, long timeout, Object... userInformation)Attempt to open a new dialog.DialogCGINProvider. issueOpenRequest(TcapApplicationContext appContext, SccpAddress destAddress)Attempt to open a new dialog.DialogCGINProvider. issueStatelessOpenRequest(TcapApplicationContext appContext, ObjectID appContextName, byte[] origTransactionID, SccpAddress origAddress, SccpAddress destAddress, TcapVersion tcapVersion, Object... userInformation)Attempt to open a new stateless dialog.voidDialog. refuseDialog(OpenRefuseReason reason, TcapApplicationContext applicationContext, SccpAddress responderAddress, Object... userInformation)Refuse an open dialog request.voidDialog. refuseDialog(OpenRefuseReason reason, TcapApplicationContext applicationContext, Object userAbortInformation, SccpAddress responderAddress, Object... userInformation)Refuse an open dialog request.voidCGINProvider. relayMessage(DialogMessageEvent message, SccpAddress destAddress)Relay a received BEGIN, QUERY, ITU_UNI, or ANSI_UNI message.DialogCGINProvider. relayStatelessOpenRequest(DialogOpenRequestEvent openRequest, SccpAddress destAddress)Create a stateless dialog suitable for relaying the given open request.voidDialog. setRemoteAddress(SccpAddress remoteAddress)Set the remote SCCP address for future outgoing messages.Constructors in com.opencloud.slee.resources.cgin with parameters of type SccpAddress Constructor Description DialogMessageEvent(Dialog dialog, DialogMessageType messageType, boolean firstResponse, SccpAddress originatingAddress, SccpAddress destinationAddress, boolean hasLayer3OriginatingPointCode, int layer3OriginatingPointCode, boolean hasLayer3DestinationPointCode, int layer3DestinationPointCode, Object[] userInformation, ComponentEvent[] componentEvents)Construct a new instance from provided parameters.DialogOpenAcceptEvent(Dialog dialog, SccpAddress responderAddress, Object[] userInformation)Create a new open-accept event.DialogOpenRefuseEvent(Dialog dialog, OpenRefuseReason refuseReason, PAbortCause pAbortCause, SccpAddress responderAddress, TcapApplicationContext applicationContext, Object[] userInformation, Object userAbortInformation)Create a new open-refuse event.DialogOpenRequestEvent(Dialog dialog, DialogMessageType messageType, SccpAddress originatingAddress, SccpAddress destinationAddress, boolean hasLayer3OriginatingPointCode, int layer3OriginatingPointCode, boolean hasLayer3DestinationPointCode, int layer3DestinationPointCode, Object[] userInformation, ComponentEvent[] componentEvents)Construct a new Open Request event -
Uses of SccpAddress in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return SccpAddress Modifier and Type Method Description SccpAddressAddressString. toSccpAddress(SccpAddress.Type sccpAddressType)Obtain an SCCP address from this ISDN address.SccpAddressAddressString. toSccpAddress(SccpAddress.Type sccpAddressType, StringCodec<AddressString> codec)Obtain an SCCP address from this ISDN address.
-