|
|||||||||
| Home >> All >> org >> activemq >> transport >> [ stomp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.transport.stomp
Class Subscribe

java.lang.Objectorg.activemq.transport.stomp.Subscribe
- All Implemented Interfaces:
- Command
- class Subscribe
- extends java.lang.Object
- implements Command
- extends java.lang.Object
| Field Summary | |
private StompWireFormat |
format
|
private HeaderParser |
headerParser
|
static Command |
NULL_COMMAND
Returns a command instance which always returns null for a packet |
| Constructor Summary | |
(package private) |
Subscribe(StompWireFormat format)
|
| Method Summary | |
PacketEnvelope |
build(java.lang.String commandLine,
java.io.DataInput in)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
headerParser
private HeaderParser headerParser
format
private StompWireFormat format
NULL_COMMAND
public static final Command NULL_COMMAND
- Returns a command instance which always returns null for a packet
| Constructor Detail |
Subscribe
Subscribe(StompWireFormat format)
| Method Detail |
build
public PacketEnvelope build(java.lang.String commandLine, java.io.DataInput in) throws java.io.IOException
|
|||||||||
| Home >> All >> org >> activemq >> transport >> [ stomp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.activemq.transport.stomp.Subscribe