Package org.apache.johnzon.websocket.jsr
Class JsrStructureDecoder
- java.lang.Object
-
- org.apache.johnzon.websocket.internal.jsr.JsrDecoder<javax.json.JsonStructure>
-
- org.apache.johnzon.websocket.jsr.JsrStructureDecoder
-
- All Implemented Interfaces:
javax.websocket.Decoder
,javax.websocket.Decoder.TextStream<javax.json.JsonStructure>
public class JsrStructureDecoder extends JsrDecoder<javax.json.JsonStructure>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.websocket.Decoder
javax.websocket.Decoder.Binary<T extends java.lang.Object>, javax.websocket.Decoder.BinaryStream<T extends java.lang.Object>, javax.websocket.Decoder.Text<T extends java.lang.Object>, javax.websocket.Decoder.TextStream<T extends java.lang.Object>
-
-
Field Summary
Fields Modifier and Type Field Description private javax.json.JsonReaderFactory
factory
-
Constructor Summary
Constructors Constructor Description JsrStructureDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.json.JsonStructure
doRead(javax.json.JsonReader jsonReader)
-
Methods inherited from class org.apache.johnzon.websocket.internal.jsr.JsrDecoder
decode, destroy, init
-
-
-
-
Method Detail
-
doRead
protected javax.json.JsonStructure doRead(javax.json.JsonReader jsonReader)
- Specified by:
doRead
in classJsrDecoder<javax.json.JsonStructure>
-
-