JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
com.binance.connector.client.common.websocket.service
WebSocketStreamParser
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
parse(String, Class)
Interface WebSocketStreamParser<T>
public interface
WebSocketStreamParser<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
parse
(
String
input,
Class
<
T
> clazz)
Method Details
parse
T
parse
(
String
input,
Class
<
T
> clazz)