org.apache.xmlrpc.util
Class HttpUtil

java.lang.Object
  extended by org.apache.xmlrpc.util.HttpUtil

public class HttpUtil
extends java.lang.Object

Provides utility functions useful in HTTP communications

Author:
Ryan Hoegg

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
 

Method Detail

encodeBasicAuthentication

public static java.lang.String encodeBasicAuthentication(java.lang.String user,
                                                         java.lang.String password)


Copyright 2001-2001-2005 Apache Software Foundation. All Rights Reserved.