net.jradius.server
Class RadiusProcessor
java.lang.Object
java.lang.Thread
net.jradius.server.JRadiusThread
net.jradius.server.Processor
net.jradius.server.RadiusProcessor
- All Implemented Interfaces:
- Runnable, org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
- FreeRadiusProcessor
public abstract class RadiusProcessor
- extends Processor
Base abstract class of all RadiusProcessors
- Author:
- David Bird
Fields inherited from class net.jradius.server.Processor |
log |
Methods inherited from class net.jradius.server.Processor |
getActive, getApplicationContext, getEventDispatcher, getRequestHandlers, getRequestQueue, process, processRequest, run, setActive, setApplicationContext, setEventDispatcher, setRequestHandlers, setRequestQueue |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
RadiusProcessor
public RadiusProcessor()
logReturnCode
protected abstract void logReturnCode(int result,
JRCommand handler)
handleRadiusException
protected int handleRadiusException(JRadiusRequest request,
RadiusException e)
runPacketHandlers
protected int runPacketHandlers(JRadiusRequest request)
Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.