Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface DatagramServiceConfig
extends IoServiceConfig
Method Summary | |
DatagramSessionConfig |
|
IoSessionRecycler |
|
void |
|
Methods inherited from interface org.apache.mina.common.IoServiceConfig | |
clone , getFilterChain , getFilterChainBuilder , getSessionConfig , getThreadModel , setFilterChainBuilder , setThreadModel |
public DatagramSessionConfig getSessionConfig()
Resturns the default configuration of the newIoSession
s.
- Specified by:
- getSessionConfig in interface IoServiceConfig
public IoSessionRecycler getSessionRecycler()
Returns theIoSessionRecycler
for this service.
public void setSessionRecycler(IoSessionRecycler sessionRecycler)
Sets theIoSessionRecycler
for this service.
- Parameters:
sessionRecycler
- null to use the default recycler