Package | Description |
---|---|
org.apache.catalina.websocket |
Modifier and Type | Class and Description |
---|---|
class |
MessageInbound
Base implementation of the class used to process WebSocket connections based
on messages.
|
Modifier and Type | Method and Description |
---|---|
protected abstract StreamInbound |
WebSocketServlet.createWebSocketInbound(String subProtocol,
javax.servlet.http.HttpServletRequest request)
Create the instance that will process this inbound connection.
|
Constructor and Description |
---|
WsOutbound(HttpEvent event,
StreamInbound streamInbound) |
WsOutbound(HttpEvent event,
StreamInbound streamInbound,
int byteBufferSize,
int charBufferSize) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.