org.fusesource.stomp.client
Class FutureConnection
java.lang.Object
org.fusesource.stomp.client.FutureConnection
public class FutureConnection
- 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()
close
public Future<java.lang.Void> close()
nextId
public org.fusesource.hawtbuf.AsciiBuffer nextId()
nextId
public org.fusesource.hawtbuf.AsciiBuffer nextId(java.lang.String prefix)
request
public Future<StompFrame> request(StompFrame frame)
send
public Future<java.lang.Void> send(StompFrame frame)
receive
public Future<StompFrame> receive()
resume
public void resume()
suspend
public void suspend()
Copyright © 2010-2012 FuseSource, Corp.. All Rights Reserved.