Inheritance diagram for IServer:
Public Member Functions | |
char[] | getRemoteAddress (IConduit conduit) |
char[] | getRemoteHost (IConduit conduit) |
char[] | getProtocol () |
int | getPort () |
char[] | getHost () |
Definition at line 48 of file IServer.d.
|
Provide support for figuring out the remote address Reimplemented in AbstractServer. Referenced by HttpRequest::getRemoteAddr(). |
|
Provide support for figuring out the remote host. Reimplemented in AbstractServer. Referenced by HttpRequest::getRemoteHost(). |
|
Return the protocol in use. Reimplemented in ClusterServer, CacheServer, and HttpServer. Referenced by HttpRequest::getServerScheme(). |
|
Return the local port we're attached to Reimplemented in AbstractServer. Referenced by HttpRequest::getPort(). |
|
Return the local address we're attached to Reimplemented in AbstractServer. Referenced by HttpRequest::getHost(). |