class HybiParser
WebSocket VenueNext
Created on 3/18/19. Copyright © 2019 VenueNext Inc. All rights reserved.
Client |
interface Client |
HappyDataInputStream |
class HappyDataInputStream : DataInputStream |
ProtocolError |
class ProtocolError : IOException |
<init> |
WebSocket VenueNext HybiParser(mClient: Client) |
close |
fun close(code: Int, reason: String): Unit |
frame |
fun frame(data: String): ByteArray? fun frame(data: ByteArray): ByteArray? |
ping |
fun ping(message: String): Unit |
start |
fun start(stream: HappyDataInputStream): Unit |