HttpURL (Session - Java)

Read-only. The Domino® URL of a server when HTTP protocols are in effect.

Note: This property is new with Release 6.5.

Defined in

Session

Data type

String

Syntax

public String getHttpURL()
    throws NotesException

Usage

If HTTP protocols are not available, this property returns an empty string.

See resolve in Session for additional information and examples.

Example