| Constructor and Description |
|---|
WebSocketBlockingConnection(Session session) |
public WebSocketBlockingConnection(Session session)
public void write(byte[] data,
int offset,
int length)
throws IOException
Basic usage, results in a blocking write.
IOExceptionpublic void write(String message) throws IOException
Basic usage, results in a blocking write.
IOExceptionCopyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.