GoawayCapsule constructor
GoawayCapsule(
- Uint8List data
Creates a GOAWAY capsule carrying data.
Implementation
GoawayCapsule(Uint8List data) : super(type: 0x1d, data: data);
Creates a GOAWAY capsule carrying data.
GoawayCapsule(Uint8List data) : super(type: 0x1d, data: data);