public abstract class RequestOrResponse extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static RequestOrResponse |
readFrom(BinaryDeserializer deserializer,
PhysicalInfo.ServerInfo info) |
ProtocolType |
type() |
abstract void |
writeImpl(BinarySerializer serializer) |
void |
writeTo(BinarySerializer serializer) |
public ProtocolType type()
public void writeTo(BinarySerializer serializer) throws IOException, SQLException
public abstract void writeImpl(BinarySerializer serializer) throws IOException, SQLException
public static RequestOrResponse readFrom(BinaryDeserializer deserializer, PhysicalInfo.ServerInfo info) throws IOException, SQLException
Copyright © 2020. All rights reserved.