tango.net.cluster.tina.util.model.IServer

License:

BSD style: see license.txt

Version:

Initial release: April 2004

Author:

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