Mfp.close

Description

The close method disconnects from the Message Feed server. It must be called to avoid before the Mfp object is finalized to avoid resource leaks.

Class

core.mfp.Mfp

Method

close

Syntax

public void close() throws MfpException

Parameters

Error handling

The close method throws an MfpException when authentication fails.

Use the MfpException.toString method to get a textual description of the exception.

Example

See Mfp.constructor.

Related topics

Mfp.constructor

MfpException.toString