Uses of Class
com.bloomberglp.blpapi.SessionOptions
-
Uses of SessionOptions in com.bloomberglp.blpapi
Modifier and TypeMethodDescriptionstatic SessionOptions
ZfpUtil.getZfpOptionsForLeasedLines
(ZfpUtil.Remote remote, TlsOptions tlsOptions) Creates aSessionOptions
object for applications that leverages private leased lines to Bloomberg network.ModifierConstructorDescriptionProviderSession
(SessionOptions options) ProviderSession
(SessionOptions options, ProviderEventHandler eventHandler) ProviderSession
(SessionOptions options, ProviderEventHandler eventHandler, EventDispatcher dispatcher) Construct a Session using the optionally specified 'options', the optionally specified 'eventHandler' and the optionally specified 'eventDispatcher'.Session
(SessionOptions sessionOptions) Create a session with the specifiedsessionOptions
Session
(SessionOptions sessionOptions, EventHandler handler) Create a session with the specifiedsessionOptions
and dispatch events on thissession
to the specifiedhandler
Session
(SessionOptions sessionOptions, EventHandler eventHandler, EventDispatcher eventDispatcher) Create a session with the specifiedsessionOptions
and dispatch events on thissession
using the provideddispatcher
to the specifiedhandler