public abstract class PacketDecoder extends Object implements Serializable
Constructor and Description |
---|
PacketDecoder() |
Modifier and Type | Method and Description |
---|---|
abstract Packet |
decode(ActiveMQBuffer in,
CoreRemotingConnection connection) |
Packet |
decode(byte packetType,
CoreRemotingConnection connection) |
public abstract Packet decode(ActiveMQBuffer in, CoreRemotingConnection connection)
public Packet decode(byte packetType, CoreRemotingConnection connection)
Copyright © 2019 JBoss by Red Hat. All rights reserved.