public abstract class ListenerRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.pool.ObjectPool |
borrowedFromPool |
protected JRadiusEvent |
event |
protected Listener |
listener |
| Constructor and Description |
|---|
ListenerRequest() |
ListenerRequest(Listener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
org.apache.commons.pool.ObjectPool |
getBorrowedFromPool() |
ByteBuffer |
getByteBufferIn() |
ByteBuffer |
getByteBufferOut() |
JRadiusEvent |
getEventFromListener() |
abstract InputStream |
getInputStream() |
Listener |
getListener() |
void |
getListener(Listener listener) |
abstract OutputStream |
getOutputStream() |
JRadiusEvent |
getRequestEvent() |
abstract Map<String,String> |
getServerVariables() |
void |
setBorrowedFromPool(org.apache.commons.pool.ObjectPool borrowedFromPool) |
protected JRadiusEvent event
protected Listener listener
protected org.apache.commons.pool.ObjectPool borrowedFromPool
public ListenerRequest()
public ListenerRequest(Listener listener)
public ByteBuffer getByteBufferIn() throws IOException
IOExceptionpublic ByteBuffer getByteBufferOut() throws IOException
IOExceptionpublic abstract InputStream getInputStream() throws IOException
IOExceptionpublic abstract OutputStream getOutputStream() throws IOException
IOExceptionpublic Listener getListener()
public void getListener(Listener listener)
public JRadiusEvent getEventFromListener() throws Exception
Exceptionpublic JRadiusEvent getRequestEvent() throws Exception
Exceptionpublic void clear()
public org.apache.commons.pool.ObjectPool getBorrowedFromPool()
public void setBorrowedFromPool(org.apache.commons.pool.ObjectPool borrowedFromPool)
Copyright © 2017. All rights reserved.