VerificationIPFlow.DefinitionStages.WithProtocol Interface

public interface WithProtocol extends HasProtocol.DefinitionStages.WithProtocol<WithLocalIP, Protocol>

Protocol to be verified on. Possible values include: 'TCP', 'UDP'.

Method Summary

Modifier and Type Method and Description
VerificationIPFlow.DefinitionStages.WithLocalIP withTCP()

Set TCP protocol.

VerificationIPFlow.DefinitionStages.WithLocalIP withUDP()

Set UDP protocol.

Inherited Members

Method Details

withTCP

public WithLocalIP withTCP()

Set TCP protocol.

Returns:

the next stage of the definition

withUDP

public WithLocalIP withUDP()

Set UDP protocol.

Returns:

the next stage of the definition

Applies to