U
- T
- public 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 and Description |
---|---|
T |
decode(U s)
Decode the specified object of type U into object of type T
|
Copyright © 2016. All rights reserved.