|
RADIUS Client API (V3) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectFailOverRADIUSClient.ServerData
Inner class to hold server list.
| Method Summary | |
int |
getBadPacketError()
Get the Access_BadPacket error code. |
String |
getBadPacketErrorString()
Get the Access_BadPacket error string. |
String |
getClientErrorString()
Get the client error string. |
String |
getResponsePacketName()
Get the packet type name returned by this server. |
int |
getResponsePacketType()
Get the packet type returned by this server. |
boolean |
isClientError()
Determine if there is a client error. |
boolean |
sentRequest()
Determine if this server send a request. |
String |
toString()
Return a string representation of the ServerData object. |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public boolean sentRequest()
public int getResponsePacketType()
getBadPacketError()
and getBadPacketErrorString().
isClientError() to see if there was a client error that
prevented an authentication or accounting result.public String getResponsePacketName()
getBadPacketError()
and getBadPacketErrorString().
isClientError() to see if there was a client error that
prevented an authentication or accounting result.public int getBadPacketError()
public String getBadPacketErrorString()
public boolean isClientError()
getClientErrorString()public String getClientErrorString()
public String toString()
|
RADIUS Client API (V3) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||