Package org.openas2.util
Class HTTPUtil.Method
- java.lang.Object
-
- org.openas2.util.HTTPUtil.Method
-
- Enclosing class:
- HTTPUtil
public abstract static class HTTPUtil.Method extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Method()
-
-
-
Field Detail
-
GET
public static final java.lang.String GET
- See Also:
- Constant Field Values
-
HEAD
public static final java.lang.String HEAD
- See Also:
- Constant Field Values
-
POST
public static final java.lang.String POST
- See Also:
- Constant Field Values
-
PUT
public static final java.lang.String PUT
- See Also:
- Constant Field Values
-
DELETE
public static final java.lang.String DELETE
- See Also:
- Constant Field Values
-
TRACE
public static final java.lang.String TRACE
- See Also:
- Constant Field Values
-
CONNECT
public static final java.lang.String CONNECT
- See Also:
- Constant Field Values
-
-