http2
http2.multiprotocol_server
MultiProtocolHttpServer
port property
port
MultiProtocolHttpServer class
Properties
address
port
hashCode
runtimeType
Methods
close
startServing
noSuchMethod
toString
Operators
operator ==
Static methods
bind
port property
int
port
The port this multi-protocol HTTP server runs on.
Implementation
int get port => _serverSocket.port;