public class KieServerControllerNotificationDecoder extends Object implements javax.websocket.Decoder.Text<KieServerControllerNotification>
| Constructor and Description |
|---|
KieServerControllerNotificationDecoder() |
| Modifier and Type | Method and Description |
|---|---|
KieServerControllerNotification |
decode(String content) |
void |
destroy() |
void |
init(javax.websocket.EndpointConfig config) |
boolean |
willDecode(String content) |
public KieServerControllerNotificationDecoder()
public KieServerControllerNotification decode(String content) throws javax.websocket.DecodeException
decode in interface javax.websocket.Decoder.Text<KieServerControllerNotification>javax.websocket.DecodeExceptionpublic boolean willDecode(String content)
willDecode in interface javax.websocket.Decoder.Text<KieServerControllerNotification>public void init(javax.websocket.EndpointConfig config)
init in interface javax.websocket.Decoderpublic void destroy()
destroy in interface javax.websocket.DecoderCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.