public abstract class PacketHandlerBase extends EventHandlerBase
config| Constructor and Description |
|---|
PacketHandlerBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(JRadiusEvent event)
Implements the handle(JRadiusEvent) by calling handle(JRadiusRequest)
|
abstract boolean |
handle(JRadiusRequest request)
Derived classes must implement the handle method
|
doesHandle, execute, getName, setConfig, setNamepublic abstract boolean handle(JRadiusRequest request) throws Exception
request - The JRadiusRequest being processedExceptionpublic boolean handle(JRadiusEvent event) throws Exception
handle in interface EventHandlerhandle in class EventHandlerBaseExceptionEventHandler.handle(net.jradius.server.JRadiusEvent)Copyright © 2017. All rights reserved.