Package org.forgerock.openig.websocket
WebSocket proxy support.
-
Interface Summary Interface Description WebSocketProxyFilterProvider A provider capable of providing aFilterto manage WebSocket upgrade requests and subsequently manage the bi-directional communication from the client to the remote application. -
Class Summary Class Description UriUtils URI convenience methods.WebSocketHandshakeContext Contextsignaling that the associated request is a WebSocket Handshake.WebSocketHandshakeDetectorFilter AFilterthat determines if the current request is a WebSocket handshake, in which case aWebSocketHandshakeContextis added to theContextchain.WebSocketUtils WebSocket utility methods.