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 SccpAddress
SccpAddress. clone()
static SccpAddress
SccpAddress. copyOf(SccpAddress from)
SccpAddress
DialogMessageEvent. getDestinationAddress()
Get the destination SCCP address (called party address) of the message.SccpAddress
DialogMessageEvent. getOriginatingAddress()
Get the originating SCCP address (calling party address) of the message.SccpAddress
DialogOpenAcceptEvent. getResponderAddress()
Get the SCCP address of the responder.SccpAddress
DialogOpenRefuseEvent. getResponderAddress()
Get the SCCP address of the responder.static SccpAddress
SccpAddressParser. parseSccpAddress(String addressString)
Parse an SCCP address string to return anSccpAddress
object 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 void
Dialog. acceptDialog(SccpAddress responderAddress, Object... userInformation)
Issue a dialog open request acceptance response on this dialog.static SccpAddress
SccpAddress. copyOf(SccpAddress from)
static String
SccpAddressParser. encodeSccpAddress(SccpAddress address)
Obtain a string value for anSccpAddress
.Dialog
CGINProvider. issueOpenRequest(TcapApplicationContext appContext, ObjectID appContextName, SccpAddress origAddress, SccpAddress destAddress, TcapVersion tcapVersion, long timeout, Object... userInformation)
Attempt to open a new dialog.Dialog
CGINProvider. issueOpenRequest(TcapApplicationContext appContext, SccpAddress destAddress)
Attempt to open a new dialog.Dialog
CGINProvider. issueStatelessOpenRequest(TcapApplicationContext appContext, ObjectID appContextName, byte[] origTransactionID, SccpAddress origAddress, SccpAddress destAddress, TcapVersion tcapVersion, Object... userInformation)
Attempt to open a new stateless dialog.void
Dialog. refuseDialog(OpenRefuseReason reason, TcapApplicationContext applicationContext, SccpAddress responderAddress, Object... userInformation)
Refuse an open dialog request.void
Dialog. refuseDialog(OpenRefuseReason reason, TcapApplicationContext applicationContext, Object userAbortInformation, SccpAddress responderAddress, Object... userInformation)
Refuse an open dialog request.void
CGINProvider. relayMessage(DialogMessageEvent message, SccpAddress destAddress)
Relay a received BEGIN, QUERY, ITU_UNI, or ANSI_UNI message.Dialog
CGINProvider. relayStatelessOpenRequest(DialogOpenRequestEvent openRequest, SccpAddress destAddress)
Create a stateless dialog suitable for relaying the given open request.void
Dialog. 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 SccpAddress
AddressString. toSccpAddress(SccpAddress.Type sccpAddressType)
Obtain an SCCP address from this ISDN address.SccpAddress
AddressString. toSccpAddress(SccpAddress.Type sccpAddressType, StringCodec<AddressString> codec)
Obtain an SCCP address from this ISDN address.
-