Constructor and Description |
---|
ConnectionMessagesSentEvent(ConnectionId connectionId,
int requestId,
int size)
Constructs a new instance of the event.
|
Modifier and Type | Method and Description |
---|---|
ConnectionId |
getConnectionId()
Gets the identifier for this connection.
|
int |
getRequestId()
Gets the request id of the message that was sent.
|
int |
getSize()
Gets the size of the sent message.
|
String |
toString() |
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()