Class ALPNClientSelector.ALPNProtocol

  • Enclosing class:
    ALPNClientSelector

    public static class ALPNClientSelector.ALPNProtocol
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ALPNProtocol​(org.xnio.ChannelListener<org.xnio.ssl.SslConnection> selected, java.lang.String protocol)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getProtocol()  
      org.xnio.ChannelListener<org.xnio.ssl.SslConnection> getSelected()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ALPNProtocol

        public ALPNProtocol​(org.xnio.ChannelListener<org.xnio.ssl.SslConnection> selected,
                            java.lang.String protocol)
    • Method Detail

      • getSelected

        public org.xnio.ChannelListener<org.xnio.ssl.SslConnection> getSelected()
      • getProtocol

        public java.lang.String getProtocol()