Uses of Class
org.apache.activemq.artemis.core.protocol.stomp.VersionedStompFrameHandler
Packages that use VersionedStompFrameHandler
Package
Description
-
Uses of VersionedStompFrameHandler in org.apache.activemq.artemis.core.protocol.stomp
Fields in org.apache.activemq.artemis.core.protocol.stomp declared as VersionedStompFrameHandlerMethods in org.apache.activemq.artemis.core.protocol.stomp that return VersionedStompFrameHandlerModifier and TypeMethodDescriptionStompConnection.getFrameHandler()static VersionedStompFrameHandlerVersionedStompFrameHandler.getHandler(StompConnection connection, StompVersions version, ScheduledExecutorService scheduledExecutorService, ExecutorFactory executorFactory) StompConnection.getStompVersionHandler()Methods in org.apache.activemq.artemis.core.protocol.stomp with parameters of type VersionedStompFrameHandlerModifier and TypeMethodDescriptionvoidVersionedStompFrameHandler.initDecoder(VersionedStompFrameHandler existingHandler) this method is called when a newer version of handler is created.ActiveMQStompException.setHandler(VersionedStompFrameHandler frameHandler) Constructors in org.apache.activemq.artemis.core.protocol.stomp with parameters of type VersionedStompFrameHandler -
Uses of VersionedStompFrameHandler in org.apache.activemq.artemis.core.protocol.stomp.v10
-
Uses of VersionedStompFrameHandler in org.apache.activemq.artemis.core.protocol.stomp.v11
Methods in org.apache.activemq.artemis.core.protocol.stomp.v11 with parameters of type VersionedStompFrameHandlerModifier and TypeMethodDescriptionvoidStompFrameHandlerV11.initDecoder(VersionedStompFrameHandler existingHandler) -
Uses of VersionedStompFrameHandler in org.apache.activemq.artemis.core.protocol.stomp.v12