Package | Description |
---|---|
org.apache.catalina.websocket |
Modifier and Type | Method and Description |
---|---|
WsOutbound |
StreamInbound.getWsOutbound()
Obtain the outbound side of this WebSocket connection used for writing
data to the client.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StreamInbound.onOpen(WsOutbound outbound)
Intended to be overridden by sub-classes that wish to be notified
when the outbound connection is established.
|
Constructor and Description |
---|
WsInputStream(HttpEvent event,
WsOutbound outbound) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.