|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StompFrame | |
|---|---|
| org.fusesource.stomp.client | |
| org.fusesource.stomp.codec | |
| org.fusesource.stomp.jms | |
| org.fusesource.stomp.jms.message | |
| org.fusesource.stomp.jms.util | |
| Uses of StompFrame in org.fusesource.stomp.client |
|---|
| Methods in org.fusesource.stomp.client that return StompFrame | |
|---|---|
StompFrame |
FutureConnection.connectedFrame()
|
StompFrame |
CallbackConnection.connectedFrame()
|
StompFrame |
BlockingConnection.connectedFrame()
|
StompFrame |
BlockingConnection.receive()
|
StompFrame |
BlockingConnection.request(StompFrame frame)
|
| Methods in org.fusesource.stomp.client that return types with arguments of type StompFrame | |
|---|---|
Future<StompFrame> |
FutureConnection.receive()
|
Future<StompFrame> |
FutureConnection.request(StompFrame frame)
|
| Methods in org.fusesource.stomp.client with parameters of type StompFrame | |
|---|---|
boolean |
CallbackConnection.offer(StompFrame frame)
|
boolean |
CallbackConnection.offer(StompFrame frame,
boolean addContentLength)
|
Future<StompFrame> |
FutureConnection.request(StompFrame frame)
|
StompFrame |
BlockingConnection.request(StompFrame frame)
|
void |
CallbackConnection.request(StompFrame frame,
Callback<StompFrame> cb)
|
Future<java.lang.Void> |
FutureConnection.send(StompFrame frame)
|
void |
BlockingConnection.send(StompFrame frame)
|
void |
CallbackConnection.send(StompFrame frame,
Callback<java.lang.Void> cb)
|
| Method parameters in org.fusesource.stomp.client with type arguments of type StompFrame | |
|---|---|
CallbackConnection |
CallbackConnection.receive(Callback<StompFrame> receiver)
|
void |
CallbackConnection.request(StompFrame frame,
Callback<StompFrame> cb)
|
| Uses of StompFrame in org.fusesource.stomp.codec |
|---|
| Methods in org.fusesource.stomp.codec that return StompFrame | |
|---|---|
StompFrame |
StompFrame.action(org.fusesource.hawtbuf.AsciiBuffer action)
|
StompFrame |
StompFrame.clone()
|
StompFrame |
StompFrame.content(org.fusesource.hawtbuf.Buffer content)
|
| Uses of StompFrame in org.fusesource.stomp.jms |
|---|
| Methods in org.fusesource.stomp.jms with parameters of type StompFrame | |
|---|---|
void |
StompChannel.onFrame(StompFrame frame)
|
void |
StompChannel.sendFrame(StompFrame frame)
|
void |
StompChannel.sendRequest(StompFrame frame)
|
| Uses of StompFrame in org.fusesource.stomp.jms.message |
|---|
| Fields in org.fusesource.stomp.jms.message declared as StompFrame | |
|---|---|
protected StompFrame |
StompJmsMessage.frame
|
| Methods in org.fusesource.stomp.jms.message that return StompFrame | |
|---|---|
StompFrame |
StompJmsMessage.getFrame()
|
| Methods in org.fusesource.stomp.jms.message with parameters of type StompFrame | |
|---|---|
void |
StompJmsMessage.setFrame(StompFrame frame)
|
| Uses of StompFrame in org.fusesource.stomp.jms.util |
|---|
| Methods in org.fusesource.stomp.jms.util with parameters of type StompFrame | |
|---|---|
static StompJmsMessage |
StompTranslator.convert(StompFrame frame)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||