Java(TM) API for WebSocket 1.0.0.Final
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
T |
decode(Reader reader)
Reads the websocket message from the implementation provided
Reader and decodes it into an instance of the supplied object type.
|
-
-
Method Detail
-
decode
T decode(Reader reader)
throws DecodeException,
IOException
Reads the websocket message from the implementation provided
Reader and decodes it into an instance of the supplied object type.
- Parameters:
reader
- the reader from which to read the web socket message.
- Returns:
- the instance of the object that is the decoded web socket message.
- Throws:
DecodeException
IOException
Java(TM) API for WebSocket 1.0.0.Final
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2015 JBoss, a division of Red Hat, Inc.. All Rights Reserved.