Undertow Core 2.2.40.Final
-
-
Field Summary
Fields
| Modifier and Type |
Field |
Description |
protected URI |
url |
|
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method |
Description |
static WebSocketClientHandshake |
create(WebSocketVersion version,
URI uri) |
|
static WebSocketClientHandshake |
create(WebSocketVersion version,
URI uri,
WebSocketClientNegotiation clientNegotiation,
Set<ExtensionHandshake> extensions) |
|
abstract WebSocketChannel |
createChannel(org.xnio.StreamConnection channel,
String wsUri,
ByteBufferPool bufferPool,
org.xnio.OptionMap options) |
|
abstract Map<String,String> |
createHeaders() |
|
abstract org.xnio.http.ExtendedHandshakeChecker |
handshakeChecker(URI uri,
Map<String,List<String>> requestHeaders) |
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
url
protected final URI url
Undertow Core 2.2.40.Final
Copyright © 2026 JBoss by Red Hat. All rights reserved.