Interface UdpParser

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<?> parse​(io.netty.buffer.ByteBuf buffer, java.net.InetSocketAddress remoteAddress, java.net.InetSocketAddress localAddress)  
    • Method Detail

      • parse

        java.util.concurrent.CompletableFuture<?> parse​(io.netty.buffer.ByteBuf buffer,
                                                        java.net.InetSocketAddress remoteAddress,
                                                        java.net.InetSocketAddress localAddress)
                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception