Uses of Class
org.apache.activemq.artemis.core.protocol.core.impl.PacketDecoder
Packages that use PacketDecoder
Package
Description
-
Uses of PacketDecoder in org.apache.activemq.artemis.core.protocol
Subclasses of PacketDecoder in org.apache.activemq.artemis.core.protocol -
Uses of PacketDecoder in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl that return PacketDecoderModifier and TypeMethodDescriptionprotected PacketDecoderActiveMQClientProtocolManager.createPacketDecoder()Constructors in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type PacketDecoderModifierConstructorDescriptionRemotingConnectionImpl(PacketDecoder packetDecoder, Connection transportConnection, long blockingCallTimeout, long blockingCallFailoverTimeout, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors, Executor connectionExecutor) Create a client side connectionRemotingConnectionImpl(PacketDecoder packetDecoder, Connection transportConnection, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors, SimpleString nodeID, Executor connectionExecutor) Create a server side connection