Interface StompConnection.Listener

All Known Implementing Classes:
StompChat, StompDraw
Enclosing class:
StompConnection

public static interface StompConnection.Listener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onInfo(Map<String,String> information)
     
    void
    onMessage(Map<String,String> headers, byte[] buf, int offset, int length)
     
  • Method Details