com.googlecode.mobilityrpc.protocol.converters.messages
Class PongMessageConverter
java.lang.Object
com.googlecode.mobilityrpc.protocol.converters.MessageConverter<Pong>
com.googlecode.mobilityrpc.protocol.converters.messages.PongMessageConverter
public class PongMessageConverter
- extends MessageConverter<Pong>
- Author:
- Niall Gallagher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PongMessageConverter
public PongMessageConverter()
fromProtobuf
protected Pong fromProtobuf(byte[] bytes)
throws Exception
- Specified by:
fromProtobuf in class MessageConverter<Pong>
- Throws:
Exception
toProtobuf
protected byte[] toProtobuf(Pong object)
throws Exception
- Specified by:
toProtobuf in class MessageConverter<Pong>
- Throws:
Exception
Copyright © 2016. All rights reserved.