[Home](./index.md) > [calckey-js](./calckey-js.md) > [Stream](./calckey-js.stream.md) ## Stream class **Signature:** ```typescript export default class Stream extends EventEmitter ``` **Extends:** EventEmitter<StreamEvents> ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(origin, user, options)](./calckey-js.stream._constructor_.md) | | Constructs a new instance of the Stream class | ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [state](./calckey-js.stream.state.md) | | "initializing" \| "reconnecting" \| "connected" | | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [close()](./calckey-js.stream.close.md) | | | | [disconnectToChannel(connection)](./calckey-js.stream.disconnecttochannel.md) | | | | [removeSharedConnection(connection)](./calckey-js.stream.removesharedconnection.md) | | | | [removeSharedConnectionPool(pool)](./calckey-js.stream.removesharedconnectionpool.md) | | | | [send(typeOrPayload, payload)](./calckey-js.stream.send.md) | | | | [useChannel(channel, params, name)](./calckey-js.stream.usechannel.md) | | |