|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.repository.impl.ProxyContext
A proxy context.
Constructor Summary | |
ProxyContext(String host,
int port,
Authenticator authenticator)
Creation of a new proxy context. |
Method Summary | |
Authenticator |
getAuthenticator()
Returns the proxy authenticator. |
String |
getHost()
Returns the proxy host name. |
String |
getPort()
Returns the proxy port number. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProxyContext(String host, int port, Authenticator authenticator)
host
- the host nameport
- the portauthenticator
- the authenticatorMethod Detail |
public Authenticator getAuthenticator()
public String getHost()
public String getPort()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |