All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.plugins.httpclient.websocket.WebsocketClientHandler.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






WebsocketClientHandler (org.spincast:spincast-framework 1.0.0 API)












org.spincast.plugins.httpclient.websocket

Interface WebsocketClientHandler



  • public interface WebsocketClientHandler
    A Websocket client reader
    • Method Detail

      • onConnectionClosed

        void onConnectionClosed(int code,
                                String reason)
        Called when if the endpoint closes the connection.
      • onEndpointMessage

        void onEndpointMessage(String message)
        The endpoint sent a String message.
      • onEndpointMessage

        void onEndpointMessage(byte[] message)
        The endpoint sent a bytes[] message.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy