Interface IServerConnector


public interface IServerConnector
The server connector interface associated with the web server request being handled.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the port configuration for this server connection.
  • Method Details

    • getPortConfig

      PortConfig getPortConfig()
      Gets the port configuration for this server connection.
      Returns:
      The port configuration.