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 theIoSessionduring session initialization.- Author:
- Apache MINA Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitializeSession(IoSession session, T future)Initialize a session
-