Package org.forgerock.openig.websocket
Interface WebSocketProxyFilterProvider
-
public interface WebSocketProxyFilterProviderA provider capable of providing aFilterto manage WebSocket upgrade requests and subsequently manage the bi-directional communication from the client to the remote application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilternewWebSocketProxyFilter(Options options)Create a newFilterto manage WebSocket upgrade requests, and manage subsequent communication.
-
-
-
Method Detail
-
newWebSocketProxyFilter
Filter newWebSocketProxyFilter(Options options) throws IOException
Create a newFilterto manage WebSocket upgrade requests, and manage subsequent communication.- Parameters:
options- WebSocket options- Returns:
Filterto manage WebSocket upgrade and communication- Throws:
IOException- should creation of the WebSocket fail
-
-