@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
210 lines (96 loc) • 2.96 kB
Markdown
---
lang: en
title: 'API docs: socketio.defaultsocketiosequence'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/extensions/socketio
permalink: /doc/en/lb4/apidocs.socketio.defaultsocketiosequence.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/socketio](./socketio.md) > [DefaultSocketIoSequence](./socketio.defaultsocketiosequence.md)
## DefaultSocketIoSequence class
**Signature:**
```typescript
export declare class DefaultSocketIoSequence implements SocketIoSequence
```
**Implements:** [SocketIoSequence](./socketio.socketiosequence.md)
## Constructors
<table><thead><tr><th>
Constructor
</th><th>
Modifiers
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[(constructor)(context, controller, invoke, send, reject)](./socketio.defaultsocketiosequence._constructor_.md)
</td><td markdown="1">
</td><td markdown="1">
Constructs a new instance of the `DefaultSocketIoSequence` class
</td></tr>
</tbody></table>
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[context](./socketio.defaultsocketiosequence.context.md)
</td><td markdown="1">
`protected`
</td><td markdown="1">
[Context](./context.context.md)
</td><td markdown="1">
</td></tr>
<tr><td markdown="1">
[controller](./socketio.defaultsocketiosequence.controller.md)
</td><td markdown="1">
`protected`
</td><td markdown="1">
[ControllerClass](./core.controllerclass.md)
</td><td markdown="1">
</td></tr>
<tr><td markdown="1">
[invoke](./socketio.defaultsocketiosequence.invoke.md)
</td><td markdown="1">
`protected`
</td><td markdown="1">
[SocketIoInvokeMethod](./socketio.socketioinvokemethod.md)
</td><td markdown="1">
</td></tr>
<tr><td markdown="1">
[reject](./socketio.defaultsocketiosequence.reject.md)
</td><td markdown="1">
`protected`
</td><td markdown="1">
[SocketIoRejectMethod](./socketio.socketiorejectmethod.md)
</td><td markdown="1">
</td></tr>
<tr><td markdown="1">
[send](./socketio.defaultsocketiosequence.send.md)
</td><td markdown="1">
`protected`
</td><td markdown="1">
[SocketIoSendMethod](./socketio.socketiosendmethod.md)
</td><td markdown="1">
</td></tr>
</tbody></table>
## Methods
<table><thead><tr><th>
Method
</th><th>
Modifiers
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[handle(methodName, args, done)](./socketio.defaultsocketiosequence.handle.md)
</td><td markdown="1">
</td><td markdown="1">
</td></tr>
</tbody></table>