A B C D E F G H I J K L M N O P Q R S T U V W
O
- obtrudeException(Throwable) - Method in class jdk.incubator.http.internal.common.MinimalFuture
- obtrudeValue(T) - Method in class jdk.incubator.http.internal.common.MinimalFuture
- of(ByteBuffer) - Static method in class jdk.incubator.http.internal.common.ByteBufferReference
- of(ByteBuffer, ByteBufferPool) - Static method in class jdk.incubator.http.internal.common.ByteBufferReference
- OFF - Static variable in class jdk.incubator.http.internal.common.Log
- onBinary(WebSocket, ByteBuffer, WebSocket.MessagePart) - Method in interface jdk.incubator.http.WebSocket.Listener
-
Receives a Binary message.
- onClose(WebSocket, int, String) - Method in interface jdk.incubator.http.WebSocket.Listener
-
Receives a Close message.
- onDecoded(CharSequence, CharSequence) - Method in interface jdk.incubator.http.internal.hpack.DecodingCallback
-
A method the more specific methods of the callback forward their calls to.
- onDecoded(CharSequence, CharSequence, boolean) - Method in interface jdk.incubator.http.internal.hpack.DecodingCallback
-
A more finer-grained version of
DecodingCallback.onDecoded(CharSequence, CharSequence)
that also reports on value sensitivity. - onError(HttpRequest, Throwable) - Method in interface jdk.incubator.http.HttpResponse.MultiProcessor
-
Called if an error occurs receiving a response.
- onError(WebSocket, Throwable) - Method in interface jdk.incubator.http.WebSocket.Listener
-
Notifies an I/O or protocol error has occurred.
- onIndexed(int, CharSequence, CharSequence) - Method in interface jdk.incubator.http.internal.hpack.DecodingCallback
-
An Indexed Header Field decoded.
- onLiteral(int, CharSequence, CharSequence, boolean) - Method in interface jdk.incubator.http.internal.hpack.DecodingCallback
- onLiteral(CharSequence, boolean, CharSequence, boolean) - Method in interface jdk.incubator.http.internal.hpack.DecodingCallback
- onLiteralNeverIndexed(int, CharSequence, CharSequence, boolean) - Method in interface jdk.incubator.http.internal.hpack.DecodingCallback
- onLiteralNeverIndexed(CharSequence, boolean, CharSequence, boolean) - Method in interface jdk.incubator.http.internal.hpack.DecodingCallback
- onLiteralWithIndexing(int, CharSequence, CharSequence, boolean) - Method in interface jdk.incubator.http.internal.hpack.DecodingCallback
- onLiteralWithIndexing(CharSequence, boolean, CharSequence, boolean) - Method in interface jdk.incubator.http.internal.hpack.DecodingCallback
-
A Literal Header Field with Incremental Indexing decoded, where both a
name
and avalue
were literal. - onOpen(WebSocket) - Method in interface jdk.incubator.http.WebSocket.Listener
-
Notifies the
Listener
that it is connected to the providedWebSocket
. - onPing(WebSocket, ByteBuffer) - Method in interface jdk.incubator.http.WebSocket.Listener
-
Receives a Ping message.
- onPong(WebSocket, ByteBuffer) - Method in interface jdk.incubator.http.WebSocket.Listener
-
Receives a Pong message.
- onRequest(HttpRequest) - Method in interface jdk.incubator.http.HttpResponse.MultiProcessor
-
Called for the main request and each push promise that is received.
- onResponse(HttpResponse<T>) - Method in interface jdk.incubator.http.HttpResponse.MultiProcessor
-
Called for each response received.
- onSizeUpdate(int) - Method in interface jdk.incubator.http.internal.hpack.DecodingCallback
-
A Dynamic Table Size Update decoded.
- onText(WebSocket, CharSequence, WebSocket.MessagePart) - Method in interface jdk.incubator.http.WebSocket.Listener
-
Receives a Text message.
- OutgoingHeaders<T> - Class in jdk.incubator.http.internal.frame
-
Contains all parameters for outgoing headers.
- OutgoingHeaders(HttpHeaders, HttpHeaders, T) - Constructor for class jdk.incubator.http.internal.frame.OutgoingHeaders