Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.communication.connection.IProxyResolver Interface Reference
Inheritance diagram for de.fu_berlin.inf.dpp.communication.connection.IProxyResolver:
de.fu_berlin.inf.dpp.communication.connection.Socks5ProxyResolver de.fu_berlin.inf.dpp.connection.NullProxyResolver

List of all members.

Public Member Functions

ProxyInfo resolve (String host)

Detailed Description

Interface for resolving proxy information. It is up to the implementation to return the best proxy information, i.e prefer Socks5 over HTTP.


Member Function Documentation

ProxyInfo de.fu_berlin.inf.dpp.communication.connection.IProxyResolver.resolve ( String  host)

Resolves the proxy information for the given host.

Parameters:
hostthe host to resolve
Returns:
the proxy information needed to establish a proxy tunnel or null if no information could be resolved

Implemented in de.fu_berlin.inf.dpp.connection.NullProxyResolver.

 All Classes Namespaces Files Functions Variables Enumerations