Package org.apache.mina.core.session
Interface IoSessionInitializer<T extends IoFuture>
-
- Type Parameters:
T
- The IoFuture type
- All Known Implementing Classes:
ProxyIoSessionInitializer
public interface IoSessionInitializer<T extends IoFuture>
Defines a callback for obtaining theIoSession
during session initialization.- Author:
- Apache MINA Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initializeSession(IoSession session, T future)
Initialize a session
-