HasFrontendPort.DefinitionStages.WithFrontendPort<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the definition

public static interface HasFrontendPort.DefinitionStages.WithFrontendPort

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

Method Summary

Modifier and Type Method and Description
abstract ReturnT fromFrontendPort(int port)

Specifies the frontend port to receive network traffic on.

Method Details

fromFrontendPort

public abstract ReturnT fromFrontendPort(int port)

Specifies the frontend port to receive network traffic on.

Parameters:

port - a port number

Returns:

the next stage of the definition

Applies to