|
|||||||||
| 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 Begin

java.lang.Objectorg.activemq.transport.stomp.Begin
- All Implemented Interfaces:
- Command
- public class Begin
- extends java.lang.Object
- implements Command
- extends java.lang.Object
| Field Summary | |
private StompWireFormat |
format
|
static Command |
NULL_COMMAND
Returns a command instance which always returns null for a packet |
private static HeaderParser |
parser
|
| Constructor Summary | |
Begin(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 |
format
private StompWireFormat format
parser
private static final HeaderParser parser
NULL_COMMAND
public static final Command NULL_COMMAND
- Returns a command instance which always returns null for a packet
| Constructor Detail |
Begin
public Begin(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.Begin