public abstract class WebSocketClientHandshake extends Object
Constructor and Description |
---|
WebSocketClientHandshake(URI url) |
Modifier and Type | Method and Description |
---|---|
static WebSocketClientHandshake |
create(WebSocketVersion version,
URI uri) |
static WebSocketClientHandshake |
create(WebSocketVersion version,
URI uri,
WebSocketClientNegotiation clientNegotiation,
Set<ExtensionHandshake> extensions) |
abstract WebSocketChannel |
createChannel(StreamConnection channel,
String wsUri,
ByteBufferPool bufferPool,
OptionMap options) |
abstract Map<String,String> |
createHeaders() |
abstract ExtendedHandshakeChecker |
handshakeChecker(URI uri,
Map<String,List<String>> requestHeaders) |
protected final URI url
public WebSocketClientHandshake(URI url)
public static WebSocketClientHandshake create(WebSocketVersion version, URI uri)
public static WebSocketClientHandshake create(WebSocketVersion version, URI uri, WebSocketClientNegotiation clientNegotiation, Set<ExtensionHandshake> extensions)
public abstract WebSocketChannel createChannel(StreamConnection channel, String wsUri, ByteBufferPool bufferPool, OptionMap options)
Copyright © 2017 JBoss by Red Hat. All rights reserved.