public class KieServerControllerDescriptorCommandDecoder extends Object implements javax.websocket.Decoder.Text<KieServerControllerDescriptorCommand>
| Constructor and Description |
|---|
KieServerControllerDescriptorCommandDecoder() |
| Modifier and Type | Method and Description |
|---|---|
KieServerControllerDescriptorCommand |
decode(String content) |
void |
destroy() |
void |
init(javax.websocket.EndpointConfig config) |
boolean |
willDecode(String content) |
public KieServerControllerDescriptorCommandDecoder()
public KieServerControllerDescriptorCommand decode(String content) throws javax.websocket.DecodeException
decode in interface javax.websocket.Decoder.Text<KieServerControllerDescriptorCommand>javax.websocket.DecodeExceptionpublic boolean willDecode(String content)
willDecode in interface javax.websocket.Decoder.Text<KieServerControllerDescriptorCommand>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.