|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcafe.authentication.ConnectionData
public class ConnectionData
This class is a repository for connection data
Constructor Summary | |
---|---|
ConnectionData()
The class constructor |
Method Summary | |
---|---|
int |
getResponse()
Returns the http response code |
java.lang.String |
getWWWauthenticate()
Returns the http realm |
void |
insertString(java.lang.String data)
This method parses the http response |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionData()
Method Detail |
---|
public void insertString(java.lang.String data)
data
- http response datapublic int getResponse()
public java.lang.String getWWWauthenticate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |