public class WebSocketReader<S,T>
extends java.lang.Object
Constructor and Description |
---|
WebSocketReader(WebSocketConnectionImpl connection,
HttpRequest headers,
java.nio.charset.Charset charset,
WebSocketHandler<S,T> handler,
java.lang.Runnable onClose,
S state) |
Modifier and Type | Method and Description |
---|---|
void |
doClose() |
NioReader.State |
start() |
public WebSocketReader(WebSocketConnectionImpl connection, HttpRequest headers, java.nio.charset.Charset charset, WebSocketHandler<S,T> handler, java.lang.Runnable onClose, S state)
public NioReader.State start()
public void doClose()
Copyright © 2019. All Rights Reserved.