org.fusesource.stomp.client
Class FutureConnection

java.lang.Object
  extended by org.fusesource.stomp.client.FutureConnection

public class FutureConnection
extends java.lang.Object

Author:
Hiram Chirino

Method Summary
 Future<java.lang.Void> close()
           
 StompFrame connectedFrame()
           
 org.fusesource.hawtbuf.AsciiBuffer nextId()
           
 org.fusesource.hawtbuf.AsciiBuffer nextId(java.lang.String prefix)
           
 Future<StompFrame> receive()
           
 Future<StompFrame> request(StompFrame frame)
           
 void resume()
           
 Future<java.lang.Void> send(StompFrame frame)
           
 void suspend()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.