public interface JsonSupport
| Modifier and Type | Method and Description |
|---|---|
void |
addEventMapping(String namespaceName,
String eventName,
Class<?>... eventClass) |
List<byte[]> |
getArrays() |
AckArgs |
readAckArgs(io.netty.buffer.ByteBufInputStream src,
AckCallback<?> callback) |
<T> T |
readValue(String namespaceName,
io.netty.buffer.ByteBufInputStream src,
Class<T> valueType) |
void |
removeEventMapping(String namespaceName,
String eventName) |
void |
writeValue(io.netty.buffer.ByteBufOutputStream out,
Object value) |
AckArgs readAckArgs(io.netty.buffer.ByteBufInputStream src, AckCallback<?> callback) throws IOException
IOException<T> T readValue(String namespaceName, io.netty.buffer.ByteBufInputStream src, Class<T> valueType) throws IOException
IOExceptionvoid writeValue(io.netty.buffer.ByteBufOutputStream out,
Object value)
throws IOException
IOExceptionvoid addEventMapping(String namespaceName, String eventName, Class<?>... eventClass)
List<byte[]> getArrays()
Copyright © 2012–2016. All rights reserved.