HasBackendPort.UpdateDefinitionStages.WithBackendPort<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the definition

public interface WithBackendPort

The stage of a definition allowing to specify the backend port.

Method Summary

Modifier and Type Method and Description
ReturnT toBackendPort(int port)

Specifies a backend port to send network traffic to.

If not specified, the same backend port number is assumed as that used by the frontend.

Method Details

toBackendPort

public ReturnT toBackendPort(int port)

Specifies a backend port to send network traffic to.

If not specified, the same backend port number is assumed as that used by the frontend.

Parameters:

port - a port number

Returns:

the next stage of the definition

Applies to