@Beta @Deprecated public final class ConnectionMessagesSentEvent extends java.lang.Object
Constructor and Description |
---|
ConnectionMessagesSentEvent(ConnectionId connectionId,
int requestId,
int size)
Deprecated.
Constructs a new instance of the event.
|
Modifier and Type | Method and 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.
|
public ConnectionMessagesSentEvent(ConnectionId connectionId, int requestId, int size)
connectionId
- the connection idrequestId
- the request idsize
- the size of the sent messagepublic ConnectionId getConnectionId()
public int getRequestId()
public int getSize()
public java.lang.String toString()
toString
in class java.lang.Object