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

Packages that use StompFrame
org.fusesource.stompjms.channel   
org.fusesource.stompjms.message   
org.fusesource.stompjms.util   
 

Uses of StompFrame in org.fusesource.stompjms.channel
 

Subclasses of StompFrame in org.fusesource.stompjms.channel
 class StompFrameError
          Command indicating that an invalid Stomp Frame was received.
 

Methods in org.fusesource.stompjms.channel that return StompFrame
 StompFrame StompFrame.clone()
           
 StompFrame StompSocket.connect(java.lang.String userName, java.lang.String password, java.lang.String clientId)
          Configures the socket for use
 

Methods in org.fusesource.stompjms.channel with parameters of type StompFrame
static StompJmsMessage StompTranslator.convert(StompFrame frame)
           
static java.lang.String StompChannel.errorMessage(StompFrame frame)
           
 void StompFrameListener.onFrame(StompFrame frame)
           
 void StompChannel.onFrame(StompFrame frame)
           
 void StompSocket.sendFrame(StompFrame frame)
          A one way asynchronous send
 void StompChannel.sendFrame(StompFrame frame)
           
 void StompChannel.sendRequest(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 that return StompFrame
 StompFrame SendRequest.get(long timeout)
           
 

Methods in org.fusesource.stompjms.util with parameters of type StompFrame
 void SendRequest.put(org.fusesource.hawtbuf.AsciiBuffer id, StompFrame r)
           
 



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