8.26.3 When data is sent
The following figure shows the trace collection points in WebSocket.
|
|
The following table describes the event IDs, trace levels, trace collection points, and information that can be collected.
|
Event ID |
No. in the figures# |
Level |
Trace acquisition points |
Information that you can acquire |
||
|---|---|---|---|---|---|---|
|
Interface name |
Operation name |
Optional |
||||
|
0xE112 |
14 |
A |
Immediately before the WebSocket frame transmission processing starts |
WRITE |
-- |
-- |
|
0xE113 |
15 |
A |
Immediately after the WebSocket frame transmission processing is complete |
WRITE |
-- |
|
|
0xE130 |
13 |
A |
Immediately after the javax.websocket.RemoteEndpoint.Async.sendXXX method is invoked |
javax.websocket.RemoteEndpoint.Async |
Method name (argument type) |
Destination session ID |
|
0xE131 |
16 |
A |
Immediately before the return of the javax.websocket.RemoteEndpoint.Async.sendXXX method |
javax.websocket.RemoteEndpoint.Async |
Method name (argument type) |
|
|
0xE132 |
13 |
A |
Immediately after the javax.websocket.RemoteEndpoint.Basic.sendXXX method is invoked |
javax.websocket.RemoteEndpoint.Basic |
Method name (argument type) |
Destination session ID |
|
0xE133 |
16 |
A |
Immediately before the return of the javax.websocket.RemoteEndpoint.Basic.sendXXX method |
javax.websocket.RemoteEndpoint.Basic |
Method name (argument type) |
|
|
0xE134 |
13 |
A |
Immediately after the javax.websocket.RemoteEndpoint.sendXXX method is invoked |
javax.websocket.RemoteEndpoint |
Method name (argument type) |
Destination session ID |
|
0xE135 |
16 |
A |
Immediately before the return of the javax.websocket.RemoteEndpoint.sendXXX method |
javax.websocket.RemoteEndpoint |
Method name (argument type) |
|
- Legend:
-
A: Standard
--: Not applicable
- #
-
Corresponds to the numbers in Figure 8-103.