类 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
  • 构造器概要

    构造器
    限定符
    构造器
    说明
    protected
    WebSocketApi(io.contek.invoker.commons.actor.IActor actor, io.contek.invoker.commons.websocket.WebSocketContext context)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected final void
    checkErrorMessage(io.contek.invoker.commons.websocket.AnyWebSocketMessage message)
     
    protected final io.contek.invoker.commons.websocket.WebSocketCall
    createCall(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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • 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

      protected abstract String getUrlSuffix()