org.fusesource.stompjms.client.callback
Class Connection
java.lang.Object
org.fusesource.stompjms.client.callback.Connection
public class Connection
- extends java.lang.Object
- Author:
- Hiram Chirino
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connectedFrame
public StompFrame connectedFrame()
transport
public Transport transport()
refiller
public Connection refiller(java.lang.Runnable refiller)
receive
public Connection receive(Callback<StompFrame> receiver)
getDispatchQueue
public org.fusesource.hawtdispatch.DispatchQueue getDispatchQueue()
resume
public void resume()
suspend
public void suspend()
close
public void close(java.lang.Runnable onComplete)
offer
public boolean offer(StompFrame frame)
full
public boolean full()
getFailure
public java.lang.Throwable getFailure()
nextId
public org.fusesource.hawtbuf.AsciiBuffer nextId()
nextId
public org.fusesource.hawtbuf.AsciiBuffer nextId(java.lang.String prefix)
request
public void request(StompFrame frame,
Callback<StompFrame> cb)
send
public void send(StompFrame frame,
Callback<java.lang.Void> cb)
Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.