public interface MessagingCodec<M>
| Modifier and Type | Interface and Description |
|---|---|
static class |
MessagingCodec.ClientType |
| Modifier and Type | Method and Description |
|---|---|
M |
decode(java.io.InputStream input) |
void |
encode(M message,
java.io.OutputStream output) |
MessagingCodec.ClientType |
getClientType() |
java.lang.String |
getContentType() |
MessagingCodec.ClientType getClientType()
java.lang.String getContentType()
void encode(M message, java.io.OutputStream output) throws java.io.IOException
java.io.IOExceptionM decode(java.io.InputStream input) throws java.io.IOException
java.io.IOException