BBjJettyContextConfiguration::setHTTP


Description

In BBj 18.20 and higher, this method enables and disabled a context's ability to receive connections over the insecure HTTP protocol.

Syntax

Return Value

Method

void

setHTTP(boolean http)

Parameters

Variable

Description

http

A boolean value which when true enables the HTTP protocol in the current context.

Return Value

None.

Remarks

None.

Example

None.

See Also

BBjAPI

BBjJettyContextConfiguration

BBjJettyContextConfiguration::isHTTP()