JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 23 & JDK 23
DRAFT 23-internal-2024-05-17-0641269.albatem...
java.net.http
java.net.http
WebSocket.Listener
Uses of Interface
java.net.http.WebSocket.Listener
Packages that use
WebSocket.Listener
Package
Description
java.net.http
HTTP Client and WebSocket APIs
Uses of
WebSocket.Listener
in
java.net.http
Methods in
java.net.http
with parameters of type
WebSocket.Listener
Modifier and Type
Method
Description
CompletableFuture
<
WebSocket
>
WebSocket.Builder.
buildAsync
(
URI
uri,
WebSocket.Listener
listener)
Builds a
WebSocket
connected to the given
URI
and associated with the given
Listener
.