Package org.wildfly.httpclient.common
Class WildflyHttpContext
- java.lang.Object
-
- org.wildfly.httpclient.common.WildflyHttpContext
-
- All Implemented Interfaces:
org.wildfly.common.context.Contextual<WildflyHttpContext>
public class WildflyHttpContext extends Object implements org.wildfly.common.context.Contextual<WildflyHttpContext>
Represents the current configured state of the HTTP contexts.- Author:
- Stuart Douglas, Flavia Rainone
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWildflyHttpContext.BufferBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WildflyHttpContextgetCurrent()org.wildfly.common.context.ContextManager<WildflyHttpContext>getInstanceContextManager()HttpTargetContextgetTargetContext(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
-
getCurrent
public static WildflyHttpContext getCurrent()
-
getInstanceContextManager
public org.wildfly.common.context.ContextManager<WildflyHttpContext> getInstanceContextManager()
- Specified by:
getInstanceContextManagerin interfaceorg.wildfly.common.context.Contextual<WildflyHttpContext>
-
getTargetContext
public HttpTargetContext getTargetContext(URI uri)
-
-