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