PrivMX DOCS
API Reference/PrivMX Endpoint Java Extra/Core

PrivmxEndpointContainer

Manages certificates, Platform sessions, and active connections. Implements event loop that can be started using #startListening(). Contains instance of CryptoApi.

Constructors

PrivmxEndpointContainer

Creates instance of PrivmxEndpointContainer.

public void PrivmxEndpointContainer()

Fields

cryptoApi

CryptoApi Instance of CryptoApi.

Methods

close

Closes event loop.

public void close()

connect

Creates a new connection.

Params

enableModule

Set<Modules>

set of modules to initialize

userPrivateKey

String

user private key used to authorize; generated from: CryptoApi#generatePrivateKey or CryptoApi#derivePrivateKey

solutionId

String

SolutionId of the current project

bridgeUrl

String

Bridge's Endpoint URL

public PrivmxEndpoint connect(
Set<Modules> enableModule,
String userPrivateKey,
String solutionId,
String bridgeUrl
)

Returns

PrivmxEndpoint · Created connection

disconnect

Disconnects connection matching given connectionId and removes it from the container. This method is recommended for disconnecting connections by their ID from the container.

Params

connectionId

Long

ID of the connection

public void disconnect(
Long connectionId
)

disconnectAll

Disconnects all connections and removes them from the container.

public void disconnectAll()

getEndpoint

Returns connection matching given connectionId.

Params

connectionId

Long

Id of connection

public PrivmxEndpoint getEndpoint(
Long connectionId
)

Returns

PrivmxEndpoint · Active connection

getEndpointIDs

Returns set of all active connection's IDs.

public Set<Long> getEndpointIDs()

Returns

Set<Long> · set of all active connection's IDs

initialized

Returns initialization state.

public boolean initialized()

Returns

boolean · true if path to certificate is set successfully

setCertsPath

Sets path to the certificate used to create a secure connection to PrivMX Bridge. It checks whether a .pem file with certificate exists in certsPath and uses it if it does.

Params

certsPath

String

path to file with .pem certificate

public void setCertsPath(
String certsPath
)

startListening

Starts event handling Thread.

public void startListening()

stopListening

Stops event loop.

public void stopListening()

We use cookies on our website. We use them to ensure the proper functioning of the site and, if you agree, for purposes we set, such as analytics or marketing.