| Package | Description |
|---|---|
| org.atmosphere.stomp.protocol |
| Modifier and Type | Method and Description |
|---|---|
Frame |
StompFormatImpl.parse(String str)
Takes the given
String and converts it to a Frame. |
Frame |
StompFormat.parse(String str)
Takes the given
String and converts it to a Frame. |
Frame |
Parser.toFrame()
Builds a
Frame that provides information extracted from Parser.stream. |
| Modifier and Type | Method and Description |
|---|---|
String |
StompFormatImpl.format(Frame msg)
Takes the given
Frame and converts it to a String representation. |
String |
StompFormat.format(Frame msg)
Takes the given
Frame and converts it to a String representation. |
Copyright © 2014. All Rights Reserved.