All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 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(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) |