Interface ProtocolConfiguration.Builder

  • Method Details

    • serverProtocol

      ProtocolConfiguration.Builder serverProtocol(String serverProtocol)

      The server protocol for the agent runtime. This field specifies which protocol the agent runtime uses to communicate with clients.

      Parameters:
      serverProtocol - The server protocol for the agent runtime. This field specifies which protocol the agent runtime uses to communicate with clients.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • serverProtocol

      ProtocolConfiguration.Builder serverProtocol(ServerProtocol serverProtocol)

      The server protocol for the agent runtime. This field specifies which protocol the agent runtime uses to communicate with clients.

      Parameters:
      serverProtocol - The server protocol for the agent runtime. This field specifies which protocol the agent runtime uses to communicate with clients.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: