Modifier and Type | Field and Description |
---|---|
protected VersionedStompFrameHandler |
StompDecoder.handler |
Modifier and Type | Method and Description |
---|---|
VersionedStompFrameHandler |
StompConnection.getFrameHandler() |
static VersionedStompFrameHandler |
VersionedStompFrameHandler.getHandler(StompConnection connection,
StompVersions version) |
Modifier and Type | Method and Description |
---|---|
void |
VersionedStompFrameHandler.initDecoder(VersionedStompFrameHandler existingHandler)
this method is called when a newer version of handler is created.
|
ActiveMQStompException |
ActiveMQStompException.setHandler(VersionedStompFrameHandler frameHandler) |
Constructor and Description |
---|
StompDecoder(VersionedStompFrameHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
StompFrameHandlerV10 |
Modifier and Type | Class and Description |
---|---|
class |
StompFrameHandlerV11 |
Modifier and Type | Method and Description |
---|---|
void |
StompFrameHandlerV11.initDecoder(VersionedStompFrameHandler existingHandler) |
Modifier and Type | Class and Description |
---|---|
class |
StompFrameHandlerV12 |
Copyright © 2016 The Apache Software Foundation. All rights reserved.