|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlrpc.util.HttpUtil
Provides utility functions useful in HTTP communications
Field Summary | |
private static Base64 |
base64
|
Constructor Summary | |
private |
HttpUtil()
|
Method Summary | |
static java.lang.String |
encodeBasicAuthentication(java.lang.String user,
java.lang.String password)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final Base64 base64
Constructor Detail |
private HttpUtil()
Method Detail |
public static java.lang.String encodeBasicAuthentication(java.lang.String user, java.lang.String password)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |