public class BlockingConnection
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
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() |
public void close()
throws java.io.IOException
java.io.IOExceptionpublic org.fusesource.hawtbuf.AsciiBuffer nextId()
public org.fusesource.hawtbuf.AsciiBuffer nextId(java.lang.String prefix)
public StompFrame request(StompFrame frame) throws java.io.IOException
java.io.IOExceptionpublic void send(StompFrame frame) throws java.io.IOException
java.io.IOExceptionpublic StompFrame receive() throws java.io.IOException
java.io.IOExceptionpublic StompFrame connectedFrame()
public void resume()
public void suspend()
Copyright © 2010-2013 FuseSource, Corp.. All Rights Reserved.