Package | Description |
---|---|
org.apache.catalina.websocket |
Modifier and Type | Method and Description |
---|---|
WsFrame |
WsInputStream.nextFrame(boolean block)
Process the next WebSocket frame.
|
static WsFrame |
WsFrame.nextFrame(HttpEvent event,
boolean block)
Read the next WebSocket frame, reading data from the processor as
necessary.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WsOutbound.close(WsFrame frame)
Respond to a client close by sending a close that echoes the status code
and message.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.