类 WebSocketApi
java.lang.Object
io.contek.invoker.commons.websocket.BaseWebSocketApi
io.contek.invoker.bybitlinear.api.websocket.WebSocketApi
- 所有已实现的接口:
io.contek.invoker.commons.websocket.IWebSocketApi
- 直接已知子类:
MarketWebSocketApi,UserWebSocketApi
@ThreadSafe
public abstract class WebSocketApi
extends io.contek.invoker.commons.websocket.BaseWebSocketApi
-
构造器概要
构造器限定符构造器说明protectedWebSocketApi(io.contek.invoker.commons.actor.IActor actor, io.contek.invoker.commons.websocket.WebSocketContext context) -
方法概要
修饰符和类型方法说明protected final voidcheckErrorMessage(io.contek.invoker.commons.websocket.AnyWebSocketMessage message) protected final io.contek.invoker.commons.websocket.WebSocketCallcreateCall(io.contek.invoker.security.ICredential credential) protected final com.google.common.collect.ImmutableList<io.contek.invoker.commons.actor.ratelimit.TypedPermitRequest>protected abstract String从类继承的方法 io.contek.invoker.commons.websocket.BaseWebSocketApi
attach, getAuthenticator, getLiveKeeper, getParser, isActive
-
构造器详细资料
-
WebSocketApi
protected WebSocketApi(io.contek.invoker.commons.actor.IActor actor, io.contek.invoker.commons.websocket.WebSocketContext context)
-
-
方法详细资料
-
getRequiredQuotas
protected final com.google.common.collect.ImmutableList<io.contek.invoker.commons.actor.ratelimit.TypedPermitRequest> getRequiredQuotas()- 指定者:
getRequiredQuotas在类中io.contek.invoker.commons.websocket.BaseWebSocketApi
-
createCall
protected final io.contek.invoker.commons.websocket.WebSocketCall createCall(io.contek.invoker.security.ICredential credential) - 指定者:
createCall在类中io.contek.invoker.commons.websocket.BaseWebSocketApi
-
checkErrorMessage
protected final void checkErrorMessage(io.contek.invoker.commons.websocket.AnyWebSocketMessage message) throws io.contek.invoker.commons.websocket.WebSocketRuntimeException - 指定者:
checkErrorMessage在类中io.contek.invoker.commons.websocket.BaseWebSocketApi- 抛出:
io.contek.invoker.commons.websocket.WebSocketRuntimeException
-
getUrlSuffix
-