Uses of Class
org.apache.activemq.transport.stomp.ProtocolException
-
Uses of ProtocolException in org.apache.activemq.transport.stomp
Methods in org.apache.activemq.transport.stomp that return ProtocolExceptionMethods in org.apache.activemq.transport.stomp that throw ProtocolExceptionModifier and TypeMethodDescriptionprotected voidProtocolConverter.checkConnected()protected voidProtocolConverter.configureInactivityMonitor(String heartBeatConfig) org.apache.activemq.command.ActiveMQDestinationFrameTranslator.convertDestination(ProtocolConverter converter, String name, boolean forceFallback) org.apache.activemq.command.ActiveMQDestinationLegacyFrameTranslator.convertDestination(ProtocolConverter converter, String name, boolean forceFallback) org.apache.activemq.command.ActiveMQMessageFrameTranslator.convertFrame(ProtocolConverter converter, StompFrame frame) org.apache.activemq.command.ActiveMQMessageJmsFrameTranslator.convertFrame(ProtocolConverter converter, StompFrame command) org.apache.activemq.command.ActiveMQMessageLegacyFrameTranslator.convertFrame(ProtocolConverter converter, StompFrame command) static voidFrameTranslator.Helper.copyStandardHeadersFromFrameToMessage(ProtocolConverter converter, StompFrame command, org.apache.activemq.command.ActiveMQMessage msg, FrameTranslator ft) static StringStompCodec.detectVersion(Map<String, String> headers) org.apache.activemq.command.MessageAckStompAckEntry.onMessageNack(org.apache.activemq.command.TransactionId transactionId) protected voidProtocolConverter.onStompAbort(StompFrame command) protected voidProtocolConverter.onStompAck(StompFrame command) protected voidProtocolConverter.onStompBegin(StompFrame command) protected voidProtocolConverter.onStompCommit(StompFrame command) protected voidProtocolConverter.onStompConnect(StompFrame command) protected voidProtocolConverter.onStompDisconnect(StompFrame command) org.apache.activemq.command.MessageAckStompQueueBrowserSubscription.onStompMessageNack(String messageId, org.apache.activemq.command.TransactionId transactionId) org.apache.activemq.command.MessageAckStompSubscription.onStompMessageNack(String messageId, org.apache.activemq.command.TransactionId transactionId) protected voidProtocolConverter.onStompNack(StompFrame command) protected voidProtocolConverter.onStompSubscribe(StompFrame command) protected voidProtocolConverter.onStompUnsubscribe(StompFrame command) protected intStompWireFormat.parseContentLength(String contentLength, AtomicLong frameSize) Constructors in org.apache.activemq.transport.stomp with parameters of type ProtocolException