Package org.forgerock.openig.websocket
WebSocket proxy support.
-
Interface Summary Interface Description WebSocketProxyFilterProvider A provider capable of providing aFilter
to 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 Context
signaling that the associated request is a WebSocket Handshake.WebSocketHandshakeDetectorFilter AFilter
that determines if the current request is a WebSocket handshake, in which case aWebSocketHandshakeContext
is added to theContext
chain.WebSocketUtils WebSocket utility methods.