Uses of Class
org.fusesource.stompjms.client.StompFrame

Packages that use StompFrame
org.fusesource.stompjms   
org.fusesource.stompjms.client   
org.fusesource.stompjms.client.blocking   
org.fusesource.stompjms.client.callback   
org.fusesource.stompjms.client.future   
org.fusesource.stompjms.message   
org.fusesource.stompjms.util   
 

Uses of StompFrame in org.fusesource.stompjms
 

Methods in org.fusesource.stompjms 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.stompjms.client
 

Methods in org.fusesource.stompjms.client 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.stompjms.client.blocking
 

Methods in org.fusesource.stompjms.client.blocking that return StompFrame
 StompFrame Connection.connectedFrame()
           
 StompFrame Connection.receive()
           
 StompFrame Connection.request(StompFrame frame)
           
 

Methods in org.fusesource.stompjms.client.blocking with parameters of type StompFrame
 StompFrame Connection.request(StompFrame frame)
           
 void Connection.send(StompFrame frame)
           
 

Uses of StompFrame in org.fusesource.stompjms.client.callback
 

Methods in org.fusesource.stompjms.client.callback that return StompFrame
 StompFrame Connection.connectedFrame()
           
 

Methods in org.fusesource.stompjms.client.callback with parameters of type StompFrame
 boolean Connection.offer(StompFrame frame)
           
 void Connection.request(StompFrame frame, Callback<StompFrame> cb)
           
 void Connection.send(StompFrame frame, Callback<java.lang.Void> cb)
           
 

Method parameters in org.fusesource.stompjms.client.callback with type arguments of type StompFrame
 Connection Connection.receive(Callback<StompFrame> receiver)
           
 void Connection.request(StompFrame frame, Callback<StompFrame> cb)
           
 

Uses of StompFrame in org.fusesource.stompjms.client.future
 

Methods in org.fusesource.stompjms.client.future that return StompFrame
 StompFrame Connection.connectedFrame()
           
 

Methods in org.fusesource.stompjms.client.future that return types with arguments of type StompFrame
 CallbackFuture<StompFrame> Connection.receive()
           
 CallbackFuture<StompFrame> Connection.request(StompFrame frame)
           
 

Methods in org.fusesource.stompjms.client.future with parameters of type StompFrame
 CallbackFuture<StompFrame> Connection.request(StompFrame frame)
           
 CallbackFuture<java.lang.Void> Connection.send(StompFrame frame)
           
 

Uses of StompFrame in org.fusesource.stompjms.message
 

Fields in org.fusesource.stompjms.message declared as StompFrame
protected  StompFrame StompJmsMessage.frame
           
 

Methods in org.fusesource.stompjms.message that return StompFrame
 StompFrame StompJmsMessage.getFrame()
           
 

Methods in org.fusesource.stompjms.message with parameters of type StompFrame
 void StompJmsMessage.setFrame(StompFrame frame)
           
 

Uses of StompFrame in org.fusesource.stompjms.util
 

Methods in org.fusesource.stompjms.util with parameters of type StompFrame
static StompJmsMessage StompTranslator.convert(StompFrame frame)
           
 



Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.