public interface RosHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleConnection(javax.websocket.Session session)
Handle the connection event.
|
void |
handleDisconnection(javax.websocket.Session session)
Handle the disconnection event.
|
void |
handleError(javax.websocket.Session session,
Throwable t)
Handle the error event.
|
void handleConnection(javax.websocket.Session session)
session - The session associated with the connection.void handleDisconnection(javax.websocket.Session session)
session - The session associated with the disconnection.void handleError(javax.websocket.Session session,
Throwable t)
session - The session associated with the error.t - The error.Copyright © 2014. All rights reserved.