Package io.inversion

Class Server.ServerMatcher

  • Enclosing class:
    Server

    public static class Server.ServerMatcher
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerMatcher​(Url url)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.inversion.utils.Path getHost()  
      io.inversion.utils.Path getPath()  
      int getPort()  
      java.lang.String getProtocol()  
      boolean match​(Url url)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ServerMatcher

        public ServerMatcher​(Url url)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • match

        public boolean match​(Url url)
      • getProtocol

        public java.lang.String getProtocol()
      • getHost

        public io.inversion.utils.Path getHost()
      • getPath

        public io.inversion.utils.Path getPath()
      • getPort

        public int getPort()