net.sf.jradius.packet
Class AccountingStatus

java.lang.Object
  extended by net.sf.jradius.packet.RadiusPacket
      extended by net.sf.jradius.packet.RadiusRequest
          extended by net.sf.jradius.packet.AccountingRequest
              extended by net.sf.jradius.packet.AccountingStatus
All Implemented Interfaces:
java.io.Serializable

public class AccountingStatus
extends AccountingRequest

The RADIUS Accounting-Status Packet. See http://www.iana.org/assignments/radius-types

Author:
David Bird
See Also:
Serialized Form

Field Summary
static byte CODE
           
 
Fields inherited from class net.sf.jradius.packet.AccountingRequest
ACCT_STATUS_INTERIM, ACCT_STATUS_START, ACCT_STATUS_STOP
 
Fields inherited from class net.sf.jradius.packet.RadiusRequest
client
 
Fields inherited from class net.sf.jradius.packet.RadiusPacket
attributes, authenticator, code, identifier, MAX_PACKET_LENGTH, MIN_PACKET_LENGTH, RADIUS_HEADER_LENGTH
 
Constructor Summary
AccountingStatus()
           
 
Method Summary
 
Methods inherited from class net.sf.jradius.packet.AccountingRequest
createAuthenticator, getAccountingStatusType, setAccountingStatusType
 
Methods inherited from class net.sf.jradius.packet.RadiusPacket
addAttribute, addAttributes, findAttribute, findAttribute, findAttributes, getAttributes, getAttributeValue, getAttributeValue, getAuthenticator, getAuthenticator, getCode, getIdentifier, overwriteAttribute, removeAttribute, removeAttribute, setAuthenticator, setCode, setIdentifier, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CODE

public static final byte CODE
See Also:
Constant Field Values
Constructor Detail

AccountingStatus

public AccountingStatus()


Copyright © 2006 The JRadius Project, All Rights Reserved.