接口 NativeWebSocketSession

    • 方法详细资料

      • getNativeSession

        <T> T getNativeSession​(Class<T> requiredType)
        Return the underlying native WebSocketSession, if available.
        参数:
        requiredType - the required type of the session
        返回:
        the native session of the required type, or null if not available