A B C D E F G H I J K L M N O P Q R S T U V W
S
- SAME_PROTOCOL - jdk.incubator.http.HttpClient.Redirect
-
Redirect to same protocol only.
- second - Variable in class jdk.incubator.http.internal.common.Pair
- SECURE - jdk.incubator.http.HttpClient.Redirect
-
Redirect always except from HTTPS URLs to HTTP URLs.
- send(HttpRequest, HttpResponse.BodyHandler<T>) - Method in class jdk.incubator.http.HttpClient
-
Sends the given request using this client, blocking if necessary to get the response.
- sendAsync(HttpRequest, HttpResponse.BodyHandler<T>) - Method in class jdk.incubator.http.HttpClient
-
Sends the given request asynchronously using this client and the given response handler.
- sendAsync(HttpRequest, HttpResponse.MultiProcessor<U, T>) - Method in class jdk.incubator.http.HttpClient
-
Sends the given request asynchronously using this client and the given multi response handler.
- sendBinary(ByteBuffer, boolean) - Method in interface jdk.incubator.http.WebSocket
-
Sends a Binary message with bytes from the given
ByteBuffer
. - sendClose() - Method in interface jdk.incubator.http.WebSocket
-
Sends an empty Close message.
- sendClose(int, String) - Method in interface jdk.incubator.http.WebSocket
-
Sends a Close message with the given status code and the reason.
- sendPing(ByteBuffer) - Method in interface jdk.incubator.http.WebSocket
-
Sends a Ping message with bytes from the given ByteBuffer.
- sendPong(ByteBuffer) - Method in interface jdk.incubator.http.WebSocket
-
Sends a Pong message with bytes from the given ByteBuffer.
- sendText(CharSequence) - Method in interface jdk.incubator.http.WebSocket
-
Sends a whole Text message with characters from the given
CharSequence
. - sendText(CharSequence, boolean) - Method in interface jdk.incubator.http.WebSocket
-
Sends a Text message with characters from the given
CharSequence
. - setDelayed(ByteBufferReference[]) - Method in class jdk.incubator.http.internal.common.AsyncWriteQueue
- setErrorCode(int) - Method in class jdk.incubator.http.internal.frame.ErrorFrame
- setFlag(int) - Method in class jdk.incubator.http.internal.frame.Http2Frame
- setFlags(int) - Method in class jdk.incubator.http.internal.frame.Http2Frame
- setHeader(String, String) - Method in class jdk.incubator.http.HttpRequest.Builder
-
Sets the given name value pair to the set of headers for this request.
- setHeader(String, String) - Method in class jdk.incubator.http.internal.common.HttpHeadersImpl
- setMaxCapacity(int) - Method in class jdk.incubator.http.internal.hpack.Decoder
-
Sets a maximum capacity of the header table.
- setMaxCapacity(int) - Method in class jdk.incubator.http.internal.hpack.Encoder
-
Sets a maximum capacity of the header table.
- setPadLength(int) - Method in class jdk.incubator.http.internal.frame.DataFrame
- setPadLength(int) - Method in class jdk.incubator.http.internal.frame.HeadersFrame
- setPadLength(int) - Method in class jdk.incubator.http.internal.frame.PushPromiseFrame
- setParameter(int, int) - Method in class jdk.incubator.http.internal.frame.SettingsFrame
- setPriority(int, boolean, int) - Method in class jdk.incubator.http.internal.frame.HeadersFrame
- setPriority(int, boolean, int) - Method in class jdk.incubator.http.internal.frame.OutgoingHeaders
- setSystemHeader(String, String) - Method in interface jdk.incubator.http.internal.websocket.WebSocketRequest
- SETTINGS_TIMEOUT - Static variable in class jdk.incubator.http.internal.frame.ErrorFrame
- SettingsFrame - Class in jdk.incubator.http.internal.frame
- SettingsFrame() - Constructor for class jdk.incubator.http.internal.frame.SettingsFrame
- SettingsFrame(int) - Constructor for class jdk.incubator.http.internal.frame.SettingsFrame
- shutdownInput() - Method in interface jdk.incubator.http.internal.websocket.RawChannel
-
Shutdown the connection for reading without closing the channel.
- shutdownOutput() - Method in interface jdk.incubator.http.internal.websocket.RawChannel
-
Shutdown the connection for writing without closing the channel.
- singleThreadExecutor(Executor) - Static method in class jdk.incubator.http.internal.common.Utils
-
Returns a single threaded executor which uses one invocation of the parent executor to execute tasks (in sequence).
- size() - Method in class jdk.incubator.http.internal.common.Queue
- size() - Method in class jdk.incubator.http.MultiMapResult
- sizeUpdate(int) - Method in class jdk.incubator.http.internal.hpack.Encoder
- skipBytes(int) - Method in class jdk.incubator.http.internal.frame.FramesDecoder
- slice(ByteBuffer, int) - Static method in class jdk.incubator.http.internal.common.Utils
- ssl() - Static method in class jdk.incubator.http.internal.common.Log
- SSL - Static variable in class jdk.incubator.http.internal.common.Log
- sslContext() - Method in class jdk.incubator.http.HttpClient
-
Returns the
SSLContext
, if one was set on this client. - sslContext(SSLContext) - Method in class jdk.incubator.http.HttpClient.Builder
-
Sets an
SSLContext
. - sslParameters() - Method in class jdk.incubator.http.HttpClient
-
Returns an
Optional
containing theSSLParameters
set on this client. - sslParameters() - Method in class jdk.incubator.http.HttpResponse
-
Returns the
SSLParameters
in effect for this response. - sslParameters(SSLParameters) - Method in class jdk.incubator.http.HttpClient.Builder
-
Sets an
SSLParameters
. - stackTrace(Throwable) - Static method in class jdk.incubator.http.internal.common.Utils
- statusCode() - Method in class jdk.incubator.http.HttpResponse
-
Returns the status code for this response.
- STREAM_CLOSED - Static variable in class jdk.incubator.http.internal.frame.ErrorFrame
- streamDependency() - Method in class jdk.incubator.http.internal.frame.PriorityFrame
- streamid - Variable in class jdk.incubator.http.internal.frame.Http2Frame
- streamid() - Method in class jdk.incubator.http.internal.frame.Http2Frame
- streamid(int) - Method in class jdk.incubator.http.internal.frame.Http2Frame
- stringForCode(int) - Static method in class jdk.incubator.http.internal.frame.ErrorFrame
- stringOf(Collection<?>) - Static method in class jdk.incubator.http.internal.common.Utils
- subprotocols(String, String...) - Method in class jdk.incubator.http.internal.websocket.BuilderImpl
- subprotocols(String, String...) - Method in interface jdk.incubator.http.WebSocket.Builder
-
Includes a request for the given subprotocols during the opening handshake.