|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DXEndpoint.Role | |
---|---|
com.dxfeed.api | Main package for dxFeed API
(read com.dxfeed.api.DXFeed javadoc first). |
Uses of DXEndpoint.Role in com.dxfeed.api |
---|
Fields in com.dxfeed.api declared as DXEndpoint.Role | |
---|---|
protected DXEndpoint.Role |
DXEndpoint.Builder.role
Current role for implementations of DXEndpoint.Builder . |
Methods in com.dxfeed.api that return DXEndpoint.Role | |
---|---|
abstract DXEndpoint.Role |
DXEndpoint.getRole()
Returns the role of this endpoint. |
static DXEndpoint.Role |
DXEndpoint.Role.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DXEndpoint.Role[] |
DXEndpoint.Role.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.dxfeed.api with parameters of type DXEndpoint.Role | |
---|---|
static DXEndpoint |
DXEndpoint.create(DXEndpoint.Role role)
Creates an endpoint with a specified role. |
static DXEndpoint |
DXEndpoint.getInstance(DXEndpoint.Role role)
Returns a default application-wide singleton instance of DXEndpoint for a specific role. |
DXEndpoint.Builder |
DXEndpoint.Builder.withRole(DXEndpoint.Role role)
Sets role for the created DXEndpoint . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |