A B C D E F G H I J K L M N O P Q R S T U V W
N
- NEVER - jdk.incubator.http.HttpClient.Redirect
-
Never redirect.
- newBuilder() - Static method in class jdk.incubator.http.HttpClient
-
Creates a new
HttpClient
builder. - newBuilder() - Static method in class jdk.incubator.http.HttpRequest
-
Creates a
HttpRequest
builder. - newBuilder(URI) - Static method in class jdk.incubator.http.HttpRequest
-
Creates a
HttpRequest
builder. - newHttpClient() - Static method in class jdk.incubator.http.HttpClient
-
Returns a new HttpClient with default settings.
- newIncompleteFuture() - Method in class jdk.incubator.http.internal.common.MinimalFuture
- newWebSocketBuilder(URI, WebSocket.Listener) - Method in class jdk.incubator.http.HttpClient
-
Creates a builder of
WebSocket
instances connected to the given URI and receiving events and messages with the givenListener
. - NO_ERROR - Static variable in class jdk.incubator.http.internal.frame.ErrorFrame
- noBody() - Static method in class jdk.incubator.http.HttpRequest
-
A request body handler which sends no request body.
- NORMAL_CLOSURE - Static variable in interface jdk.incubator.http.WebSocket
-
The WebSocket Close message status code (
1000
), indicating normal closure, meaning that the purpose for which the connection was established has been fulfilled.