Uses of Interface
org.apache.mina.core.session.IoSessionRecycler
-
Packages that use IoSessionRecycler Package Description org.apache.mina.core.session org.apache.mina.transport.socket org.apache.mina.transport.socket.nio Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API. -
-
Uses of IoSessionRecycler in org.apache.mina.core.session
Classes in org.apache.mina.core.session that implement IoSessionRecycler Modifier and Type Class Description classExpiringSessionRecyclerAnIoSessionRecyclerwith sessions that time out on inactivity.Fields in org.apache.mina.core.session declared as IoSessionRecycler Modifier and Type Field Description static IoSessionRecyclerIoSessionRecycler. NOOPA dummy recycler that doesn't recycle any sessions. -
Uses of IoSessionRecycler in org.apache.mina.transport.socket
Methods in org.apache.mina.transport.socket that return IoSessionRecycler Modifier and Type Method Description IoSessionRecyclerDatagramAcceptor. getSessionRecycler()Methods in org.apache.mina.transport.socket with parameters of type IoSessionRecycler Modifier and Type Method Description voidDatagramAcceptor. setSessionRecycler(IoSessionRecycler sessionRecycler)Sets theIoSessionRecyclerfor this service. -
Uses of IoSessionRecycler in org.apache.mina.transport.socket.nio
Methods in org.apache.mina.transport.socket.nio that return IoSessionRecycler Modifier and Type Method Description IoSessionRecyclerNioDatagramAcceptor. getSessionRecycler()Methods in org.apache.mina.transport.socket.nio with parameters of type IoSessionRecycler Modifier and Type Method Description voidNioDatagramAcceptor. setSessionRecycler(IoSessionRecycler sessionRecycler)
-