de.phleisch.app.itsucks.io.http.impl
Class HttpAuthenticationCredentials
java.lang.Object
de.phleisch.app.itsucks.io.http.impl.HttpAuthenticationCredentials
public class HttpAuthenticationCredentials
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpAuthenticationCredentials
public HttpAuthenticationCredentials()
HttpAuthenticationCredentials
public HttpAuthenticationCredentials(java.lang.String pHost,
java.lang.String pUser,
java.lang.String pPassword)
HttpAuthenticationCredentials
public HttpAuthenticationCredentials(HttpAuthenticationCredentials pCredentials)
getHost
public java.lang.String getHost()
setHost
public void setHost(java.lang.String pServer)
getUser
public java.lang.String getUser()
setUser
public void setUser(java.lang.String pUser)
getPassword
public java.lang.String getPassword()
setPassword
public void setPassword(java.lang.String pPassword)
Copyright © 2010. All Rights Reserved.