Java io.vertx.core.http ServerWebSocket fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.http ServerWebSocket fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.http ServerWebSocket.

The text is from its open source code.

Method

Futureclose()

The WebSocket handshake will be accepted when it hasn't yet been settled or when an asynchronous handshake is in progress.

ServerWebSocketcloseHandler(Handler handler)
ServerWebSocketexceptionHandler(Handler handler)
ServerWebSocketframeHandler(Handler handler)
ServerWebSockethandler(Handler handler)
Stringpath()
ServerWebSocketpause()
Stringquery()
voidreject()
Reject the WebSocket.
ServerWebSocketresume()
Stringuri()