net.jradius.server
Class ListenerRequest
java.lang.Object
net.jradius.server.ListenerRequest
- Direct Known Subclasses:
- TCPListenerRequest
public abstract class ListenerRequest
- extends java.lang.Object
- Author:
- David Bird
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
event
protected JRadiusEvent event
listener
protected Listener listener
ListenerRequest
public ListenerRequest(Listener listener)
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.