Uses of Class
com.bloomberglp.blpapi.SessionOptions
Packages that use SessionOptions
-
Uses of SessionOptions in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi that return SessionOptionsModifier and TypeMethodDescriptionstatic SessionOptionsZfpUtil.getZfpOptionsForLeasedLines(ZfpUtil.Remote remote, TlsOptions tlsOptions) Creates aSessionOptionsobject for applications that leverages private leased lines to Bloomberg network.Constructors in com.bloomberglp.blpapi with parameters of type SessionOptionsModifierConstructorDescriptionProviderSession(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 specifiedsessionOptionsSession(SessionOptions sessionOptions, EventHandler handler) Create a session with the specifiedsessionOptionsand dispatch events on thissessionto the specifiedhandlerSession(SessionOptions sessionOptions, EventHandler eventHandler, EventDispatcher eventDispatcher) Create a session with the specifiedsessionOptionsand dispatch events on thissessionusing the provideddispatcherto the specifiedhandler