Class WildflyHttpContext

  • All Implemented Interfaces:
    org.wildfly.common.context.Contextual<WildflyHttpContext>

    public class WildflyHttpContext
    extends java.lang.Object
    implements org.wildfly.common.context.Contextual<WildflyHttpContext>
    Represents the current configured state of the HTTP contexts.
    Author:
    Stuart Douglas, Flavia Rainone
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static WildflyHttpContext getCurrent()  
      org.wildfly.common.context.ContextManager<WildflyHttpContext> getInstanceContextManager()  
      HttpTargetContext getTargetContext​(java.net.URI uri)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.wildfly.common.context.Contextual

        run, runAction, runBiConsumer, runBiFunction, runBiPredicate, runCallable, runConsumer, runExBiConsumer, runExBiFunction, runExBiPredicate, runExceptionAction, runExConsumer, runExFunction, runExIntFunction, runExLongFunction, runExPredicate, runFunction, runIntFunction, runLongFunction, runPredicate
    • Method Detail

      • getInstanceContextManager

        public org.wildfly.common.context.ContextManager<WildflyHttpContext> getInstanceContextManager()
        Specified by:
        getInstanceContextManager in interface org.wildfly.common.context.Contextual<WildflyHttpContext>