Class ConnectionMessagesSentEvent


  • Deprecated. 
    - No longer used

    @Beta
    @Deprecated
    public final class ConnectionMessagesSentEvent
    extends java.lang.Object
    An event signifying that a message has been sent on a connection.
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectionMessagesSentEvent​(ConnectionId connectionId, int requestId, int size)
      Deprecated. 
      Constructs a new instance of the event.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      ConnectionId getConnectionId​()
      Deprecated. 
      Gets the identifier for this connection.
      int getRequestId​()
      Deprecated. 
      Gets the request id of the message that was sent.
      int getSize​()
      Deprecated. 
      Gets the size of the sent message.
      java.lang.String toString​()
      Deprecated. 
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConnectionMessagesSentEvent

        public ConnectionMessagesSentEvent​(ConnectionId connectionId,
                                           int requestId,
                                           int size)
        Deprecated. 
        Constructs a new instance of the event.
        Parameters:
        connectionId - the connection id
        requestId - the request id
        size - the size of the sent message
    • Method Detail

      • getConnectionId

        public ConnectionId getConnectionId​()
        Deprecated. 
        Gets the identifier for this connection.
        Returns:
        the connection id
      • getRequestId

        public int getRequestId​()
        Deprecated. 
        Gets the request id of the message that was sent.
        Returns:
        the request id
      • getSize

        public int getSize​()
        Deprecated. 
        Gets the size of the sent message.
        Returns:
        the size of the sent message
      • toString

        public java.lang.String toString​()
        Deprecated. 
        Overrides:
        toString in class java.lang.Object