WebSocketListener to be notified of events of interest.WebSocket with this application.Filter implementation, which supposed to be placed into a FilterChain right after HTTP
Filter: HttpServerFilter, HttpClientFilter; depending whether it's server or client side.BaseWebSocketFilter with a default idle connection
timeout of 15 minutes;BaseWebSocketFilter with a default idle connection
timeout of 15 minutes;WebSocket.WebSocket using the specified status code.WebSocket using the specified status code and
reason.WebSocket instances.Broadcaster, which iterates over set of clients and sends
the same text of binary message separately to each client.Buffer.WebSocketApplication.WebSockets, registered with the application.Connection close phase.Connection connect phase.Connection read phase.Connection write phase.WebSocket handshake
process has been completed, but allows the application to perform further
negotiation/validation.WebSocketEngine.register(String, String, WebSocketApplication)
using standard Servlet url-pattern rules.WebSocket is connected.WebSocket.onClose(DataFrame) is invoked, the WebSocket
will be unassociated with this application and closed.WebSocket.onClose(DataFrame) has been called on a
particular WebSocket instance.WebSocket instance.WebSocketApplication.getSupportedExtensions().WebSocket.onFragment(boolean, String) has been called
on a particular WebSocket instance.WebSocket.onFragment(boolean, byte[]) has been called
on a particular WebSocket instance.Connection.WebSocket.onMessage(String) has been called on a
particular WebSocket instance.WebSocket.onMessage(String) has been called on a
particular WebSocket instance.WebSocket.onPing(DataFrame) has been called on a
particular WebSocket instance.WebSocket.onPong(DataFrame) has been called on a
particular WebSocket instance.Broadcaster optimized to send the same text to a set of
clients.DataFrame parse result.WebSocketListener as a target of event
notification.WebSocket with this application.WebSocket's security key, used during the handshake phase.ping frame with the specified payload (if any).ping frame with the specified payload (if any).ping frame with the specified payload (if any).ping frame with the specified payload (if any).WebSocketApplication instances with the
WebSocketEngine.AddOn for the HttpServer.WebSocketApplications registration, responsible
for client and server handshake validation.Connection.WebSocket instances.WebSocketApplication discovery.Copyright © 2015 Oracle Corporation. All Rights Reserved.