Package | Description |
---|---|
org.forgerock.http.protocol |
Models and manages elements of the Hypertext Transfer Protocol.
|
org.forgerock.openig.websocket.grizzly |
Grizzly filters for WebSocket proxy support.
|
org.forgerock.util.promise |
An implementation of the
Promise API in Java. |
Modifier and Type | Method and Description |
---|---|
static PromiseImpl<Response,NeverThrowsException> |
Response.newResponsePromiseImpl()
|
Constructor and Description |
---|
WebSocketExchange(Request request,
PromiseImpl<Response,NeverThrowsException> response,
javax.servlet.http.HttpServletRequest upgrader)
Constructs a new exchange.
|
Modifier and Type | Method and Description |
---|---|
static <V,E extends Exception> |
PromiseImpl.create()
Creates a new pending
Promise implementation. |
Copyright 2011-2017 ForgeRock AS.