U - T - org.atmosphere.config.managed.Decoder<U,T>JSONDecoderpublic interface Decoder<U,T>
extends org.atmosphere.config.managed.Decoder<U,T>
PushEndpoint with a method
annotated with OnMessage. For example:
public final class StringBufferDecoder implements Decoder {
| Modifier and Type | Method | Description |
|---|---|---|
T |
decode(U s) |
Decode the specified object of type U into object of type T
|
Copyright © 2018. All rights reserved.