|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jradius.handler.EventHandlerBase
net.sf.jradius.handler.PacketHandlerBase
public abstract class PacketHandlerBase
The base abstract class of all Packet Handlers
| Field Summary |
|---|
| Fields inherited from class net.sf.jradius.handler.EventHandlerBase |
|---|
config |
| Constructor Summary | |
|---|---|
PacketHandlerBase()
|
|
| Method Summary | |
|---|---|
boolean |
handle(JRadiusEvent event)
Implements the handle(JRadiusEvent) by calling handle(JRadiusRequest) |
abstract boolean |
handle(JRadiusRequest request)
Derived classes must implement the handle method |
| Methods inherited from class net.sf.jradius.handler.EventHandlerBase |
|---|
doesHandle, execute, getName, setConfig, setName, splitUserName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PacketHandlerBase()
| Method Detail |
|---|
public abstract boolean handle(JRadiusRequest request)
throws java.lang.Exception
request - The JRadiusRequest being processed
java.lang.Exception
public boolean handle(JRadiusEvent event)
throws java.lang.Exception
handle in interface EventHandlerhandle in class EventHandlerBasejava.lang.ExceptionEventHandler.handle(net.sf.jradius.server.JRadiusEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||