Class VirtualHost


  • public class VirtualHost
    extends java.lang.Object
    The virtual host handler.
    Author:
    Emanuel Muckenhuber
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected VirtualHost()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerContext​(java.lang.String path, java.lang.String jvmRoute, io.undertow.server.handlers.proxy.mod_cluster.Context context)  
      void removeContext​(java.lang.String path, java.lang.String jvmRoute, io.undertow.server.handlers.proxy.mod_cluster.Context context)  
      • Methods inherited from class java.lang.Object

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

      • VirtualHost

        protected VirtualHost()
    • Method Detail

      • registerContext

        public void registerContext​(java.lang.String path,
                                    java.lang.String jvmRoute,
                                    io.undertow.server.handlers.proxy.mod_cluster.Context context)
      • removeContext

        public void removeContext​(java.lang.String path,
                                  java.lang.String jvmRoute,
                                  io.undertow.server.handlers.proxy.mod_cluster.Context context)