net.jradius.server
Class ListenerRequest

java.lang.Object
  extended by net.jradius.server.ListenerRequest
Direct Known Subclasses:
TCPListenerRequest

public abstract class ListenerRequest
extends java.lang.Object

Author:
David Bird

Field Summary
protected  JRadiusEvent event
           
protected  Listener listener
           
 
Constructor Summary
ListenerRequest(Listener listener)
           
 
Method Summary
 JRadiusEvent getEventFromListener()
           
abstract  java.io.InputStream getInputStream()
           
 Listener getListener()
           
abstract  java.io.OutputStream getOutputStream()
           
 JRadiusEvent getRequestEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

protected JRadiusEvent event

listener

protected Listener listener
Constructor Detail

ListenerRequest

public ListenerRequest(Listener listener)
Method Detail

getInputStream

public abstract java.io.InputStream getInputStream()
                                            throws java.io.IOException
Throws:
java.io.IOException

getOutputStream

public abstract java.io.OutputStream getOutputStream()
                                              throws java.io.IOException
Throws:
java.io.IOException

getListener

public Listener getListener()

getEventFromListener

public JRadiusEvent getEventFromListener()
                                  throws java.io.IOException,
                                         RadiusException
Throws:
java.io.IOException
RadiusException

getRequestEvent

public JRadiusEvent getRequestEvent()
                             throws java.io.IOException,
                                    RadiusException
Throws:
java.io.IOException
RadiusException


Copyright © 2008 JRadius Project, All Rights Reserved.