Uses of Interface
org.jdiameter.api.Message

Packages that use Message
org.jdiameter.api   
org.jdiameter.api.app   
org.jdiameter.api.validation   
 

Uses of Message in org.jdiameter.api
 

Classes in org.jdiameter.api with type parameters of type Message
 interface EventListener<R extends Message,A extends Message>
          Common event listener
 interface EventListener<R extends Message,A extends Message>
          Common event listener
 

Subinterfaces of Message in org.jdiameter.api
 interface Answer
          An Answer message is sent by a recipient of Request once it has received and interpreted the Request.
 interface Request
          A Diameter Request is a request from a client to a server (or server to client - network request).
 

Methods in org.jdiameter.api that return Message
 Message RawSession.createMessage(int commandCode, ApplicationId applicationId, Avp... avp)
          Returns a new message object with the specified command code, applicationId and predefined avps.
 Message RawSession.createMessage(int commandCode, ApplicationId applicationId, long hopByHopIdentifier, long endToEndIdentifier, Avp... avp)
          Returns a new message object with the predefined Command-code, ApplicationId, HopByHopIdentifier, EndToEndIdentifier This method allow created message from storage or created specific message.
 Message RawSession.createMessage(Message message, boolean copyAvps)
          Returns a new message object with the copy of parent message header
 

Methods in org.jdiameter.api that return types with arguments of type Message
 java.util.concurrent.Future<Message> Session.send(Message message)
          Sends and wait response message with default timeout
 java.util.concurrent.Future<Message> RawSession.send(Message message)
          Sends and wait response message with default timeout
 java.util.concurrent.Future<Message> Session.send(Message message, long timeOut, java.util.concurrent.TimeUnit timeUnit)
          Sends and wait response message with defined timeout
 java.util.concurrent.Future<Message> RawSession.send(Message message, long timeOut, java.util.concurrent.TimeUnit timeUnit)
          Sends and wait response message with defined timeout
 

Methods in org.jdiameter.api with parameters of type Message
 Message RawSession.createMessage(Message message, boolean copyAvps)
          Returns a new message object with the copy of parent message header
 java.util.concurrent.Future<Message> Session.send(Message message)
          Sends and wait response message with default timeout
 java.util.concurrent.Future<Message> RawSession.send(Message message)
          Sends and wait response message with default timeout
 void RawSession.send(Message message, EventListener<Message,Message> listener)
          Sends and wait response message with default timeout
 void RawSession.send(Message message, EventListener<Message,Message> listener, long timeOut, java.util.concurrent.TimeUnit timeUnit)
          Sends and wait response message with defined timeout
 void Session.send(Message message, EventListener<Request,Answer> listener)
          Sends and wait response message with default timeout
 void Session.send(Message message, EventListener<Request,Answer> listener, long timeOut, java.util.concurrent.TimeUnit timeUnit)
          Sends and wait response message with defined timeout
 java.util.concurrent.Future<Message> Session.send(Message message, long timeOut, java.util.concurrent.TimeUnit timeUnit)
          Sends and wait response message with defined timeout
 java.util.concurrent.Future<Message> RawSession.send(Message message, long timeOut, java.util.concurrent.TimeUnit timeUnit)
          Sends and wait response message with defined timeout
 

Method parameters in org.jdiameter.api with type arguments of type Message
 void RawSession.send(Message message, EventListener<Message,Message> listener)
          Sends and wait response message with default timeout
 void RawSession.send(Message message, EventListener<Message,Message> listener)
          Sends and wait response message with default timeout
 void RawSession.send(Message message, EventListener<Message,Message> listener, long timeOut, java.util.concurrent.TimeUnit timeUnit)
          Sends and wait response message with defined timeout
 void RawSession.send(Message message, EventListener<Message,Message> listener, long timeOut, java.util.concurrent.TimeUnit timeUnit)
          Sends and wait response message with defined timeout
 

Uses of Message in org.jdiameter.api.app
 

Methods in org.jdiameter.api.app that return Message
 Message AppEvent.getMessage()
           
 

Uses of Message in org.jdiameter.api.validation
 

Methods in org.jdiameter.api.validation with parameters of type Message
 void Dictionary.validate(Message message, boolean incoming)
          Performs validation according to configured levels
 void MessageRepresentation.validate(Message msg, ValidatorLevel validatorLevel)
           
 



Copyright © 2013. All Rights Reserved.