de.phleisch.app.itsucks.io.http.impl
Class HttpAuthenticationCredentials

java.lang.Object
  extended by de.phleisch.app.itsucks.io.http.impl.HttpAuthenticationCredentials

public class HttpAuthenticationCredentials
extends java.lang.Object


Constructor Summary
HttpAuthenticationCredentials()
           
HttpAuthenticationCredentials(HttpAuthenticationCredentials pCredentials)
           
HttpAuthenticationCredentials(java.lang.String pHost, java.lang.String pUser, java.lang.String pPassword)
           
 
Method Summary
 java.lang.String getHost()
           
 java.lang.String getPassword()
           
 java.lang.String getUser()
           
 void setHost(java.lang.String pServer)
           
 void setPassword(java.lang.String pPassword)
           
 void setUser(java.lang.String pUser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpAuthenticationCredentials

public HttpAuthenticationCredentials()

HttpAuthenticationCredentials

public HttpAuthenticationCredentials(java.lang.String pHost,
                                     java.lang.String pUser,
                                     java.lang.String pPassword)

HttpAuthenticationCredentials

public HttpAuthenticationCredentials(HttpAuthenticationCredentials pCredentials)
Method Detail

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.