Class AtmosphereRequestImpl.LazyComputation

  • Enclosing class:
    AtmosphereRequestImpl

    public static final class AtmosphereRequestImpl.LazyComputation
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LazyComputation​(java.util.concurrent.Callable<java.net.InetSocketAddress> callable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.InetSocketAddress address()  
      java.lang.String getHostAddress()  
      java.lang.String getHostName()  
      int getPort()  
      • Methods inherited from class java.lang.Object

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

      • LazyComputation

        public LazyComputation​(java.util.concurrent.Callable<java.net.InetSocketAddress> callable)
    • Method Detail

      • address

        public java.net.InetSocketAddress address()
      • getPort

        public int getPort()
      • getHostAddress

        public java.lang.String getHostAddress()
      • getHostName

        public java.lang.String getHostName()