Interface NativeWebSocketSession

    • Method Detail

      • getNativeSession

        @Nullable
        <T> T getNativeSession​(@Nullable
                               Class<T> requiredType)
        Return the underlying native WebSocketSession, if available.
        Parameters:
        requiredType - the required type of the session
        Returns:
        the native session of the required type, or null if not available