Package markets.alpaca.client.ws.internal
package markets.alpaca.client.ws.internal
Internal base classes for handwritten WebSocket stream clients.
Applications should use the public stream classes in markets.alpaca.client.ws and the
factory methods on AlpacaClientFactory. Types in this package are
implementation details for connection lifecycle, authentication tracking, reconnection, and
subscription message handling.
-
ClassesClassDescriptionBase class for all Alpaca WebSocket stream clients.Shared protocol logic for the three market-data WebSocket streams (stock, crypto, and news).