@Beta @Deprecated public final class ConnectionMessageReceivedEvent extends java.lang.Object
Constructor and Description |
---|
ConnectionMessageReceivedEvent(ConnectionId connectionId,
int responseTo,
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 |
getResponseTo()
Deprecated.
The responseTo identifier of the message.
|
int |
getSize()
Deprecated.
Gets the size of the received message.
|
java.lang.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()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010 - 2020 Adobe. All Rights Reserved