Class VkStreamingApiClient

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class VkStreamingApiClient
    extends java.lang.Object
    implements java.io.Closeable
    • Constructor Detail

      • VkStreamingApiClient

        public VkStreamingApiClient​(TransportClient transportClient)
      • VkStreamingApiClient

        public VkStreamingApiClient​(TransportClient transportClient,
                                    com.google.gson.Gson gson,
                                    org.asynchttpclient.AsyncHttpClient asyncHttpClient)
    • Method Detail

      • getGson

        public com.google.gson.Gson getGson()
      • getAsyncHttpClient

        public org.asynchttpclient.AsyncHttpClient getAsyncHttpClient()
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException