Uses of Class
com.dxfeed.api.DXEndpoint

Packages that use DXEndpoint
com.dxfeed.api Main package for dxFeed API (read com.dxfeed.api.DXFeed javadoc first). 
 

Uses of DXEndpoint in com.dxfeed.api
 

Methods in com.dxfeed.api that return DXEndpoint
abstract  DXEndpoint DXEndpoint.Builder.build()
          Builds DXEndpoint instance.
abstract  DXEndpoint DXEndpoint.connect(String address)
          Connects to the specified remove address.
static DXEndpoint DXEndpoint.create()
          Creates an endpoint with FEED role.
static DXEndpoint DXEndpoint.create(DXEndpoint.Role role)
          Creates an endpoint with a specified role.
abstract  DXEndpoint DXEndpoint.executor(Executor executor)
          Changes executor that is used for notifications.
static DXEndpoint DXEndpoint.getInstance(DXEndpoint.Role role)
          Returns a default application-wide singleton instance of DXEndpoint for a specific role.
 



Copyright © 2013 Devexperts. All Rights Reserved.