Session.setDesiredCapabilities

Sets the local session desired capabilities, to be conveyed to the peer via the Begin frame when opening the session.

Must be called during session setup, i.e. before calling the {@link #open()} method.

@param desiredCapabilities the desired capabilities array to send, or null for none.

interface Session
void
setDesiredCapabilities

Meta