Interface IoSessionConfig

All Known Subinterfaces:
DatagramSessionConfig, SocketSessionConfig
All Known Implementing Classes:
BaseIoSessionConfig, DatagramSessionConfigImpl, SocketSessionConfigImpl

public interface IoSessionConfig
The configuration of IoSession.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a deep clone of this configuration.
  • Method Details

    • clone

      Object clone()
      Returns a deep clone of this configuration.