Class JsonValueDecoder
- java.lang.Object
-
- org.forgerock.openig.tools.notifications.ws.tyrus.JsonValueDecoder
-
-
Constructor Summary
Constructors Constructor Description JsonValueDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonValue
decode(Reader message)
void
destroy()
void
init(javax.websocket.EndpointConfig endpointConfig)
-
-
-
Method Detail
-
decode
public JsonValue decode(Reader message) throws IOException
- Specified by:
decode
in interfacejavax.websocket.Decoder.TextStream<JsonValue>
- Throws:
IOException
-
init
public void init(javax.websocket.EndpointConfig endpointConfig)
- Specified by:
init
in interfacejavax.websocket.Decoder
-
destroy
public void destroy()
- Specified by:
destroy
in interfacejavax.websocket.Decoder
-
-