org.fusesource.stompjms.client.blocking
Class Connection
java.lang.Object
org.fusesource.stompjms.client.blocking.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 |
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.