|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.util.http.HttpStatus
public class HttpStatus
WDStatus represents a HTTP conform status line with protocol, status code and optional description.
Copyright (c) SAP AG 2001-2002
| Constructor Summary | |
|---|---|
HttpStatus()
Construct a new empty status |
|
HttpStatus(String statusLine)
Construct a new status from the given line |
|
| Method Summary | |
|---|---|
int |
getCode()
|
static int |
getCode(String line)
Return code from a HTTP status line |
String |
getDescription()
|
String |
getProtocol()
|
void |
parse(String line)
Reinitialize the WDStatus from the given line |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HttpStatus()
public HttpStatus(String statusLine)
throws WcmException
statusLine - TBD: Description of the incoming method parameter
WcmException - Exception raised in failure situation| Method Detail |
|---|
public static int getCode(String line)
throws WcmException
line - TBD: Description of the incoming method parameter
WcmException - Exception raised in failure situationpublic String getProtocol()
public int getCode()
public String getDescription()
null if missingpublic String toString()
toString in class Object
public void parse(String line)
throws WcmException
line - TBD: Description of the incoming method parameter
WcmException - Exception raised in failure situation| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||