mx4j.adaptor.http
Class HttpUtil
java.lang.Object
|
+--mx4j.adaptor.http.HttpUtil
- public class HttpUtil
- extends java.lang.Object
Utility methods for the HTTP adaptor
- Version:
- $Revision: 1.4 $
- Author:
- Carlos Quiroz
Method Summary |
static boolean |
booleanVariableValue(HttpInputStream in,
java.lang.String variable,
boolean defaultValue)
Returns whether a boolean variable is in the variables. |
static java.lang.String |
canonicalizePath(java.lang.String path)
Makes a path canonical |
static java.lang.String |
getCodeMessage(int code)
Gets a message apropriate for a give HTTP code |
protected static int |
indexOf(char[] chars,
int length,
char chr,
int from)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpUtil
public HttpUtil()
getCodeMessage
public static java.lang.String getCodeMessage(int code)
- Gets a message apropriate for a give HTTP code
- Parameters:
code
- Reference Code- Returns:
- The result message
- See Also:
HttpConstants
canonicalizePath
public static java.lang.String canonicalizePath(java.lang.String path)
- Makes a path canonical
- Parameters:
path
- Target path- Returns:
- The canonicalized path
indexOf
protected static int indexOf(char[] chars,
int length,
char chr,
int from)
booleanVariableValue
public static boolean booleanVariableValue(HttpInputStream in,
java.lang.String variable,
boolean defaultValue)
- Returns whether a boolean variable is in the variables. It tries to find
it. If not found the the default is used. If found is tested to check if
it is
true
or 1
and the answer is true.
Otherwise is false
Copyright © 2001-2002 MX4J Team. All Rights Reserved.