Uses of Class
org.apache.activemq.artemis.core.protocol.stomp.ActiveMQStompException
Packages that use ActiveMQStompException
Package
Description
-
Uses of ActiveMQStompException in org.apache.activemq.artemis.core.protocol.stomp
Methods in org.apache.activemq.artemis.core.protocol.stomp that return ActiveMQStompExceptionModifier and TypeMethodDescriptionActiveMQStompProtocolMessageBundle_impl.abortTxNoID()ActiveMQStompProtocolMessageBundle.abortTxNoID()ActiveMQStompProtocolMessageBundle_impl.badCRs()ActiveMQStompProtocolMessageBundle.badCRs()ActiveMQStompProtocolMessageBundle_impl.beginTxNoID()ActiveMQStompProtocolMessageBundle.beginTxNoID()ActiveMQStompProtocolMessageBundle_impl.connectionDestroyed()ActiveMQStompProtocolMessageBundle.connectionDestroyed()ActiveMQStompProtocolMessageBundle_impl.connectionNotEstablished()ActiveMQStompProtocolMessageBundle.connectionNotEstablished()ActiveMQStompProtocolMessageBundle_impl.destinationNotExist(String destination) ActiveMQStompProtocolMessageBundle.destinationNotExist(String destination) ActiveMQStompProtocolMessageBundle_impl.errorAbortTx(String txID, Exception e) ActiveMQStompProtocolMessageBundle.errorAbortTx(String txID, Exception e) ActiveMQStompProtocolMessageBundle_impl.errorBeginTx(String txID, Exception e) ActiveMQStompProtocolMessageBundle.errorBeginTx(String txID, Exception e) ActiveMQStompProtocolMessageBundle_impl.errorCommitTx(String txID, Exception e) ActiveMQStompProtocolMessageBundle.errorCommitTx(String txID, Exception e) ActiveMQStompProtocolMessageBundle_impl.errorCreatingSubscription(String subscriptionID, Exception e) ActiveMQStompProtocolMessageBundle.errorCreatingSubscription(String subscriptionID, Exception e) ActiveMQStompProtocolMessageBundle_impl.errorGetSession(Exception e) ActiveMQStompProtocolMessageBundle.errorGetSession(Exception e) ActiveMQStompProtocolMessageBundle_impl.errorHandleSend(Exception e) ActiveMQStompProtocolMessageBundle.errorHandleSend(Exception e) ActiveMQStompProtocolMessageBundle_impl.errorSendMessage(Message message, Exception e) ActiveMQStompProtocolMessageBundle.errorSendMessage(Message message, Exception e) ActiveMQStompProtocolMessageBundle_impl.errorUnsubscribing(String subscriptionID, Exception e) ActiveMQStompProtocolMessageBundle.errorUnsubscribing(String subscriptionID, Exception e) ActiveMQStompProtocolMessageBundle_impl.failToAckMissingID(String id) ActiveMQStompProtocolMessageBundle.failToAckMissingID(String id) ActiveMQStompProtocolMessageBundle_impl.hostNotMatch()ActiveMQStompProtocolMessageBundle.hostNotMatch()ActiveMQStompProtocolMessageBundle_impl.illegalSemantics(String requested, String exists) ActiveMQStompProtocolMessageBundle.illegalSemantics(String requested, String exists) ActiveMQStompProtocolMessageBundle_impl.invalidCommand(String dumpByteArray) ActiveMQStompProtocolMessageBundle.invalidCommand(String dumpByteArray) ActiveMQStompProtocolMessageBundle_impl.invalidConnection()ActiveMQStompProtocolMessageBundle.invalidConnection()ActiveMQStompProtocolMessageBundle_impl.invalidTwoCRs()ActiveMQStompProtocolMessageBundle.invalidTwoCRs()ActiveMQStompProtocolMessageBundle_impl.needIDorDestination()ActiveMQStompProtocolMessageBundle.needIDorDestination()ActiveMQStompProtocolMessageBundle_impl.needSubscriptionID()ActiveMQStompProtocolMessageBundle.needSubscriptionID()ActiveMQStompProtocolMessageBundle_impl.needTxIDHeader()ActiveMQStompProtocolMessageBundle.needTxIDHeader()ActiveMQStompProtocolMessageBundle_impl.noDestination()ActiveMQStompProtocolMessageBundle.noDestination()ActiveMQStompProtocolMessageBundle_impl.noIDInAck()ActiveMQStompProtocolMessageBundle.noIDInAck()ActiveMQStompProtocolMessageBundle_impl.notValidNewLine(byte b) ActiveMQStompProtocolMessageBundle.notValidNewLine(byte b) ActiveMQStompProtocolMessageBundle_impl.nullHostHeader()ActiveMQStompProtocolMessageBundle.nullHostHeader()ActiveMQStompException.setHandler(VersionedStompFrameHandler frameHandler) ActiveMQStompProtocolMessageBundle_impl.subscriptionIDMismatch(String subscriptionID, String actualID) ActiveMQStompProtocolMessageBundle.subscriptionIDMismatch(String subscriptionID, String actualID) ActiveMQStompProtocolMessageBundle_impl.undefinedEscapeSequence(String sequence) ActiveMQStompProtocolMessageBundle.undefinedEscapeSequence(String sequence) ActiveMQStompProtocolMessageBundle_impl.unknownCommand(String command) ActiveMQStompProtocolMessageBundle.unknownCommand(String command) ActiveMQStompProtocolMessageBundle_impl.versionNotSupported(String acceptVersion) ActiveMQStompProtocolMessageBundle.versionNotSupported(String acceptVersion) Methods in org.apache.activemq.artemis.core.protocol.stomp with parameters of type ActiveMQStompExceptionModifier and TypeMethodDescriptionvoidVersionedStompFrameHandler.onError(ActiveMQStompException e) Methods in org.apache.activemq.artemis.core.protocol.stomp that throw ActiveMQStompExceptionModifier and TypeMethodDescriptionvoidStompConnection.abortTransaction(String txID) voidStompConnection.acknowledge(String messageID, String subscriptionID) voidStompConnection.autoCreateDestinationIfPossible(String destination, RoutingType routingType) protected voidStompConnection.beginTransaction(String txID) voidStompConnection.checkDestination(String destination) voidStompConnection.checkRoutingSemantics(String destination, RoutingType routingType) voidStompConnection.commitTransaction(String txID) StompConnection.decode(ActiveMQBuffer buffer) StompDecoder.decode(ActiveMQBuffer buffer) VersionedStompFrameHandler.decode(ActiveMQBuffer buffer) StompConnection.getSession()StompConnection.getSession(String txID) voidStompConnection.negotiateVersion(StompFrame frame) protected StompFrameStompDecoder.parseBody()protected booleanStompDecoder.parseCommand()protected booleanStompDecoder.parseHeaders()protected voidStompConnection.sendServerMessage(ICoreMessage message, String txID) voidvoidStompDecoder.throwInvalid()voidStompConnection.unsubscribe(String subscriptionID, String durableSubscriptionName) protected voidStompConnection.validate() -
Uses of ActiveMQStompException in org.apache.activemq.artemis.core.protocol.stomp.v11
Methods in org.apache.activemq.artemis.core.protocol.stomp.v11 that throw ActiveMQStompExceptionModifier and TypeMethodDescriptionprotected voidStompFrameHandlerV11.StompDecoderV11.checkEol()protected StompFrameStompFrameHandlerV11.StompDecoderV11.parseBody()protected booleanStompFrameHandlerV11.StompDecoderV11.parseCommand()protected booleanStompFrameHandlerV11.StompDecoderV11.parseHeaders()protected voidStompFrameHandlerV11.StompDecoderV11.throwUndefinedEscape(byte b) -
Uses of ActiveMQStompException in org.apache.activemq.artemis.core.protocol.stomp.v12
Methods in org.apache.activemq.artemis.core.protocol.stomp.v12 that throw ActiveMQStompExceptionModifier and TypeMethodDescriptionprotected voidStompFrameHandlerV12.StompDecoderV12.checkEol()protected StompFrameStompFrameHandlerV12.StompDecoderV12.parseBody()protected booleanStompFrameHandlerV12.StompDecoderV12.parseHeaders()