public class ResponseContext extends Object
| 构造器和说明 |
|---|
ResponseContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
byte |
getProtocolType() |
long |
getRequestId() |
byte |
getSerializeType() |
void |
setProtocolType(byte protocolType) |
void |
setRequestId(long requestId) |
void |
setSerializeType(byte serializeType) |
public byte getSerializeType()
public void setSerializeType(byte serializeType)
public byte getProtocolType()
public void setProtocolType(byte protocolType)
public long getRequestId()
public void setRequestId(long requestId)
Copyright © 2018. All rights reserved.