Uses of Class
org.restlet.engine.util.ChildContext
-
Packages that use ChildContext Package Description org.restlet.engine.util General utilities. -
-
Uses of ChildContext in org.restlet.engine.util
Fields in org.restlet.engine.util declared as ChildContext Modifier and Type Field Description private ChildContextChildClientDispatcher. childContextThe child context.Methods in org.restlet.engine.util that return ChildContext Modifier and Type Method Description private ChildContextChildClientDispatcher. getChildContext()Returns the child context.Constructors in org.restlet.engine.util with parameters of type ChildContext Constructor Description ChildClientDispatcher(ChildContext childContext)Constructor.
-