Class ClientPacketDecoder
- java.lang.Object
-
- org.apache.activemq.artemis.core.protocol.core.impl.PacketDecoder
-
- org.apache.activemq.artemis.core.protocol.ClientPacketDecoder
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ServerPacketDecoder
public class ClientPacketDecoder extends PacketDecoder
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CoreMessageObjectPoolscoreMessageObjectPools
-
Constructor Summary
Constructors Constructor Description ClientPacketDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Packetdecode(byte packetType, CoreRemotingConnection connection)Packetdecode(ActiveMQBuffer in, CoreRemotingConnection connection)
-
-
-
Field Detail
-
coreMessageObjectPools
protected final CoreMessageObjectPools coreMessageObjectPools
-
-
Method Detail
-
decode
public Packet decode(ActiveMQBuffer in, CoreRemotingConnection connection)
- Specified by:
decodein classPacketDecoder
-
decode
public Packet decode(byte packetType, CoreRemotingConnection connection)
- Overrides:
decodein classPacketDecoder
-
-