@Beta @Deprecated public final class ConnectionMessagesSentEvent extends Object
Constructor | Description |
---|---|
ConnectionMessagesSentEvent(ConnectionId connectionId,
int requestId,
int size) |
Deprecated.
Constructs a new instance of the event.
|
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.
|
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()