Interface DatagramDispatcher<E>


public interface DatagramDispatcher<E>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addEndpoint(E endpoint)
     
    void
    removeEndpoint(E endpoint)
     
    void