BSD style: see
license.txt
Initial release: April 2004
Kris
- interface IServer ¶#
-
Contract to be fulfilled by all Mango servers.
- char[] getRemoteAddress(IConduit conduit) ¶#
-
Provide support for figuring out the remote address
- char[] getRemoteHost(IConduit conduit) ¶#
-
Provide support for figuring out the remote host.
- char[] getProtocol() ¶#
-
Return the protocol in use.
- int getPort() ¶#
-
Return the local port we're attached to
- char[] getHost() ¶#
-
Return the local address we're attached to