org.fusesource.stompjms.client.blocking
Class Connection

java.lang.Object
  extended by org.fusesource.stompjms.client.blocking.Connection

public class Connection
extends java.lang.Object

Author:
Hiram Chirino

Method Summary
 void close()
           
 StompFrame connectedFrame()
           
 org.fusesource.hawtbuf.AsciiBuffer nextId()
           
 org.fusesource.hawtbuf.AsciiBuffer nextId(java.lang.String prefix)
           
 StompFrame receive()
           
 StompFrame request(StompFrame frame)
           
 void resume()
           
 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

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

nextId

public org.fusesource.hawtbuf.AsciiBuffer nextId()

nextId

public org.fusesource.hawtbuf.AsciiBuffer nextId(java.lang.String prefix)

request

public StompFrame request(StompFrame frame)
                   throws java.io.IOException
Throws:
java.io.IOException

send

public void send(StompFrame frame)
          throws java.io.IOException
Throws:
java.io.IOException

receive

public StompFrame receive()
                   throws java.io.IOException
Throws:
java.io.IOException

connectedFrame

public StompFrame connectedFrame()

resume

public void resume()

suspend

public void suspend()


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