HttpInbound class
Constructors
- HttpInbound({required Port port, required String tag, required HttpInboundSettings settings, StreamSettings? streamSettings, InboundSniffing? sniffing, String? listen})
-
HttpInbound.fromJson(Map<
String, dynamic> json) -
factory
Properties
- allocate ↔ InboundAllocate?
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- listen ↔ String?
-
getter/setter pairinherited
- port ↔ Port
-
getter/setter pairinherited
- protocol ↔ Protocol
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings ↔ HttpInboundSettings
-
getter/setter pair
- sniffing ↔ InboundSniffing?
-
getter/setter pairinherited
- streamSettings ↔ StreamSettings
-
getter/setter pairinherited
- tag ↔ String
-
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited