net.jradius.handler.tlstunnel
Class PreAcctHandler

java.lang.Object
  extended by net.jradius.handler.EventHandlerBase
      extended by net.jradius.handler.PacketHandlerBase
          extended by net.jradius.handler.tlstunnel.PreAcctHandler
All Implemented Interfaces:
net.jradius.handler.chain.JRCommand, net.jradius.handler.EventHandler, org.apache.commons.chain.Command

public class PreAcctHandler
extends net.jradius.handler.PacketHandlerBase

TLS Tunnel Termination Pre-Accounting Handler

Author:
David Bird

Field Summary
 
Fields inherited from class net.jradius.handler.EventHandlerBase
config
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Constructor Summary
PreAcctHandler()
           
 
Method Summary
 boolean handle(net.jradius.server.JRadiusRequest request)
           
 
Methods inherited from class net.jradius.handler.PacketHandlerBase
handle
 
Methods inherited from class net.jradius.handler.EventHandlerBase
doesHandle, execute, getName, setConfig, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreAcctHandler

public PreAcctHandler()
Method Detail

handle

public boolean handle(net.jradius.server.JRadiusRequest request)
               throws net.jradius.exception.RadiusException
Specified by:
handle in class net.jradius.handler.PacketHandlerBase
Throws:
net.jradius.exception.RadiusException


Copyright © 2008 JRadius Project, All Rights Reserved.