Not documented.
- Inheritance
- Object
- TransportConnection
- ServerTransportConnection
Properties
- incomingStreams → Stream<TransportStream>
-
read-only
Incoming HTTP/2 streams.
Constructors
- ServerTransportConnection.viaSocket(Socket socket, {ServerSettings settings})
- ServerTransportConnection.viaStreams(Stream<List<int>> incoming, StreamSink<List<int>> outgoing, {ServerSettings settings: const ServerSettings(concurrentStreamLimit: 1000)})
Methods
-
finish(
) → Future -
inherited
Finish this connection.
-
ping(
) → Future -
inherited
Pings the other end.
-
terminate(
) → Future -
inherited
Terminates this connection forcefully.