| Package | Description | 
|---|---|
| javax.websocket | 
 This package contains all the Jakartq WebSocket APIs common to both the client and server side. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> void | 
Session.addMessageHandler(Class<T> clazz,
                 MessageHandler.Partial<T> handler)
Register to handle to incoming messages in this conversation. 
 | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.