Package com.bea.wcp.diameter.sh
Class ShSession
java.lang.Object
com.bea.wcp.diameter.Session
com.bea.wcp.diameter.sh.ShSession
- All Implemented Interfaces:
Externalizable,Serializable
The ShSession.
- Author:
- Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUsed by Externalizable.ShSession(ShApplication app) ShSession(ShApplication app, String id, Object parent) -
Method Summary
Modifier and TypeMethodDescriptioncreatePUR(AccessKey key, ByteBuffer data) createRequest(Command cmd, AccessKey key) voidvoidMethods inherited from class com.bea.wcp.diameter.Session
appendXml, createRequest, getAdapter, getApplication, getAttribute, getId, getListener, isTerminated, notifyListener, rcvAnswer, rcvMessage, rcvRequest, removeAttribute, setAdapter, setAttribute, setListener, sndMessage, terminate, toString
-
Constructor Details
-
ShSession
public ShSession()Used by Externalizable. -
ShSession
-
ShSession
-
-
Method Details
-
createUDR
- Throws:
IOException
-
createPUR
- Throws:
IOException
-
createSNR
- Throws:
IOException
-
createRequest
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classSession- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classSession- Throws:
IOExceptionClassNotFoundException
-