Package com.vk.api.sdk.actions
Class Streaming
- java.lang.Object
-
- com.vk.api.sdk.client.AbstractAction
-
- com.vk.api.sdk.actions.Streaming
-
public class Streaming extends AbstractAction
List of Streaming methods
-
-
Constructor Summary
Constructors Constructor Description Streaming(VkApiClient client)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamingGetServerUrlQuerygetServerUrl(ServiceActor actor)Allows to receive data for the connection to Streaming API.StreamingSetSettingsQuerysetSettings(ServiceActor actor)-
Methods inherited from class com.vk.api.sdk.client.AbstractAction
getClient
-
-
-
-
Constructor Detail
-
Streaming
public Streaming(VkApiClient client)
Constructor- Parameters:
client- vk api client
-
-
Method Detail
-
getServerUrl
public StreamingGetServerUrlQuery getServerUrl(ServiceActor actor)
Allows to receive data for the connection to Streaming API.- Parameters:
actor- vk actor- Returns:
- query
-
setSettings
public StreamingSetSettingsQuery setSettings(ServiceActor actor)
- Parameters:
actor- vk actor- Returns:
- query
-
-