Class HttpServer.ContextMatcher

  • Enclosing class:
    HttpServer

    public static class HttpServer.ContextMatcher
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextMatcher​(Context context, java.util.regex.Matcher matcher)  
    • Method Summary

      Modifier and Type Method Description
      Context getContext()  
      java.util.regex.Matcher getMatcher()  
      • Methods inherited from class java.lang.Object

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

      • ContextMatcher

        public ContextMatcher​(Context context,
                              java.util.regex.Matcher matcher)
    • Method Detail

      • getContext

        public Context getContext()
      • getMatcher

        public java.util.regex.Matcher getMatcher()