@Beta @Deprecated public final class ConnectionMessageReceivedEvent extends Object
Constructor | Description |
---|---|
ConnectionMessageReceivedEvent(ConnectionId connectionId,
int responseTo,
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 |
getResponseTo() |
Deprecated.
The responseTo identifier of the message.
|
int |
getSize() |
Deprecated.
Gets the size of the received message.
|
String |
toString() |
Deprecated.
|
public ConnectionMessageReceivedEvent(ConnectionId connectionId, int responseTo, int size)
connectionId
- the connection idresponseTo
- the request id that this message is in response tosize
- the size of the received messagepublic int getResponseTo()
public int getSize()
public ConnectionId getConnectionId()