Package org.atmosphere.config.managed
Interface Encoder<U,T>
-
public interface Encoder<U,T>Encode a message returned by a method annotated withMessageor aManagedServiceannotated class. The encoded object will be written back to the client. For examplepublic final static class StringBufferEncoder implements Encoder>StringBuffer, String< {- Author:
- Jeanfrancois Arcand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tencode(U s)Encode the object of type U into an object of type T.
-