public class EzySocketResponseApi extends EzyAbstractResponseApi
| Modifier and Type | Field and Description |
|---|---|
protected com.tvd12.ezyfox.codec.EzyMessageDataEncoder |
encoder |
| Constructor and Description |
|---|
EzySocketResponseApi(Object encoder) |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
dataToMessageContent(com.tvd12.ezyfox.entity.EzyArray data) |
protected Object |
encodeData(com.tvd12.ezyfox.entity.EzyArray data) |
protected byte[] |
encrypteMessageContent(byte[] messageContent,
byte[] encryptionKey) |
protected com.tvd12.ezyfox.constant.EzyConstant |
getConnectionType() |
createPacket, normalResponse, response, secureResponseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresponsepublic EzySocketResponseApi(Object encoder)
protected Object encodeData(com.tvd12.ezyfox.entity.EzyArray data) throws Exception
encodeData in class EzyAbstractResponseApiExceptionprotected byte[] dataToMessageContent(com.tvd12.ezyfox.entity.EzyArray data)
throws Exception
dataToMessageContent in class EzyAbstractResponseApiExceptionprotected byte[] encrypteMessageContent(byte[] messageContent,
byte[] encryptionKey)
throws Exception
encrypteMessageContent in class EzyAbstractResponseApiExceptionprotected com.tvd12.ezyfox.constant.EzyConstant getConnectionType()
getConnectionType in class EzyAbstractResponseApiCopyright © 2021 Young Monkeys. All rights reserved.