Class SocketConfig

java.lang.Object
com.tenio.core.network.define.data.SocketConfig

public final class SocketConfig extends Object
The configuration for sockets.
  • Constructor Details

    • SocketConfig

      public SocketConfig(String name, TransportType type, int port)
      Initialization.
      Parameters:
      name - the configuration name
      type - the transportation type
      port - the opened port
  • Method Details