Class Server

  • Direct Known Subclasses:
    Server

    @ParametersAreNonnullByDefault
    public class Server
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int httpPort
      Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      Server​(play.Play play)  
      Server​(play.Play play, int port)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int port()  
      int start()  
      • Methods inherited from class java.lang.Object

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

      • httpPort

        @Deprecated
        public static int httpPort
        Deprecated.
    • Constructor Detail

      • Server

        public Server​(play.Play play)
      • Server

        public Server​(play.Play play,
                      int port)
    • Method Detail

      • start

        public int start()
      • port

        public int port()