Package org.wildfly.httpclient.common
Class WildflyHttpContext
java.lang.Object
org.wildfly.httpclient.common.WildflyHttpContext
- All Implemented Interfaces:
Contextual<WildflyHttpContext>
Represents the current configured state of the HTTP contexts.
- Author:
- Stuart Douglas, Flavia Rainone
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic WildflyHttpContextGet the context manager for this object.getTargetContext(URI uri) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 Details
-
getCurrent
-
getInstanceContextManager
Description copied from interface:ContextualGet the context manager for this object. The implementation of this method normally should return a constant instance.- Specified by:
getInstanceContextManagerin interfaceContextual<WildflyHttpContext>- Returns:
- the context manager (must not be
null)
-
getTargetContext
-