public class RawSessionImpl extends BaseSessionImpl implements RawSession
container, creationTime, isValid, lastAccessedTime, parser, reqListener, sessionId| Modifier and Type | Method and Description |
|---|---|
Message |
createMessage(int commandCode,
ApplicationId appId,
Avp... avps) |
Message |
createMessage(int commandCode,
ApplicationId appId,
long hopByHopIdentifier,
long endToEndIdentifier,
Avp... avps) |
Message |
createMessage(Message message,
boolean copyAvps) |
boolean |
isWrapperFor(Class<?> iface) |
void |
release() |
void |
send(Message message,
EventListener<Message,Message> listener) |
void |
send(Message message,
EventListener<Message,Message> listener,
long timeOut,
TimeUnit timeUnit) |
<T> T |
unwrap(Class<T> iface) |
appendAppId, createListenerWrapper, genericSend, genericSend, getAppId, getCreationTime, getLastAccessedTime, getSessionId, isAppSession, isReplicable, isValid, send, sendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsend, sendgetCreationTime, getLastAccessedTime, getSessionId, isAppSession, isReplicable, isValidpublic Message createMessage(int commandCode, ApplicationId appId, Avp... avps)
createMessage in interface RawSessionpublic Message createMessage(int commandCode, ApplicationId appId, long hopByHopIdentifier, long endToEndIdentifier, Avp... avps)
createMessage in interface RawSessionpublic Message createMessage(Message message, boolean copyAvps)
createMessage in interface RawSessionpublic void send(Message message, EventListener<Message,Message> listener) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
send in interface RawSessionInternalExceptionIllegalDiameterStateExceptionRouteExceptionOverloadExceptionpublic void send(Message message, EventListener<Message,Message> listener, long timeOut, TimeUnit timeUnit) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
send in interface RawSessionInternalExceptionIllegalDiameterStateExceptionRouteExceptionOverloadExceptionpublic void release()
release in interface BaseSessionpublic boolean isWrapperFor(Class<?> iface) throws InternalException
isWrapperFor in interface WrapperInternalExceptionpublic <T> T unwrap(Class<T> iface) throws InternalException
unwrap in interface WrapperInternalExceptionCopyright © 2016. All Rights Reserved.