Package org.apache.mina.common
Interface IoSessionConfig
-
- All Known Subinterfaces:
DatagramSessionConfig
,SocketSessionConfig
- All Known Implementing Classes:
BaseIoSessionConfig
,DatagramSessionConfigImpl
,SocketSessionConfigImpl
public interface IoSessionConfig
The configuration ofIoSession
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
clone()
Returns a deep clone of this configuration.
-