Uses of Class
org.apache.activemq.artemis.core.protocol.core.impl.PacketDecoder
-
Packages that use PacketDecoder Package Description org.apache.activemq.artemis.core.protocol org.apache.activemq.artemis.core.protocol.core.impl -
-
Uses of PacketDecoder in org.apache.activemq.artemis.core.protocol
Subclasses of PacketDecoder in org.apache.activemq.artemis.core.protocol Modifier and Type Class Description classClientPacketDecoderclassServerPacketDecoder -
Uses of PacketDecoder in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl that return PacketDecoder Modifier and Type Method Description protected PacketDecoderActiveMQClientProtocolManager. createPacketDecoder()Constructors in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type PacketDecoder Constructor Description RemotingConnectionImpl(PacketDecoder packetDecoder, Connection transportConnection, long blockingCallTimeout, long blockingCallFailoverTimeout, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors, Executor connectionExecutor)
-