| Home | Trees | Index | Help |
|---|
| Package pyrad :: Module curved :: Class RADIUSAccounting |
|
AbstractDatagramProtocol--+ |DatagramProtocol--+ |Host--+ |RADIUS--+ | RADIUSAccounting
| Method Summary | |
|---|---|
createPacket(self,
**kwargs)
| |
processPacket(self,
pkt)
| |
| Inherited from RADIUS | |
| |
| |
| Inherited from Host | |
| pyrad.packet.Packet |
Create a new RADIUS packet. |
| pyrad.packet.Packet |
Create a new RADIUS packet. |
Send a packet. | |
Send a packet. | |
| Inherited from AbstractDatagramProtocol | |
| |
Make sure startProtocol is called. | |
Make sure stopProtocol is called. | |
Make a connection to a transport and a server. | |
Called when a transport is connected to this protocol. | |
Called when the transport is disconnected. | |
| Instance Variable Summary | |
|---|---|
| Inherited from Host | |
| integer | acctport: port to listen on for accounting packets |
| integer | authport: port to listen on for authentication packets |
| pyrad.dictionary.Dictionary | dict: RADIUS dictionary |
| Class Variable Summary | |
|---|---|
| Inherited from AbstractDatagramProtocol | |
str |
noisy = 'sure, why not'
|
int |
numPorts = 0 |
NoneType |
transport = None |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jun 2 14:19:55 2004 | http://epydoc.sf.net |